From: Denys Dmytriyenko <[email protected]> Explicitly mark do_configure as depending on the value of KERNEL_LOCALVERSION variable. This is similar to the U-boot change submitted to OE-Core: https://patchwork.yoctoproject.org/project/oe-core/patch/[email protected]/
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-ti-bsp/recipes-kernel/linux/setup-defconfig.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-ti-bsp/recipes-kernel/linux/setup-defconfig.inc b/meta-ti-bsp/recipes-kernel/linux/setup-defconfig.inc index df7d9ac8..bbdf30a2 100644 --- a/meta-ti-bsp/recipes-kernel/linux/setup-defconfig.inc +++ b/meta-ti-bsp/recipes-kernel/linux/setup-defconfig.inc @@ -1,6 +1,7 @@ # KERNEL_LOCALVERSION can be set to add a tag to the end of the # kernel version string. such as the commit id KERNEL_LOCALVERSION = "-g${@d.getVar('SRCPV', True).replace('AUTOINC+','')[:10]}" +do_configure[vardepvalue] = "${KERNEL_LOCALVERSION}" # Check the defconfig file and see if it points to an in kernel # defconfig that should be used, or if it is a complete config file -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16616): https://lists.yoctoproject.org/g/meta-ti/message/16616 Mute This Topic: https://lists.yoctoproject.org/mt/99185908/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/leave/6695321/21656/1393940836/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
