mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 14:52:19 +02:00
![]() Depending on how one uses the Yocto kernel classes the kernels hash
is defined in either "SRCREV_machine" or "SRCREV". If "SRCREV_machine"
is in use, "SRCREV" stays at its bitbake default "INVALID".
If the "SRCREV_machine" or "SRCREV" is set to "AUTOREV" that value is
replaced by "AUTOINC".
If using "SRCREV_machine" and/or "AUTOREV" do_kernel_localversion fails
| run.do_kernel_localversion:158 exit 128 from 'head=`git --git-dir=.../.git rev-parse --verify --short INVALID 2> /dev/null`'
Cope with both use cases.
Fixes:
|
||
---|---|---|
.. | ||
fsl-dynamic-packagearch.bbclass | ||
fsl-eula-unpack.bbclass | ||
fsl-kernel-localversion.bbclass | ||
fsl-u-boot-localversion.bbclass | ||
fsl-vivante-kernel-driver-handler.bbclass | ||
image_populate_mfgtool.bbclass | ||
image_types_fsl.bbclass | ||
imx-boot-container.bbclass | ||
kernel-imximage.bbclass | ||
machine-overrides-extender.bbclass | ||
mfgtool-initramfs-image.bbclass | ||
qoriq_build_64bit_kernel.bbclass | ||
use-imx-headers.bbclass | ||
use-imx-security-controller-firmware.bbclass | ||
uuu_bootloader_tag.bbclass |