Home
last modified time | relevance | path

Searched refs:multiconfig (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/openbmc/poky/meta-selftest/recipes-test/multiconfig/
H A Dmulticonfig-image-packager_0.1.bb26 raise bb.parse.SkipRecipe("Not a multiconfig target")
29 raise bb.parse.SkipRecipe("multiconfig target %s not enabled" % mcname)
31 …# these will most likely start with my BPN multiconfig-image-packager, but I want them from core-i…
/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/conf/
H A Dbitbake.conf17 include conf/multiconfig/${BB_CURRENT_MC}.conf
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcase.py164 def write_config(self, data, multiconfig=None): argument
166 if multiconfig:
169 dest_path = '%s/%s.conf' % (multiconfigdir, multiconfig)
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu1668 multiconfig = self.get('MULTICONFIG')
1669 if multiconfig:
1670 multiconfig = "mc:%s" % multiconfig
1673 cmd = 'MACHINE=%s bitbake -e %s %s' % (mach, multiconfig, target)
1675 cmd = 'bitbake -e %s %s' % (multiconfig, target)
1685 cmd = 'MACHINE=%s bitbake -e %s %s' % (mach, multiconfig, target)
1687 cmd = 'bitbake -e %s %s' % (multiconfig, target)
1712 multiconfig = self.get('MULTICONFIG')
1713 if multiconfig:
1714 cmd.append('mc:%s:qemu-helper-native' % multiconfig)
/openbmc/openbmc/poky/scripts/
H A Drunqemu1668 multiconfig = self.get('MULTICONFIG')
1669 if multiconfig:
1670 multiconfig = "mc:%s" % multiconfig
1673 cmd = 'MACHINE=%s bitbake -e %s %s' % (mach, multiconfig, target)
1675 cmd = 'bitbake -e %s %s' % (multiconfig, target)
1685 cmd = 'MACHINE=%s bitbake -e %s %s' % (mach, multiconfig, target)
1687 cmd = 'bitbake -e %s %s' % (multiconfig, target)
1712 multiconfig = self.get('MULTICONFIG')
1713 if multiconfig:
1714 cmd.append('mc:%s:qemu-helper-native' % multiconfig)
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dbuilding.rst138 configuration file for each build target (each multiconfig).
160 The location for these multiconfig configuration files is specific.
162 ``conf`` named ``multiconfig`` or within a layer's ``conf`` directory
163 under a directory named ``multiconfig``. Here is an example that defines
177 each multiconfig. Continuing with the example from the previous
221 build a ``core-image-sato`` image for an "x86" multiconfig, the root
222 filesystem of an "arm" multiconfig must exist. This dependency is
244 with the "arm" multiconfig.
246 Once you set up this dependency, you can build the "x86" multiconfig
252 ``core-image-sato`` image for the "x86" multiconfig. Because of the
[all …]
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-intro.rst557 referred to as a "multiconfig".
561 the build directory. The location for these multiconfig configuration
563 sub-directory of ``conf`` named ``multiconfig``. Following is an example
610 words, the image for the first multiconfig depends on the root
611 filesystem of the second multiconfig. This dependency is essentially
612 that the task in the recipe that builds one multiconfig is dependent on
614 multiconfig.
631 associated with the "target2" multiconfig.
633 Once you set up this dependency, you can build the "target1" multiconfig
639 multiconfig. Because of the dependency, BitBake also executes through
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcookerdata.py285 multiconfig = (self.data.getVar("BBMULTICONFIG") or "").split()
286 for config in multiconfig:
293 if multiconfig:
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-3.0.rst170 - The "multiconfig" prefix is now shortened to "mc". "multiconfig" will
222 used. You must fix the issue regardless of whether multiconfig or
H A Drelease-notes-4.0.5.rst26 - bitbake: runqueue: Ensure deferred tasks are sorted by multiconfig
H A Drelease-notes-4.0.9.rst103 - staging: Separate out different multiconfig manifests
H A Drelease-notes-4.1.4.rst119 - staging: Separate out different multiconfig manifests
H A Drelease-notes-3.4.1.rst30 - bitbake: cooker: Fix task-depends.dot for multiconfig targets
H A Drelease-notes-4.1.2.rst28 - archiver: avoid using machine variable as it breaks multiconfig
H A Drelease-notes-4.0.12.rst42 - bitbake: runqueue: Fix deferred task/multiconfig race issue
H A Drelease-notes-4.0.6.rst36 - archiver: avoid using machine variable as it breaks multiconfig
H A Dmigration-4.1.rst164 to avoid the archive task running multiple times in a multiconfig setup. If you
H A Drelease-notes-4.0.2.rst149 - selftest/multiconfig: Test that multiconfigs in separate layers works
H A Drelease-notes-4.2.2.rst39 - bitbake: runqueue: Fix deferred task/multiconfig race issue
H A Dmigration-2.4.rst279 - BitBake fires multiple "BuildStarted" events when multiconfig is
H A Drelease-notes-3.4.rst76 - eSDK: Error if trying to generate an eSDK from a multiconfig
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpopulate_sdk_ext.bbclass408 bb.utils.mkdirhier(os.path.join(baseoutpath, 'conf', 'multiconfig'))
410 dest_stub = "/conf/multiconfig/%s.conf" % (mc,)
579 manifest_file_list.append('conf/multiconfig/*')
776 # can only be built for the primary (default) multiconfig
778 …bb.fatal('The extensible SDK can currently only be built for the default multiconfig. Currently t…
/openbmc/openbmc/poky/meta/conf/
H A Dbitbake.conf828 require conf/multiconfig/${BB_CURRENT_MC}.conf
/openbmc/openbmc/poky/meta/classes/
H A Darchiver.bbclass114 # TARGET_SYS in ARCHIVER_ARCH will break the stamp for gcc-source in multiconfig
/openbmc/openbmc/poky/meta/classes-global/
H A Dbase.bbclass272 # We need to expand SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS in each of the multiconfig data stores

12