On Wed, 2021-03-10 at 12:34 +0100, Martin Jansa wrote: > On Tue, Mar 09, 2021 at 02:09:38PM -1000, Steve Sakoman wrote: > > The following changes since commit dd893279f352e290c23577a0f91df1b8c6232f10: > > > > selftest/reproducible: Don't call sync between each file compare > > (2021-03-04 04:19:50 -1000) > > > > are available in the Git repository at: > > > > git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next > > > > http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-next > > > > Martin Jansa (1): > > sstatesig.py: show an error instead of warning when sstate manifest > > isn't found > > FYI: now when this was backported to gatesgarth and dunfell I've found > one case where it triggers this error: > > http://jenkins.nas-admin.org/job/LuneOS/view/testing/job/luneos-testing_mako/735/console > ERROR: android-kernel-bootimg-1.0-r0 do_package: Manifest > /home/jenkins/workspace/luneos-testing/webos-ports/tmp-glibc/sstate-control/manifest-x86_64_x86_64-nativesdk-initramfs-android-image.packagedata > not found in mako cortexa8t2hf-neon-halium cortexa8t2hf-neon > cortexa8t2hf-vfp cortexa8hf-neon cortexa8hf-vfp armv7at2hf-neon > armv7ahf-neon armv7at2hf-vfp armv7ahf-vfp armv6thf-vfp armv6hf-vfp > armv5tehf-vfp armv5ehf-vfp armv5thf-vfp armv5hf-vfp allarch > x86_64_x86_64-nativesdk (variant '')? > > The error looks strange as it probably shouldn't be looking for > nativesdk- manifest and it doesn't happen with master.
I don't know why that would happen but nativesdk is a red-herring, the code just iterates a list of possibilities and nativesdk is the last on the list so the error would normally show nativesdk if it didn't find anything. That is why it lists the possibilities. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#149256): https://lists.openembedded.org/g/openembedded-core/message/149256 Mute This Topic: https://lists.openembedded.org/mt/81216017/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
