1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-02 00:40:40 +00:00

recipes: Limit ti specific recipes under ti-soc override

This helps in multi-BSP scenario, where other BSP layers are also
present in the layermix

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Khem Raj
2018-10-18 02:15:56 +00:00
committed by Denys Dmytriyenko
parent 934fed368d
commit b2d62f62bb
21 changed files with 58 additions and 1 deletions
+3
View File
@@ -16,3 +16,6 @@ SRC_URI = "git://git.ti.com/glsdk/libgbm.git;protocol=git;branch=${BRANCH} \
file://0001-gbm.c-include-sys-sysmacros.h-for-minor-major-in-new.patch"
S = "${WORKDIR}/git"
COMPATIBLE_HOST ?= "null"
COMPATIBLE_HOST_ti-soc = "(.*)"
@@ -37,3 +37,6 @@ do_install() {
}
INSANE_SKIP_${PN} += "ldflags"
COMPATIBLE_HOST ?= "null"
COMPATIBLE_HOST_ti-soc = "(.*)"
@@ -14,6 +14,8 @@ SRC_URI = "git://git.mansr.com/omapfbplay;protocol=git \
S = "${WORKDIR}/git"
PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_HOST ?= "null"
COMPATIBLE_HOST_ti-soc = "(.*)"
# We want a kernel header for armv7a, but we don't want to make mplayer machine specific for that
STAGING_KERNEL_DIR = "${STAGING_DIR}/${MACHINE_ARCH}${TARGET_VENDOR}-${TARGET_OS}/kernel"