Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | # We have recipes-* directories, add to BBFILES |
| 4 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" |
| 5 | |
| 6 | BBFILE_COLLECTIONS += "core" |
| 7 | BBFILE_PATTERN_core = "^${LAYERDIR}/" |
| 8 | BBFILE_PRIORITY_core = "5" |
| 9 | |
| 10 | # This should only be incremented on significant changes that will |
| 11 | # cause compatibility issues with other layers |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 12 | LAYERVERSION_core = "8" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 13 | |
| 14 | BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" |
| 15 | |
| 16 | # Set a variable to get to the top of the metadata location |
| 17 | COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}' |
| 18 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 19 | # opkg-utils is for update-alternatives :( |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 20 | SIGGEN_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 \ |
| 29 | pointercal \ |
| 30 | pointercal-xinput \ |
| 31 | base-files \ |
| 32 | keymaps \ |
| 33 | udev-extraconf \ |
| 34 | packagegroup-x11-xserver \ |
| 35 | systemd-serialgetty \ |
| 36 | initscripts \ |
| 37 | shadow \ |
| 38 | shadow-sysroot \ |
| 39 | base-passwd \ |
| 40 | opkg-utils \ |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 41 | gstreamer1.0-meta-base \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 42 | " |
| 43 | |
| 44 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 45 | gcc-cross-${TARGET_ARCH}->virtual/${TARGET_PREFIX}libc-for-gcc \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 46 | gcc-cross-${TARGET_ARCH}->linux-libc-headers \ |
| 47 | ppp-dialin->ppp \ |
| 48 | resolvconf->bash \ |
| 49 | docbook-xsl-stylesheets->perl \ |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 50 | initramfs-framework->${VIRTUAL-RUNTIME_base-utils} \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 51 | initramfs-framework->systemd \ |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 52 | initramfs-framework->eudev \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 53 | liberation-fonts->fontconfig \ |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 54 | cantarell-fonts->fontconfig \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 55 | gnome-icon-theme->librsvg \ |
| 56 | font-alias->font-util \ |
| 57 | weston-init->weston \ |
| 58 | weston-init->kbd \ |
Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 59 | oprofile->virtual/kernel \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 60 | " |
| 61 | |