Add AUTOREV support to ti-linux-fw for nightly builds. There is corresponding change in ti-linux-fw.inc. The patch will be posted in meta-ti
Signed-off-by: Yogesh Siraswar <[email protected]> --- meta-arago-distro/conf/distro/include/branding-bleeding.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/conf/distro/include/branding-bleeding.inc b/meta-arago-distro/conf/distro/include/branding-bleeding.inc index ca2aa9ad..f1e0bc52 100644 --- a/meta-arago-distro/conf/distro/include/branding-bleeding.inc +++ b/meta-arago-distro/conf/distro/include/branding-bleeding.inc @@ -13,6 +13,9 @@ SRCREV_pn-ltp-ddt = "${AUTOREV}" #SRCREV_pn-optee-test = "${AUTOREV}" SRCREV_pn-arm-trusted-firmware = "${AUTOREV}" +# Point to the latest ti linux firmware +TI_LINUX_FW_SRCREV = "${AUTOREV}" + # Point to latest nightly metadata #TI_RTOS_METADATA_URI = "git://git.ti.com/processor-sdk/coresdk_rtos_releases.git" #TI_RTOS_METADATA_PROTOCOL = "git" -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13346): https://lists.yoctoproject.org/g/meta-arago/message/13346 Mute This Topic: https://lists.yoctoproject.org/mt/86441463/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
