From 25573f96e35f02159606b5c6bad86039a29cfbfd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 30 May 2023 18:34:54 -0700 Subject: [PATCH] beaglebone: Define KERNEL_LOCALVERSION and UBOOT_LOCALVERSION These are needed to be defined before use, to avoid bitbake parsing errors Signed-off-by: Khem Raj --- sources/meta-yoe/conf/projects/beaglebone/config.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/meta-yoe/conf/projects/beaglebone/config.conf b/sources/meta-yoe/conf/projects/beaglebone/config.conf index b341546bb..c4a8f9694 100644 --- a/sources/meta-yoe/conf/projects/beaglebone/config.conf +++ b/sources/meta-yoe/conf/projects/beaglebone/config.conf @@ -29,7 +29,8 @@ SIMPLECLIENTS:ti-soc = "damage,im,egl,shm,touch,dmabuf-v4l,dmabuf-egl" #TEST_TARGET_IP = "10.0.0.34" #TEST_SERVER_IP = "10.0.0.13" TEST_TARGET = "simpleremote" - +KERNEL_LOCALVERSION:beaglebone = "" +UBOOT_LOCALVERSION:beaglebone = "" IMG_VERSION = "0.0.1" ##################################################################### # add project specific configuration below this line