| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | multiconfig.rst | 28 :term:`Configuration File` for each build target (each multiconfig). 49 The location for these multiconfig configuration files is specific. 51 ``conf`` named ``multiconfig`` or within a :term:`Layer`'s ``conf`` directory 52 under a directory named ``multiconfig``. Here is an example that defines 59 The usual :term:`BBPATH` search path is used to locate multiconfig files in 70 current multiconfig in use. We append this value to :term:`TMPDIR` so that 72 value of :term:`TMPDIR` for each multiconfig. 78 each multiconfig. Continuing with the example from the previous 127 build a ``core-image-sato`` image for an "x86" multiconfig, the root 128 filesystem of an "arm" multiconfig must exist. This dependency is [all …]
|
| H A D | index.rst | 23 multiconfig
|
| H A D | building.rst | 116 See the :doc:`multiconfig` section of the Yocto Project Development Tasks 253 #. *Create a multiconfig for your Initramfs image:* You can perform the steps 254 …lding images for multiple targets using multiple configurations`" to create a separate multiconfig. 255 For the sake of simplicity let's assume such multiconfig is called: ``initramfscfg.conf`` and 269 are used to create a multiconfig dependency from the kernel to the :term:`INITRAMFS_IMAGE` 270 to be built coming from the ``initramfscfg`` multiconfig, and to let the
|
| /openbmc/openbmc/poky/meta-selftest/recipes-test/multiconfig/ |
| H A D | multiconfig-image-packager_0.1.bb | 26 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 D | bitbake.conf | 17 include conf/multiconfig/${BB_CURRENT_MC}.conf
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/ |
| H A D | case.py | 164 def write_config(self, data, multiconfig=None): argument 166 if multiconfig: 169 dest_path = '%s/%s.conf' % (multiconfigdir, multiconfig)
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | cookerdata.py | 261 multiconfig = (self.data.getVar("BBMULTICONFIG") or "").split() 262 for config in multiconfig: 292 multiconfig = (self.data.getVar("BBMULTICONFIG") or "").split() 293 for config in multiconfig: 299 if multiconfig:
|
| /openbmc/openbmc/poky/scripts/esdk-tools/ |
| H A D | runqemu | 1678 multiconfig = self.get('MULTICONFIG') 1679 if multiconfig: 1680 multiconfig = "mc:%s" % multiconfig 1686 cmd = 'MACHINE=%s bitbake -e %s %s' % (mach, multiconfig, target) 1688 cmd = 'bitbake -e %s %s' % (multiconfig, target) 1698 cmd = 'MACHINE=%s bitbake -e %s %s' % (mach, multiconfig, target) 1700 cmd = 'bitbake -e %s %s' % (multiconfig, target) 1725 multiconfig = self.get('MULTICONFIG') 1726 if multiconfig [all...] |
| /openbmc/openbmc/poky/scripts/ |
| H A D | runqemu | 1678 multiconfig = self.get('MULTICONFIG') 1679 if multiconfig: 1680 multiconfig = "mc:%s" % multiconfig 1686 cmd = 'MACHINE=%s bitbake -e %s %s' % (mach, multiconfig, target) 1688 cmd = 'bitbake -e %s %s' % (multiconfig, target) 1698 cmd = 'MACHINE=%s bitbake -e %s %s' % (mach, multiconfig, target) 1700 cmd = 'bitbake -e %s %s' % (multiconfig, target) 1725 multiconfig = self.get('MULTICONFIG') 1726 if multiconfig: 1727 cmd.append('mc:%s:qemu-helper-native' % multiconfig)
|
| /openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-intro.rst | 583 referred to as a "multiconfig". 587 the build directory. The location for these multiconfig configuration 589 sub-directory of ``conf`` named ``multiconfig``. Following is an example 636 words, the image for the first multiconfig depends on the root 637 filesystem of the second multiconfig. This dependency is essentially 638 that the task in the recipe that builds one multiconfig is dependent on 640 multiconfig. 657 associated with the "target2" multiconfig. 659 Once you set up this dependency, you can build the "target1" multiconfig 665 multiconfig. Because of the dependency, BitBake also executes through [all …]
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | migration-3.0.rst | 170 - The "multiconfig" prefix is now shortened to "mc". "multiconfig" will 222 used. You must fix the issue regardless of whether multiconfig or
|
| H A D | release-notes-5.1.3.rst | 34 - bitbake: cooker: Make cooker 'skiplist' per-multiconfig/mc
|
| H A D | release-notes-4.0.5.rst | 26 - bitbake: runqueue: Ensure deferred tasks are sorted by multiconfig
|
| H A D | release-notes-4.0.9.rst | 103 - staging: Separate out different multiconfig manifests
|
| H A D | release-notes-4.1.4.rst | 119 - staging: Separate out different multiconfig manifests
|
| H A D | release-notes-5.2.rst | 201 - New documentation on the multiconfig feature: :doc:`/dev-manual/multiconfig`. 687 - :ref:`ref-classes-kernel-fitimage`: handle :doc:`multiconfig 688 </dev-manual/multiconfig>` dependency when
|
| H A D | release-notes-4.1.2.rst | 28 - archiver: avoid using machine variable as it breaks multiconfig
|
| H A D | release-notes-4.0.12.rst | 42 - bitbake: runqueue: Fix deferred task/multiconfig race issue
|
| H A D | release-notes-3.4.1.rst | 30 - bitbake: cooker: Fix task-depends.dot for multiconfig targets
|
| H A D | release-notes-5.0.7.rst | 168 - bitbake: cooker: Make cooker 'skiplist' per-multiconfig/mc
|
| H A D | release-notes-4.0.2.rst | 149 - selftest/multiconfig: Test that multiconfigs in separate layers works
|
| H A D | migration-4.1.rst | 164 to avoid the archive task running multiple times in a multiconfig setup. If you
|
| H A D | release-notes-4.0.6.rst | 36 - archiver: avoid using machine variable as it breaks multiconfig
|
| H A D | migration-5.2.rst | 118 for the default multiconfig configuration to avoid needing to map the values
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | populate_sdk_ext.bbclass | 410 bb.utils.mkdirhier(os.path.join(baseoutpath, 'conf', 'multiconfig')) 412 dest_stub = "/conf/multiconfig/%s.conf" % (mc,) 573 manifest_file_list.append('conf/multiconfig/*') 770 # can only be built for the primary (default) multiconfig 772 …bb.fatal('The extensible SDK can currently only be built for the default multiconfig. Currently t…
|