Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all 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
3 changes: 3 additions & 0 deletions meta-refkit-core/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
# Set a variable to get to the top of the IoT Reference OS Kit metadata location.
META_REFKIT_CORE_BASE := '${LAYERDIR}'

# Set a variable to get to the top of the metadata location
IMAGE_DSK_BASE := '${LAYERDIR}'

BBFILE_COLLECTIONS += "refkit-core"
BBFILE_PATTERN_refkit-core = "^${LAYERDIR}/"
BBFILE_PRIORITY_refkit-core = "6"
Expand Down
6 changes: 0 additions & 6 deletions meta-refkit/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,9 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/fixes/*/recipes-*/*/*/*.bbappend \
"

# Set a variable to get to the top of the metadata location
IMAGE_DSK_BASE := '${LAYERDIR}'

# Set a variable to get to the top of the IoT Reference OS Kit metadata location.
META_REFKIT_BASE := '${LAYERDIR}'

# Used by image-dsk.bbclass to find lib/image-dsk.py.
IMAGE_DSK_BASE ?= '${META_REFKIT_BASE}'

# Required by stateless.bbclass to find patches needed only when
# compiling stateless.
STATELESS_PATCHES_BASE ?= "${META_REFKIT_BASE}/conf/distro/stateless-patches"
Expand Down