Files
poky/meta-lsb/conf/layer.conf
Saul Wold 6da4a6688c meta-lsb: Add basic infrastructure to create lsb image
Move tar and at to meta-lsb

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-07-24 00:01:28 +01:00

11 lines
282 B
Plaintext

# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"
# We have a packages directory, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb"
BBFILE_COLLECTIONS += "lsb"
BBFILE_PATTERN_lsb := "^${LAYERDIR}/"
BBFILE_PRIORITY_lsb = "5"