]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
meta/conf: Start to populate autobuilder config fragments
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Jan 2025 12:07:43 +0000 (12:07 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Mar 2025 18:45:11 +0000 (18:45 +0000)
commit746dc664da9c289a3063350590d3b5aada13d8d6
tree8d61119f1c62cb6f9a73f3d8344955d46a0c3244
parent225990c55a5cbf8498e2aa775e6406c27a4c0ea7
meta/conf: Start to populate autobuilder config fragments

This populates the fragments directory with:

a) the default set of variables used in all autobuilder builds
b) the default resource related variables used in all autobuilder builds
c) three different multilib test configurations used by the autobuilder

The aim here is to start to make some of the autobuilder configuration more
visable and patchable by users, and to allow some test confiturations to
be user selectable if appropriate and needed for debugging.

The main aautobuilder fragment is probably not directly reusable by most
users, it contains the resource limits as used on the autobuilder itself. I
can see arguments both way for whether this should be included in OE-Core or not
but having an example of how we configure this is probably useful.

Not all configuration in the autobuilder is being moved, this set of variables
is just a basic starting point. Some variables may ultimately make more sense
being migrated elsewhere, perhaps updating the main defaults for poky or nodistro.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/fragments/yocto-autobuilder/autobuilder-resource-constraints.conf [new file with mode: 0644]
meta/conf/fragments/yocto-autobuilder/autobuilder.conf [new file with mode: 0644]
meta/conf/fragments/yocto-autobuilder/multilib-mips64-n32.conf [new file with mode: 0644]
meta/conf/fragments/yocto-autobuilder/multilib-x86-lib32.conf [new file with mode: 0644]
meta/conf/fragments/yocto-autobuilder/multilib-x86-lib64.conf [new file with mode: 0644]