blob: 24b4df07f5e18b7312eee976195899a7b571e375 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3# We have recipes-* directories, add to BBFILES
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
5
6BBFILE_COLLECTIONS += "core"
7BBFILE_PATTERN_core = "^${LAYERDIR}/"
8BBFILE_PRIORITY_core = "5"
9
10# This should only be incremented on significant changes that will
11# cause compatibility issues with other layers
Patrick Williamsc0f7c042017-02-23 20:41:17 -060012LAYERVERSION_core = "9"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050013
14BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"
15
16# Set a variable to get to the top of the metadata location
17COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}'
18
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050019# opkg-utils is for update-alternatives :(
Patrick Williamsc124f4f2015-09-15 14:41:29 -050020SIGGEN_EXCLUDERECIPES_ABISAFE += " \
21 sysvinit-inittab \
22 shadow-securetty \
23 opkg-arch-config \
24 netbase \
25 init-ifupdown \
26 connman-conf \
27 formfactor \
28 xserver-xf86-config \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050029 pointercal-xinput \
30 base-files \
31 keymaps \
32 udev-extraconf \
33 packagegroup-x11-xserver \
34 systemd-serialgetty \
35 initscripts \
36 shadow \
37 shadow-sysroot \
38 base-passwd \
39 opkg-utils \
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050040 gstreamer1.0-meta-base \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050041"
42
43SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050044 gcc-cross-${TARGET_ARCH}->virtual/${TARGET_PREFIX}libc-for-gcc \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050045 gcc-cross-${TARGET_ARCH}->linux-libc-headers \
46 ppp-dialin->ppp \
47 resolvconf->bash \
48 docbook-xsl-stylesheets->perl \
Patrick Williamsc0f7c042017-02-23 20:41:17 -060049 ca-certificates->openssl \
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050050 initramfs-framework->${VIRTUAL-RUNTIME_base-utils} \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050051 initramfs-framework->systemd \
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050052 initramfs-framework->eudev \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050053 liberation-fonts->fontconfig \
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050054 cantarell-fonts->fontconfig \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050055 gnome-icon-theme->librsvg \
56 font-alias->font-util \
57 weston-init->weston \
58 weston-init->kbd \
Patrick Williamsf1e5d692016-03-30 15:21:19 -050059 oprofile->virtual/kernel \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050060"
61