Home
last modified time | relevance | path

Searched refs:distro (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/OK3568_Linux_fs/yocto/poky/meta/conf/distro/
H A Ddefaultsetup.conf1 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/u-boot/scripts/
H A Dandroid2distro.sh50 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/lib/oeqa/selftest/cases/
H A Druntime_test.py213 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…
256 distro.startswith('almalinux') or distro.startswith('rocky')):
257 self.skipTest('virgl headless cannot be tested with %s' %(distro))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/
H A D0002-kpatch-build-allow-overriding-of-distro-name.patch4 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)
/OK3568_Linux_fs/yocto/poky/meta-poky/conf/distro/
H A Dpoky.conf63 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 Dpoky-altcfg.conf5 require conf/distro/poky.conf
15 require conf/distro/include/poky-distro-alt-test-config.inc
H A Dpoky-bleeding.conf7 require conf/distro/include/poky-floating-revisions.inc
8 require conf/distro/poky.conf
H A Dpoky-tiny.conf31 require conf/distro/poky.conf
32 require conf/distro/include/gcsections.inc
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/
H A Dlayerindexobj.py202 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')
210 self.assertIsNotNone(distro.updated)
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dcreate-pull-request42 $CMD -u contrib -r distro/master -i nitin/distro -b nitin/distro
43 $CMD -u contrib -r distro/master -i nitin/distro -b nitin/distro -l distro
/OK3568_Linux_fs/yocto/poky/scripts/lib/checklayer/cases/
H A Ddistro.py25 distro = get_bb_var('DISTRO')
26 self.assertEqual(self.td['bbvars']['DISTRO'], distro,
28 (self.tc.layer['name'], self.td['bbvars']['DISTRO'], distro))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/
H A D0001-do-not-ask-host-for-ifcfg-defaults.patch15 distro = 'unknown'
18 -enable_ifcfg_rh = get_option('ifcfg_rh') or (distro == 'redhat')
19 -enable_ifupdown = get_option('ifupdown') or (distro == 'debian')
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/
H A Dllvm-project-source.inc28 # 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.
73 for distro in distros.split():
74 distro_id = distro.split(":")[0].replace('-','_')
75 distro_triple = distro.split(":")[1]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Ddistro_check.py137 distro = link.replace("-updates", "")
138 return distro
261 (distro, distro_release) = file.split("-")
265 if distro.lower() in distro_pn_aliases:
266 pn = distro_pn_aliases[distro.lower()]
270 matching_distros.append(distro + "-" + section[:-1]) # strip the \n at the end
H A Dlsb.py73 distro = f.readline().strip()
75 match = re.match(r'(.*) release (.*) \((.*)\)', distro)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dtypeaheads.py109 for distro in list(primary_results) + list(secondary_results) + list(tertiary_results):
111 detail = "[ %s ]" % (distro.layer_version.layer.name)
113 'id' : distro.pk,
114 'name' : distro.name,
/OK3568_Linux_fs/yocto/poky/bitbake/doc/
H A DREADME38 Sphinx might be available in your Linux distro packages repositories,
39 however it is not recommend using distro packages, as they might be
41 distro. The recommended method to install Sphinx and all required
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py230 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/recipes-core/packagegroups/
H A Dpackagegroup-base.bb1 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 \
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/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A D0001-Do-not-poke-at-build-host-s-etc-os-release.patch6 During cross compile we are interested in target distro and not host
7 distro therefore do not check for it.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/unattended-upgrades/files/
H A D0001-unattended-upgrade-Remove-distro_info-usage-to-check.patch10 The distro-info python3 package is used to check if the release is a
12 remove it because needs support into python3-distro-info [1].
14 [1] https://salsa.debian.org/debian/distro-info
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dfeatures.rst7 This chapter provides a reference of shipped machine and distro features
93 .. _ref-features-distro:
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
337 your distro's ``.conf`` file. Adding the feature to this variable
[all …]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcrosssdk.bbclass12 # Set features here to prevent appends and distro features backfill
13 # from modifying nativesdk distro features
H A Ddistrooverrides.bbclass3 # distro features remain set also for native and nativesdk
12 # The class is meant to be used in a layer.conf or distro
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.distro20 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
246 distro kernel. Since the kernel will decompress itself to 0x8000 after the
[all …]

12345678910>>...26