Re: [yocto] Extended SDK installation fails during git fetch of kernel source hosted on private repo
Gyorgy Sarvari <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <[email protected]> |
On 8/6/25 17:41, joseph.maniaci via lists.yoctoproject.org wrote:
> I just came across this same issue while attempting to install an eSDK.
>
> So if AUTOREV can cause this behavior, is it possible to determine
> you're bitbaking an SDK/eSDK and alter AUTOREV into what the latest,
> for example, git hash is? That way, when installing the SDK, it'll
> just reference those static hashes at the time the SDK was built and
> this can be avoided?
>
I think overrides should work for this:
SRCREV = "${AUTOREV}"
SRCREV:class-nativesdk = "decafbad"
The first one is the default, but for nativesdk the second should take
effect.
But this sounds like a bug (even if AUTOREV not recommended, maybe a
warning, or even an error could be useful). Do you know if there is a
bugzilla entry for this?