meta-rpi: Remove recipes moved to meta-blackfinn

Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
2019-03-01 12:02:55 +01:00
parent 482c08e442
commit 24b3b339ef
12 changed files with 21 additions and 197 deletions

View File

@@ -13,5 +13,6 @@ BBLAYERS ?= " \
${TOPDIR}/../layers/meta-openembedded/meta-networking \
${TOPDIR}/../layers/meta-openembedded/meta-python \
${TOPDIR}/../layers/meta-raspberrypi \
${TOPDIR}/../layers/meta-blackfinn \
${TOPDIR}/../layers/meta-rpi \
"

View File

@@ -1,9 +1,5 @@
MACHINE ?= "raspberrypi3-64"
#DL_DIR ?= "${TOPDIR}/../../downloads"
#SSTATE_DIR ?= "${TOPDIR}/../../sstate-cache"
#TMPDIR = "${TOPDIR}/tmp"
DISTRO ?= "poky"
PACKAGE_CLASSES ?= "package_ipk"
@@ -13,8 +9,6 @@ PACKAGE_CLASSES ?= "package_ipk"
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
#IMAGE_BOOT_FILES_append = " uEnv.txt"
PATCHRESOLVE = "noop"
BB_DISKMON_DIRS = "\
@@ -35,12 +29,9 @@ CONF_VERSION = "1"
INHERIT += "rm_work"
#INHERIT += "icecc"
#ICECC_PATH = "/usr/bin/icecc"
#ICECC_PARALLEL_MAKE = "-j 20"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL = "https://files.blackfinn.de/mirror/sources"
BB_GENERATE_MIRROR_TARBALLS = "1"
export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE DL_DIR"