-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlayer.conf
31 lines (24 loc) · 954 Bytes
/
layer.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# We have a conf and classes directory, add to BBPATH
BBPATH =. "${LAYERDIR}:"
# We have a packages directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "meta-installer"
BBFILE_PATTERN_meta-installer = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-installer = "10"
LAYERVERSION_meta-installer = "2"
LAYERDEPENDS_meta-installer = " \
core \
openembedded-layer \
filesystems-layer \
gnome-layer \
meta-python \
networking-layer \
meta-initramfs \
"
LICENSE_PATH += "${LAYERDIR}/licenses"
SRC_DISTRIBUTE_LICENSES += "X11"
SRC_DISTRIBUTE_LICENSES += "FLTK"
LAYER_PATH_meta-installer = "${LAYERDIR}"
KERNEL_CLASSES_append = "${@bb.utils.contains('DISTRO_FEATURES', 'installer-support', ' installer_support_kernel', '', d)}"
IMAGE_CLASSES_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'installer-support', ' installer_support_image', '', d)}"