> -----Original Message----- > From: akuster808 <[email protected]> > Sent: den 27 oktober 2019 09:20 > To: Peter Kjellerstedt <[email protected]>; openembedded- > [email protected] > Subject: Re: [OE-core] [warrior][PATCH 0/8] Backport relevant changes > from Zeus > > Peter, > > > On 10/16/19 9:30 AM, Peter Kjellerstedt wrote: > > This patch set contains backports of our changes from Zeus that are > > relevant for Warrior. > > > > //Peter > > > > The following changes since commit > 79a850a10a4b88a6d20d607b322542f947874323: > > > > conf/poky: add Fedora 30 and Opensuse Leap 15.1 to supported > distributions (2019-10-14 09:49:27 +0100) > > > > are available in the Git repository at: > > > > git://push.yoctoproject.org/poky-contrib pkj/warrior_sync > > The series is causing build failures. > > https://errors.yoctoproject.org/Errors/Details/274748/ > > https://errors.yoctoproject.org/Errors/Details/274757/ > > I have not had the time to figure out which ones giving I have been > working on a different build failure. So if you could double check > them, > that would be great. > > regards, > Armin
The problems are caused by the "meson.bbclass: Remove the MESON_*_ARGS variables" change. I have not had time to look into why it breaks yet, but I can reproduce it so it should hopefully not be too hard to figure it out once I have a little time. //Peter > > Niclas Svensson (1): > > devtool: finish: Keep patches ordered when updating bbappend > > > > Peter Kjellerstedt (7): > > meson.bbclass: Remove the MESON_*_ARGS variables > > nativesdk-meson: Remove some unused variables > > devtool: Avoid failure for recipes with S == WORKDIR and no local > > files > > package_rpm.bbclass: Remove a misleading bb.note() > > tzdata: Correct the packaging of /etc/localtime and /etc/timezone > > devtool: finish: Add suppport for the --no-clean option > > lib/oe/lsb: Make sure the distro ID is always lowercased > > > > meta/classes/meson.bbclass | 15 +++++---------- > > meta/classes/package_rpm.bbclass | 5 ++--- > > meta/lib/oe/lsb.py | 8 ++++---- > > .../meson/nativesdk-meson_0.49.2.bb | 5 ----- > > meta/recipes-extended/timezone/tzdata.bb | 5 +++-- > > scripts/lib/devtool/standard.py | 17 +++++++++------ > -- > > 6 files changed, 23 insertions(+), 32 deletions(-) > > > -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
