Update yoctoAB.conf to reflect what is currently used in production and add nightly-musl and nightly-x32 builds to the configuration.
Signed-off-by: Graydon, Tracy <[email protected]> --- buildset-config.meta-intel/yoctoAB.conf | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/buildset-config.meta-intel/yoctoAB.conf b/buildset-config.meta-intel/yoctoAB.conf index ad22a8a..7ad8cc7 100644 --- a/buildset-config.meta-intel/yoctoAB.conf +++ b/buildset-config.meta-intel/yoctoAB.conf @@ -1,7 +1,6 @@ [BuildSets] -order: ['nightly-meta-intel', 'nightly-meta-intel-world', - 'intel-corei7-64', 'intel-corei7-64-lsb', - 'intel-corei7-64-rt', 'intel-corei7-64-lsb-rt', 'intel-core2-32', - 'intel-core2-32-rt', 'intel-core2-32-lsb-rt', - 'intel-quark', 'nuc', 'nuc-lsb', 'sugarbay', - 'sugarbay-lsb'] +order: ['nightly-meta-intel', 'nightly-meta-intel-world', 'nightly-musl', + 'nightly-x32', 'intel-corei7-64', 'intel-corei7-64-lsb', + 'intel-corei7-64-rt', 'intel-corei7-64-lsb-rt', 'intel-core2-32', + 'intel-core2-32-rt', 'intel-core2-32-lsb-rt', 'intel-quark', + 'nuc', 'nuc-lsb', 'sugarbay', 'sugarbay-lsb'] -- 2.7.0 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
