From f9ec6b217cacd91c327867f9dbb68ff2b4134e0f Mon Sep 17 00:00:00 2001 From: Arun Madhavan Date: Wed, 18 Sep 2024 14:31:31 -0400 Subject: [PATCH] RDKVREFPLT-3302: change to use MANIFEST_PATH_RDK_AUXILIARY in bblayers template --- conf/template/bblayers.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/template/bblayers.conf.sample b/conf/template/bblayers.conf.sample index daf63e3..7467d24 100644 --- a/conf/template/bblayers.conf.sample +++ b/conf/template/bblayers.conf.sample @@ -15,7 +15,7 @@ BBLAYERS ?= " \ ${MANIFEST_PATH_OPENEMBEDDED}/meta-multimedia \ ${MANIFEST_PATH_OPENEMBEDDED}/meta-networking \ ${MANIFEST_PATH_STACK_LAYERING_SUPPORT} \ - ${MANIFEST_PATH_IMAGE_SUPPORT} \ + ${MANIFEST_PATH_RDK_AUXILIARY} \ " # Common layers