From 8cc2e57cb2fc8727a698f7fd836f99c5b7383b31 Mon Sep 17 00:00:00 2001 From: rwarier <84991591+rwarier@users.noreply.github.com> Date: Thu, 15 Jan 2026 16:37:23 -0600 Subject: [PATCH] CPESP-7964 : Tch Xi6 initial bringup --- conf/template/bblayers.conf.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/template/bblayers.conf.sample b/conf/template/bblayers.conf.sample index 4bfb37b2..caa0f061 100644 --- a/conf/template/bblayers.conf.sample +++ b/conf/template/bblayers.conf.sample @@ -26,6 +26,7 @@ BBLAYERS =+ "${@d.getVar('MANIFEST_PATH_OSS_EXT') if d.getVar('MANIFEST_PATH_OSS # Common layers: optional BBLAYERS =+ " ${@d.getVar('MANIFEST_PATH_IMAGE_SUPPORT') if d.getVar('MANIFEST_PATH_IMAGE_SUPPORT') is not None and os.path.isfile(d.getVar('MANIFEST_PATH_IMAGE_SUPPORT') + '/conf/layer.conf') else ''}" +BBLAYERS =+ " ${@d.getVar('MANIFEST_PATH_VENDOR_IMAGE_PACKAGER') if d.getVar('MANIFEST_PATH_VENDOR_IMAGE_PACKAGER') is not None and os.path.isfile(d.getVar('MANIFEST_PATH_VENDOR_IMAGE_PACKAGER') + '/conf/layer.conf') else ''}" # Release layers: generic BBLAYERS =+ "${@d.getVar('MANIFEST_PATH_OSS_RELEASE') if d.getVar('MANIFEST_PATH_OSS_RELEASE') is not None and os.path.isfile(d.getVar('MANIFEST_PATH_OSS_RELEASE') + '/conf/layer.conf') else ''}"