Hi Chen Qi We got some help from the Yocto team and this seems to be a known issue. Basically the recipe had these two lines below SRCREV = "${AUTOREV}" PV = "master+git${SRCPV}"
These lines force the eSDK to pull the latest code if there is a change in the revision in the upstream git repo. Looks like this is a known issue ( https://bugzilla.yoctoproject.org/show_bug.cgi?id=11350). We are looking at using specific revisions of the upstream repo to fix this. Thanks for your help Best Sunil Mukundan On Tue, Oct 23, 2018 at 8:58 AM Sunil Mukundan <sunil.mukun...@gmail.com> wrote: > Thanks Chen Qi for the response. Please find my response below > > >What does the SRC_URI for the recipe look like? > > SRC_URI = "git://github.com/luigirizzo/netmap.git" > > Thanks > Sunil Mukundan > On Tue, Oct 23, 2018 at 6:58 AM ChenQi <qi.c...@windriver.com> wrote: > > > > I think the main problem is do_fetch sig mismatch. > > What does the SRC_URI for the recipe look like? > > > > Best Regards, > > Chen Qi > > > > > > On 10/22/2018 08:47 PM, Sunil Mukundan wrote: > > > Hi > > > > > > I built an extensible SDK and when installing the SDK, i see the > > > following WARNINGS first > > > > > > WARNING: The netmap-modules:do_fetch sig is computed to be > > > b53fa14a73271b9f0ce564e413f32468, but the sig is locked to > > > 614da4fb9135f1f97b291ff05494f53c in SIGGEN_LOCKEDSIGS_t-genericx86-64 > > > The netmap:do_fetch sig is computed to be > > > b53fa14a73271b9f0ce564e413f32468, but the sig is locked to > > > 614da4fb9135f1f97b291ff05494f53c in SIGGEN_LOCKEDSIGS_t-genericx86-64 > > > The netmap:do_populate_lic sig is computed to be > > > 45b8ffb273c02b2fcd201347e4137e19, but the sig is locked to > > > d4c3de4ecfdc1d70a4129dfbcc68b71d in SIGGEN_LOCKEDSIGS_t-genericx86-64 > > > The netmap-modules:do_populate_lic sig is computed to be > > > 45b8ffb273c02b2fcd201347e4137e19, but the sig is locked to > > > d4c3de4ecfdc1d70a4129dfbcc68b71d in SIGGEN_LOCKEDSIGS_t-genericx86-64 > > > > > > These WARNINGS then (probably) result in the following errors > > > ERROR: Task netmap.do_prepare_recipe_sysroot attempted to execute > unexpectedly > > > ERROR: Task netmap.do_configure attempted to execute unexpectedly > > > ERROR: Task netmap.do_compile attempted to execute unexpectedly > > > ERROR: Task netmap.do_install attempted to execute unexpectedly > > > ERROR: Task netmap.do_package attempted to execute unexpectedly and > > > should have been setscened > > > ERROR: Task netmap.do_packagedata attempted to execute unexpectedly > > > and should have been setscened > > > ERROR: Task netmap-modules.do_populate_lic attempted to execute > > > unexpectedly and should have been setscened > > > ERROR: Task netmap.do_populate_lic attempted to execute unexpectedly > > > and should have been setscened > > > > > > Could someone help me with what could be going wrong? > > > > > > I used the usual 'bitbake -c populate_sdk_ext core-image-minimal' > > > command to build the SDK. > > > > > > thanks, > > > Sunil Mukundan > > > > > > -- > > _______________________________________________ > > yocto mailing list > > yocto@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/yocto >
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto