| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/ |
| H A D | 0002-kpatch-build-allow-overriding-of-distro-name.patch | 4 Subject: [PATCH] kpatch-build: allow overriding of distro name 7 distro name, for example during cross-compilation 11 This patch adds a new --distro option which 29 + echo " --distro Override distro name" >&2 36 …g:,vmlinux:,jobs:,target:,name:,output:,oot-module:,debug,cross-compile:,distro:,skip-gcc-check,sk… 44 + --distro) 45 + DISTRO="$2" 55 -DISTRO="$ID" 56 +DISTRO="${DISTRO:-${ID}}" 57 …if [[ "$DISTRO" = fedora ]] || [[ "$DISTRO" = rhel ]] || [[ "$DISTRO" = ol ]] || [[ "$DISTRO" = ce…
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0032-Correct-library-search-path-for-OpenEmbedded-Host.patch | 36 clang/include/clang/Driver/Distro.h | 2 ++ 37 clang/lib/Driver/Distro.cpp | 1 + 41 diff --git a/clang/include/clang/Driver/Distro.h b/clang/include/clang/Driver/Distro.h 43 --- a/clang/include/clang/Driver/Distro.h 44 +++ b/clang/include/clang/Driver/Distro.h 61 diff --git a/clang/lib/Driver/Distro.cpp b/clang/lib/Driver/Distro.cpp 63 --- a/clang/lib/Driver/Distro.cpp 64 +++ b/clang/lib/Driver/Distro.cpp 65 @@ -44,6 +44,7 @@ static Distro::DistroType DetectOsRelease(llvm::vfs::FileSystem &VFS) { 66 .Case("sles", Distro::OpenSUSE) [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/checklayer/cases/ |
| H A D | distro.py | 14 if self.tc.layer['type'] not in (LayerType.DISTRO, LayerType.CORE): 15 raise unittest.SkipTest("DistroCheckLayer: Layer %s isn't Distro one." %\ 25 distro = get_bb_var('DISTRO') 26 self.assertEqual(self.td['bbvars']['DISTRO'], distro, 27 msg="Layer %s modified distro %s -> %s" % \ 28 (self.tc.layer['name'], self.td['bbvars']['DISTRO'], distro))
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/distro/ |
| H A D | defaultsetup.conf | 1 include conf/distro/include/default-providers.inc 2 include conf/distro/include/default-versions.inc 3 include conf/distro/include/default-distrovars.inc 4 include conf/distro/include/maintainers.inc 6 require conf/distro/include/tcmode-${TCMODE}.inc 7 require conf/distro/include/tclibc-${TCLIBC}.inc 9 require conf/distro/include/uninative-flags.inc 21 require conf/distro/include/init-manager-${INIT_MANAGER}.inc
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/ |
| H A D | llvm-project-source.inc | 28 # space separated list of additional distro vendor values we want to support e.g. 31 # Extra OE DISTRO that want to support as build host. space separated list of additional distro. 32 # ":" separated the ID in "/etc/os-release" and the triple for finding gcc on this OE DISTRO. 73 for distro in distros.split(): 74 distro_id = distro.split(":")[0].replace('-','_') 75 distro_triple = distro.split(":")[1] 76 case += '\\n .Case("' + distro_id + '", Distro::' + distro_id.upper() + ')' 77 …triple += '\\n if (Distro.Is' + distro_id.upper() + '())\\n return "x86_64-' + distro_triple… 84 …d("sed -i 's#//CLANG_EXTRA_OE_DISTRO_NAME#%s#g' ${S}/clang/include/clang/Driver/Distro.h" % (name)) 86 …"sed -i 's#//CLANG_EXTRA_OE_DISTRO_CHECK#%s#g' ${S}/clang/include/clang/Driver/Distro.h" % (check)) [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | android2distro.sh | 14 echo " $0 -f [Android boot.img] -o [Distro(ext2) boot.img]" 50 rm distro/ boot/ ${DISTRO_IMG} -rf 53 ./scripts/unpack_bootimg --boot_img ${BOOT_IMG} --out distro/ 54 ./scripts/unpack_resource.sh distro/second distro/ 55 BOOTARGS=`fdtget -ts distro/rk-kernel.dtb /chosen bootargs` 57 cp distro/rk-kernel.dtb boot/rk-kernel.dtb 58 cp distro/kernel boot/kernel 59 cp distro/ramdisk boot/ramdisk
|
| /OK3568_Linux_fs/yocto/poky/meta-poky/conf/distro/ |
| H A D | poky.conf | 1 DISTRO = "poky" 2 DISTRO_NAME = "Poky (Yocto Project Reference Distro)" 26 SDK_NAME = "${DISTRO}-${TCLIBC}-${SDKMACHINE}-${IMAGE_BASENAME}-${TUNE_PKGARCH}-${MACHINE}" 27 SDKPATHINSTALL = "/opt/${DISTRO}/${SDK_VERSION}" 63 require conf/distro/include/poky-world-exclude.inc 64 require conf/distro/include/no-static-libs.inc 65 require conf/distro/include/yocto-uninative.inc 66 require conf/distro/include/security_flags.inc
|
| H A D | poky-altcfg.conf | 2 # An example of subclassing a distro, primarily used for testing alternate configuration 5 require conf/distro/poky.conf 7 DISTRO = "poky-altcfg" 15 require conf/distro/include/poky-distro-alt-test-config.inc
|
| /OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/ |
| H A D | using.rst | 46 appropriate :yocto_dl:`toolchain </releases/yocto/yocto-&DISTRO;/toolchain/>` directory within 75 &DISTRO;, &DISTRO;+snapshot 79 the SDK for ``core-image-sato`` and using the current DISTRO snapshot:: 81 poky-glibc-x86_64-core-image-sato-i586-toolchain-DISTRO.sh 111 $ ./Downloads/poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh 112 Poky (Yocto Project Reference Distro) SDK installer version &DISTRO; 114 Enter target directory for SDK (default: /opt/poky/&DISTRO;): 115 You are about to install the SDK to "/opt/poky/&DISTRO;". Proceed [Y/n]? Y 120 $ . /opt/poky/&DISTRO;/environment-setup-i586-poky-linux 133 default ``/opt/poky/&DISTRO;`` directory or the directory you chose during [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | distro_check.py | 76 "Returns list of all the name os packages in the latest fedora distro" 83 "Returns list of all the name os packages in the latest opensuse distro" 119 "Returns list of all the name of packages in the latest debian distro" 132 updates, so the resulting distro could be any supported release. 137 distro = link.replace("-updates", "") 138 return distro 142 "Returns list of all the name os packages in the latest ubuntu distro" 170 … bb.note("Distro: %s, Latest Release: %s, # src packages: %d" % (name, release, len(package_list))) 181 If distro packages list data is old then rebuild it. 205 bb.note("Regenerating distro package lists") [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templates/ |
| H A D | projectconf.html | 13 <span class="js-config-var-name js-config-var-managed-name">DISTRO</span> 14 …"The short name of the distribution. If the variable is blank, meta/conf/distro/defaultsetup.conf … 17 <span class="lead" id="distro">{{distro}}</span> 18 <span class="glyphicon glyphicon-edit" id="change-distro-icon"></span> 19 <form id="change-distro-form" class="form-inline" style="display:none;"> 20 <div id="edit-distro-name-div" class="form-group"> 21 <input type="text" class="form-control" id="new-distro" value="{{distro}}"> 23 <button id="apply-change-distro" class="btn btn-default" type="button">Save</button> 24 <button id="cancel-change-distro" type="button" class="btn btn-link">Cancel</button> 25 <span class="help-block" id="distro-error-message"></span> [all …]
|
| H A D | project_specific.html | 80 <div class="well well-transparent" id="distro-section"> 81 <h3>Distro</h3> 83 …<p class="lead"><span id="project-distro-name"></span> <span class="glyphicon glyphicon-edit" id="… 85 <form id="select-distro-form" style="display:none;" class="form-inline"> 86 <span class="help-block">Distro suggestions come from the Layer Index</a></span> 88 …<input class="form-control" id="distro-change-input" autocomplete="off" value="" data-provide="typ… 90 <button id="distro-change-btn" class="btn btn-default" type="button">Save</button> 91 <a href="#" id="cancel-distro-change" class="btn btn-link">Cancel</a>
|
| H A D | project.html | 80 <div class="well well-transparent" id="distro-section"> 81 <h3>Distro</h3> 83 …<p class="lead"><span id="project-distro-name"></span> <span class="glyphicon glyphicon-edit" id="… 85 <form id="select-distro-form" style="display:none;" class="form-inline"> 86 <span class="help-block">Distro suggestions come from the Layer Index</a></span> 88 …<input class="form-control" id="distro-change-input" autocomplete="off" value="" data-provide="typ… 90 <button id="distro-change-btn" class="btn btn-default" type="button">Save</button> 91 <a href="#" id="cancel-distro-change" class="btn btn-link">Cancel</a>
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/ |
| H A D | layerindexobj.py | 11 …xlib import LayerIndexObj, Branch, LayerItem, LayerBranch, LayerDependency, Recipe, Machine, Distro 64 self.index.distros[distroId] = Distro(self.index) 202 distro = self.index.distros[1] 203 self.assertEqual(distro.id, 1) 204 self.assertEqual(distro.layerbranch_id, 1) 205 self.assertEqual(distro.layerbranch, self.index.layerBranches[1]) 206 self.assertEqual(distro.layer_id, 1) 207 self.assertEqual(distro.layer, self.index.layerItems[1]) 208 self.assertEqual(distro.name, 'test_distro') 209 self.assertEqual(distro.description, 'test_distro') [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | projectpage.js | 18 var distroChangeInput = $("#distro-change-input"); 19 var distroChangeBtn = $("#distro-change-btn"); 20 var distroForm = $("#select-distro-form"); 21 var distroChangeFormToggle = $("#change-distro-toggle"); 22 var distroNameTitle = $("#project-distro-name"); 23 var distroChangeCancel = $("#cancel-distro-change"); 56 /* If we're receiving a distro set from the url and it's different from 57 * our current distro then activate set machine sequence. 60 urlParams.setDistro !== prjInfo.distro.name){ 64 updateDistroName(prjInfo.distro.name); [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | runtime_test.py | 119 if get_bb_var('DISTRO') == 'poky-tiny': 137 if get_bb_var('DISTRO') == 'poky-tiny': 172 if get_bb_var('DISTRO') == 'poky-tiny': 213 distro = oe.lsb.distro_identifier() 214 if distro and distro == 'debian-8': 216 if distro and distro == 'debian-9': 218 if distro and distro == 'centos-7': 220 if distro and distro == 'opensuseleap-15.0': 254 distro = oe.lsb.distro_identifier() 255 …if distro and (distro in ['debian-9', 'debian-10', 'centos-7', 'centos-8', 'ubuntu-16.04', 'ubuntu… [all …]
|
| H A D | resulttooltests.py | 20 "DISTRO": "mydistro", 27 "DISTRO": "mydistro", 34 "DISTRO": "mydistro", 41 "DISTRO": "mydistro", 48 "DISTRO": "mydistro",
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | features.rst | 7 This chapter provides a reference of shipped machine and distro features 93 .. _ref-features-distro: 95 Distro Features 107 Some distro features are also machine features. These select features 253 distro configuration level. 310 "backfill" these added features into existing distro or machine 325 variables for distro features and machine features respectively. 329 - *The "pulseaudio" distro feature option*: Previously, PulseAudio 333 ``meta/conf/bitbake.conf`` file. However, your distro needs to 335 other existing distro configurations that need PulseAudio support by [all …]
|
| H A D | varlocality.rst | 20 .. _ref-varlocality-config-distro: 22 Distribution (Distro) 26 distribution, or distro. 28 - :term:`DISTRO` 79 - :term:`DISTRO`
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/ |
| H A D | signing-keys.bb | 48 …install -D -m 0644 "${B}/rpm-key" "${D}${sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-${DISTRO}-${DISTRO_CO… 51 …install -D -m 0644 "${B}/ipk-key" "${D}${sysconfdir}/pki/ipk-gpg/IPK-GPG-KEY-${DISTRO}-${DISTRO_CO… 54 …{B}/pf-key" "${D}${sysconfdir}/pki/packagefeed-gpg/PACKAGEFEED-GPG-KEY-${DISTRO}-${DISTRO_CODENAME… 60 install -D -m 0644 "${B}/rpm-key" "${DEPLOYDIR}/RPM-GPG-KEY-${DISTRO}-${DISTRO_CODENAME}" 63 install -D -m 0644 "${B}/ipk-key" "${DEPLOYDIR}/IPK-GPG-KEY-${DISTRO}-${DISTRO_CODENAME}" 66 … install -D -m 0644 "${B}/pf-key" "${DEPLOYDIR}/PACKAGEFEED-GPG-KEY-${DISTRO}-${DISTRO_CODENAME}"
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.distro | 9 Generic Distro Configuration Concept 20 a distro to support the board in a generic fashion. Any board wishing to 27 decoupling distro install/boot logic from any knowledge of the bootloader. 33 board-specific installer/boot-configuration support in a distro. 37 flash before running the distro installer. Even on boards that do not conform 39 distro installer logic would be to install a board-specific U-Boot package to 40 the boot partition during installation. This distro-supplied U-Boot can still 41 implement the same features as on any other board, and hence the distro's boot 162 Enabling the distro options 183 boot support is also enabled here, which is useful in order to boot distro [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/management/commands/ |
| H A D | lsupdates.py | 13 from orm.models import Distro 226 logger.info("Processing distro information") 230 distro, created = Distro.objects.get_or_create( 234 distro.up_date = index.distros[id].updated 235 distro.name = index.distros[id].name 236 distro.description = index.distros[id].description 237 distro.save()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | metadata.py | 29 # Distro information 30 info_dict['distro'] = {'id': data_dict['DISTRO'], 32 … 'pretty_name': '%s %s' % (data_dict['DISTRO'], data_dict['DISTRO_VERSION'])} 34 # Host distro information
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/ |
| H A D | packagegroup-base.bb | 1 SUMMARY = "Merge machine and distro options to create a basic machine task/package" 14 packagegroup-distro-base \ 44 # Override by distro if needed 51 packagegroup-distro-base \ 105 # If Distro want wifi and machine feature wifi/pci/pcmcia/usbhost (one of them) 127 SUMMARY:packagegroup-distro-base = "${DISTRO} extras" 128 DEPENDS_packagegroup-distro-base = "${DISTRO_EXTRA_DEPENDS}" 129 RDEPENDS:packagegroup-distro-base = "${DISTRO_EXTRA_RDEPENDS}" 130 RRECOMMENDS:packagegroup-distro-base = "${DISTRO_EXTRA_RRECOMMENDS}"
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | sanity.bbclass | 372 distro = oe.lsb.distro_identifier() 374 distro = None 376 if not distro: 380 if fnmatch(distro, supported): 383 …ly experience unexpected failures. It is recommended that you use a tested distribution.' % distro) 395 …messages = messages + 'Please set TARGET_OS directly, or choose a MACHINE or DISTRO that does so.\… 449 distro = oe.lsb.distro_identifier() 450 if "ubuntu" in distro or "debian" in distro or "linuxmint" in distro: 785 # Check that the DISTRO is valid, if set 786 # need to take into account DISTRO renaming DISTRO [all …]
|