Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion conf/template/bblayers.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ BBLAYERS =+ "${@'${MANIFEST_PATH_RDK_AUXILIARY}' if os.path.isfile('${MANIFEST_P
# All required release layers
BBLAYERS =+ "${@'${MANIFEST_PATH_COMMON_OSS_REFERENCE}' if os.path.isfile('${MANIFEST_PATH_COMMON_OSS_REFERENCE}/conf/layer.conf') else ''}"
BBLAYERS =+ "${@'${MANIFEST_PATH_VENDOR_RELEASE}' if os.path.isfile('${MANIFEST_PATH_VENDOR_RELEASE}/conf/layer.conf') else ''}"
BBLAYERS =+ "${@'${MANIFEST_PATH_APPLICATION_RELEASE}' if os.path.isfile('${MANIFEST_PATH_APPLICATION_RELEASE}/conf/layer.conf') else ''}"
BBLAYERS =+ "${@'${MANIFEST_PATH_MW_RELEASE}' if os.path.isfile('${MANIFEST_PATH_MW_RELEASE}/conf/layer.conf') else ''}"

# Config layers
Expand Down
1 change: 0 additions & 1 deletion recipes-images/rdk-fullstack-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ DEPENDS += "nss-native"
IMAGE_INSTALL = " \
packagegroup-vendor-layer \
packagegroup-middleware-layer \
packagegroup-application-layer \
"

inherit core-image custom-rootfs-creation extrausers
Expand Down