Thanks again, these utilities make it much easier to understand and correct the 
issues...

-----Original Message-----
From: [email protected] <[email protected]> On Behalf Of 
Monsees, Steven C (US) via lists.yoctoproject.org
Sent: Tuesday, February 23, 2021 3:42 PM
To: Khem Raj <[email protected]>
Cc: [email protected]
Subject: Re: [yocto] #yocto #sdk

External Email Alert

This email has been sent from an account outside of the BAE Systems network.

Please treat the email with caution, especially if you are requested to click 
on a link, decrypt/open an attachment, or enable macros.  For further 
information on how to spot phishing, access “Cybersecurity OneSpace Page” and 
report phishing by clicking the button “Report Phishing” on the Outlook toolbar.



Thanks, will go through it...

-----Original Message-----
From: Khem Raj <[email protected]>
Sent: Tuesday, February 23, 2021 2:30 PM
To: Monsees, Steven C (US) <[email protected]>
Cc: [email protected]
Subject: Re: [yocto] #yocto #sdk

External Email Alert

This email has been sent from an account outside of the BAE Systems network.

Please treat the email with caution, especially if you are requested to click 
on a link, decrypt/open an attachment, or enable macros.  For further 
information on how to spot phishing, access “Cybersecurity OneSpace Page” and 
report phishing by clicking the button “Report Phishing” on the Outlook toolbar.


https://wiki.yoctoproject.org/wiki/TipsAndTricks/Understanding_what_changed_(diffsigs_etc)

On Tue, Feb 23, 2021 at 10:03 AM Monsees, Steven C (US) via 
lists.yoctoproject.org <[email protected]> 
wrote:
>
>
>
> I am trying to understand the warnings/error as seen below…
>
>
>
> Building for zeus…
>
>
>
> Built kernel image clean updated my SSTATE_MIRRORS directory with the 
> state_cache generated.
>
> Rebuilt my image clean again using SSTATE_MIRRORS
>
> Image builds clean and behaves correctly when booted…
>
>
>
> I then build the SDK, my SSTATE_MIRRORS is defined in sdk-extra.conf, 
> and does properly show up in local.conf (checked after failure)
>
> Building extended SDK has no issues.
>
>
>
> But on install I see the following warnings and the error at the end…
>
> I am not sure what is causing the issue here…
>
>
>
> What would cause issues like this ?, and why ?
>
>
>
> WARNING: The initscripts:do_install sig is computed to be 
> 375d3c24b574b83fb04dc079fb52dd5e3a0ac31ed265acece2bb689f72f9adfa, but 
> the sig is locked to
> 40f5d2ac4affab9c60691714590ca00f30130ad2f5dc79f53aaf774957e1d927 in
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
>
>
> There isn’t much in the documentation on this or SIGGEN…
>
> What would be the best/proper approach to resolve issues like this ?
>
>
>
> Thanks,
>
> Steve
>
>
>
> 10:44 smonsees@yix490016 
> /disk0/scratch/smonsees/yocto/workspace_3/builds/sbcb-default> bitbake 
> sbcb-defaultfs-full -c populate_sdk_ext
>
> Loading cache: 100% 
> |#####################################################################
> #################| Time: 0:00:00
>
> Loaded 3645 entries from dependency cache.
>
> NOTE: Resolving any missing task queue dependencies
>
>
>
> Build Configuration:
>
> BB_VERSION           = "1.44.0"
>
> BUILD_SYS            = "x86_64-linux"
>
> NATIVELSBSTRING      = "rhel-7.9"
>
> TARGET_SYS           = "x86_64-poky-linux"
>
> MACHINE              = "sbcb-default"
>
> DISTRO               = "limws"
>
> DISTRO_VERSION       = "3.0.4"
>
> TUNE_FEATURES        = "m64 corei7"
>
> TARGET_FPU           = ""
>
> meta
>
> meta-poky            = 
> "my_yocto_3.0.4:f2eb22a8783f1eecf99bd4042695bab920eed00e"
>
> meta-perl
>
> meta-python
>
> meta-filesystems
>
> meta-networking
>
> meta-initramfs
>
> meta-oe              = "zeus:2b5dd1eb81cd08bc065bc76125f2856e9383e98b"
>
> meta                 = "master:a32ddd2b2a51b26c011fa50e441df39304651503"
>
> meta-intel           = "zeus:d9942d4c3a710406b051852de7232db03c297f4e"
>
> meta-intel           = "v2019.02:f635a364c55f1fb12519aff54924a0a5b947091e"
>
>
>
> Initialising tasks: 100% 
> |#####################################################################
> ############| Time: 0:00:04
>
> Checking sstate mirror object availability: 100% 
> |#########################################################| Time: 
> 0:00:00
>
> Sstate summary: Wanted 566 Found 298 Missed 268 Current 1794 (52% 
> match, 88% complete)
>
> NOTE: Executing Tasks
>
> NOTE: Setscene tasks completed
>
> NOTE: Tasks Summary: Attempted 6669 tasks of which 5861 didn't need to be 
> rerun and all succeeded.
>
> 11:59 smonsees@yix490016 
> /disk0/scratch/smonsees/yocto/workspace_3/builds/sbcb-default> cd 
> /disk0/scratch/smonsees/yocto/workspace_3/builds/sbcb-default/tmp/depl
> oy/sdk
>
> 11:59 smonsees@yix490016 
> /disk0/scratch/smonsees/yocto/workspace_3/builds/sbcb-default/tmp/depl
> oy/sdk>ls
>
> limws-glibc-x86_64-aiox_orange-corei7-64-toolchain-ext-3.0.4.host.mani
> fest
>
> limws-glibc-x86_64-aiox_orange-corei7-64-toolchain-ext-3.0.4.sh
>
> limws-glibc-x86_64-aiox_orange-corei7-64-toolchain-ext-3.0.4.target.ma
> nifest
>
> limws-glibc-x86_64-aiox_orange-corei7-64-toolchain-ext-3.0.4.testdata.
> json
>
> x86_64-buildtools-nativesdk-standalone-3.0.4.host.manifest
>
> x86_64-buildtools-nativesdk-standalone-3.0.4.sh
>
> x86_64-buildtools-nativesdk-standalone-3.0.4.target.manifest
>
> x86_64-buildtools-nativesdk-standalone-3.0.4.testdata.json
>
> 11:59 smonsees@yix490016 
> /disk0/scratch/smonsees/yocto/workspace_3/builds/sbcb-default/tmp/depl
> oy/sdk>./limws-glibc-x86_64-aiox_orange-corei7-64-toolchain-ext-3.0.4.
> sh
>
> LIMWS (BAE LIMWS base distro) Extensible SDK installer version 3.0.4
>
> ====================================================================
>
> Enter target directory for SDK (default: ~/limws_sdk): 
> /disk0/scratch/smonsees/testSDK
>
> You are about to install the SDK to "/disk0/scratch/smonsees/testSDK". 
> Proceed [Y/n]? Y
>
> Extracting 
> SDK...................................................................
> ...........done
>
> Setting it up...
>
> Extracting buildtools...
>
> Preparing build system...
>
> Parsing recipes: 100% 
> |#####################################################################
> ###############| Time: 0:01:32
>
> Initialising tasks: 100% 
> |#####################################################################
> ############| Time: 0:00:04
>
> Checking sstate mirror object availability: 100% 
> |#########################################################| Time: 
> 0:00:03
>
> WARNING: The initscripts:do_install sig is computed to be 
> 375d3c24b574b83fb04dc079fb52dd5e3a0ac31ed265acece2bb689f72f9adfa, but 
> the sig is locked to 
> 40f5d2ac4affab9c60691714590ca00f30130ad2f5dc79f53aaf774957e1d927 in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The linux-intel:do_compile sig is computed to be 
> 9898137f78ba37d2fcf7df5a7b7a5dd0e5ddcbc7ce7ade89905bf5132a005a99, but 
> the sig is locked to 
> 06c08387009f9808044e03144d1fa0b984be9f4ad64251e688503c2dabdf5b7c in 
> SIGGEN_LOCKEDSIGS_t-corei7-64-intel-common
>
> The imagerecv:do_compile sig is computed to be 
> 644b002b181f27a407c33cc69cfc790201f1b48c4d7783c062d53c247d5704a5, but 
> the sig is locked to 
> a74b10cfc4bad050ca98549b3df41fcd0fa986e08c14e05db44b0227d0b90a0a in 
> SIGGEN_LOCKEDSIGS_t-sbcb-default
>
> The tpm2-tss:do_configure sig is computed to be 
> 04cf4c8e1424a46467a43620214fc3a5304863f5cbb662b5b26a5b82d792586f, but 
> the sig is locked to 
> ec4b02e1e3b1796883093be2aca63ec5e51df3dc14b9179be6f86f2675b3fa53 in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The efitools:do_compile sig is computed to be 
> c2e6dc60a7b8b2414b3761fe4966e031901144e3d32eed60bd580cc46e9b5358, but 
> the sig is locked to 
> 327fbae2aa4a419554ede6847fcc7c367da018e5e9d907a0051e68df5a5a2063 in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The monkeysphere:do_configure sig is computed to be 
> 8a5cfb349fa84ca524bf680a922d0e1781f5dc9e0b5e0f6e0b135ea88e3f8fa1, but 
> the sig is locked to 
> 8d2bf2edd3194e44de0143088e68703c02a88032bb089ef0a4600f7528695362 in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The monkeysphere:do_compile sig is computed to be 
> 819f7700a7f611335b8a5e4f8243623c4f01b187f197aa19cd034383af17b41b, but 
> the sig is locked to 
> 822db696400b5a788fbcc0e80f1fe242bd58cab992ff196efac191444d7b3b99 in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The monkeysphere:do_install sig is computed to be 
> f2f8cb58b07a350eefd41af13e1156abd85659b1865dc278238277d9230e2e3f, but 
> the sig is locked to 
> 9e1ca795df7d73347f0efeeac54c24f1004d59011b97262207e1055f771ee95c in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The monkeysphere:do_populate_sysroot sig is computed to be 
> ca8fe144be00929f3c42cb36b809a06b85d70c4f9fa1c0f6fd67b07af84d17a1, but 
> the sig is locked to 
> 2a41afd838cdac669dd99deefdc530c5d503329fb1fae2fb3641b490a2bbec8a in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The monkeysphere:do_package sig is computed to be 
> 29a5daea524a219c5216b5d76447160d006e7db633e38c7d1ade6b599eb6c2ab, but 
> the sig is locked to 
> 2b2cef367c44399221b07f14facff9b1ae598ccc272c4b98ddfc4b08009fc090 in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The signature:do_configure sig is computed to be 
> 613844241ce15b245abe2fb9306415616c72553e943183307b3496f85637345e, but 
> the sig is locked to 
> 68a818acd3281e28bd57efcd449a0bac0ffaa2733fcb02f6b28b2fe31d36e835 in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The signature:do_compile sig is computed to be 
> 8b37e4a0e6ec0068b7dda0eccd1e32577daedf248f1c3e71f82f6454d3e4338d, but 
> the sig is locked to 
> 6f291a0f9ba59f355d9a88d646f72bf99a001f862b310e5e435e8b406632b6b4 in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The signature:do_install sig is computed to be 
> 3a20f56cc04551f13378e9e596daa5eebc385ca965ebdf18adacfa7ef94c9018, but 
> the sig is locked to 
> 8fc761f8bf0215ea2fb9609037a5df0c7e2ad6dd9253555ea5f492b7068e7bff in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The signature:do_populate_sysroot sig is computed to be 
> 97d2f34ef4b40fe8e324c04346ad0cdf22cde6cc774f336400797cb6a483d08c, but 
> the sig is locked to 
> 93700035bc1a42b4f7e5f05ef30d4bc6fdf2abc0dd1f707b2e745ceed25d5770 in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The signature:do_package sig is computed to be 
> f59f3584026d4acf71d4300a18ff4bf05c0f3e3b42c2d5264af9be63820a0386, but 
> the sig is locked to 
> bdc6003bbd7a42a83e9a6a7ebe691e93a9744ae96c664d8656907a15af84be1c in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The grub-efi-native:do_clean_grub sig is computed to be 
> 17c62b3df5a57ee4cbd0e7abf1284a5d499ba4c814aaded564a24085b9fd326c, but 
> the sig is locked to 
> c8835ffb27e0d97b332dddad3fb83bdb849a267a8a0fa7142e66a76696c910ff in 
> SIGGEN_LOCKEDSIGS_t-x86-64
>
> The grub-efi-native:do_configure sig is computed to be 
> a6dfb6cd633432b36b818b63fd6e06e086d189b62cd7fc6370c4e66e9668fa1d, but 
> the sig is locked to 
> 194602954bb4993b85397aeb06557d10ff14b15d52a321389cdbb0139d2ce34c in 
> SIGGEN_LOCKEDSIGS_t-x86-64
>
> The grub-efi-native:do_compile sig is computed to be 
> 583800a58ca2e602d50b4e23485774e8b681f79bf48a1a854b71264a0ddcb733, but 
> the sig is locked to 
> e642b6c931bda1d51bc5394596cdacce7099875d1e873b39849607e03972c5b9 in 
> SIGGEN_LOCKEDSIGS_t-x86-64
>
> The grub-efi-native:do_mkimage sig is computed to be 
> 87a6528cb8624851708b1f4d3fa26beb96f71f1a3cb0c4d48fe0aaf9255fb244, but 
> the sig is locked to 
> bc04f79c9988122be8297c3ea2e7aa13fbe18444b1151a547332112616e11480 in 
> SIGGEN_LOCKEDSIGS_t-x86-64
>
> The grub-efi-native:do_install sig is computed to be 
> 6e8a988562949ae845beb0150acf7702a360094db56096b6e2bbb65820bbb3f0, but 
> the sig is locked to 
> 38427ff1c0bfa569a27a6c5acf51bb3483d882b18a1fa0bfbfaa371822df7837 in 
> SIGGEN_LOCKEDSIGS_t-x86-64
>
> The grub-efi-native:do_populate_sysroot sig is computed to be 
> 3ba3744800732b69e71d33ea0db797a78bb2340727fc54f211bd0f7c1325374c, but 
> the sig is locked to 
> fcd9daa126de91d4d1de701ed1ff1c2774c3e42207e1fff85b86109eb54b290c in 
> SIGGEN_LOCKEDSIGS_t-x86-64
>
> The grub-efi:do_clean_grub sig is computed to be 
> 928fbd9c1d534333f18a6f751ad705c03f083ff00374a781b02e1aee47b92bee, but 
> the sig is locked to 
> 67a039367c0593803d8c70207f079fd8be28dbc6c548b13837fa7eb177b156e0 in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The grub-efi-native:do_deploy sig is computed to be 
> 4875f4b51c38f31140775a2a4457839eabef2529791cccbb9ed656eef63892fc, but 
> the sig is locked to 
> 6576c95aa5c0c7b505ca2cc02fdde3f678f2b039c2f0b57810b17694b6070a46 in 
> SIGGEN_LOCKEDSIGS_t-x86-64
>
> The grub-efi:do_configure sig is computed to be 
> 84ab069273c4b2703ca4fa200d5fb66adcaffa39b8f36138339d4837b9281a9d, but 
> the sig is locked to 
> e8900241347d4616468e7a4a4c37b8496a1167c2b3d58f7bb55332da645bd7e0 in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The grub-efi:do_compile sig is computed to be 
> 619bdca4f1a6df8c8c2c7ad49b7289af3477e3c76c00b84229584793f23fb115, but 
> the sig is locked to 
> 56ca563b3bcb66b72f53f51562f41dd0cf9af878335836e8fd6b6a07e32fa8bc in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The grub-efi:do_mkimage sig is computed to be 
> f212bd74eb95f4d413c9867f853171747fe4fe86912138a0ac79234fe4be73b7, but 
> the sig is locked to 
> 80e9256f12e3070737c81f76310cc408473b92b877b23494cd1b4c2abdffd56d in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The grub-efi:do_install sig is computed to be 
> 45753f50a553391bd80cf679039cccf879ef1eaca90e1dcfefb432621dfc0000, but 
> the sig is locked to 
> 3910d27330229314b793a94c7085c231a56c1073d7e79d4cceade5a373600252 in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The grub-efi:do_populate_sysroot sig is computed to be 
> 3437833e837748a59e002f95773a8f61a715bb56c0f20671fa39a71556ad6d5d, but 
> the sig is locked to 
> d0d60bc1d9bf488c7568e592b3b1aeeb2e2796c9994f83fe1b781e0d006e432b in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The grub-efi:do_package sig is computed to be 
> 81fa6cf23920cea4139ed3cefd6c94a3878580f6a45925279c7d75e3c487f162, but 
> the sig is locked to 
> d7ec82448f34ec8c0169f613fdd14237cebb1951efa3d35d53dc71d24f220cb8 in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The grub-efi:do_deploy sig is computed to be 
> f7831a1a7e1d8683e1c0c86fd32486ec8d9e5e713d63e39984aa36f50bff7f91, but 
> the sig is locked to 
> 1c781659fad7fb174716d05aa5727f68e710ad7c6593dc178f40866d6e868f19 in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The tpm2-tools:do_configure sig is computed to be 
> 10fa6cf0c4fa307a427978392ecf60d7a8853e11ca1747ea5ad8743fd42280f3, but 
> the sig is locked to 
> 5e6a2caa27901f95518467ca35b68043fee7802dfa8be39ae51e61c9eedf9a8d in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The wolfssl:do_configure sig is computed to be 
> 5569ddf9b10e2df9f5de456ca35b9baeb34a1f67617357d5e1a9264baf3d1e0e, but 
> the sig is locked to 
> eaf1b380210718071d8962eeccbd97efad180fabc750b18f4e98661de06ae11f in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> The crush:do_configure sig is computed to be 
> f034116fd9598a09aa975e94dd48964e0d49deecf63d96c436bd4cccc7b68298, but 
> the sig is locked to 
> 64dfc5ff4a9ee29e9a20f1166ec2ee6fe20ffcd93e7618eabd02435c29f219ed in 
> SIGGEN_LOCKEDSIGS_t-corei7-64
>
> ERROR: Task quilt-native.do_fetch attempted to execute unexpectedly
>
>
>
>
>
>
>
>
>
>
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#52474): https://lists.yoctoproject.org/g/yocto/message/52474
Mute This Topic: https://lists.yoctoproject.org/mt/80857557/21656
Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto
Mute #sdk:https://lists.yoctoproject.org/g/yocto/mutehashtag/sdk
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to