All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] recipes: Limit ti specific recipes under ti-soc override
@ 2018-10-09 20:45 Khem Raj
  2018-10-09 20:49 ` Denys Dmytriyenko
  0 siblings, 1 reply; 11+ messages in thread
From: Khem Raj @ 2018-10-09 20:45 UTC (permalink / raw)
  To: meta-ti

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>
---
 recipes-bsp/cuia/cuia_1.0.0.13.bb                      | 3 +++
 recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | 3 +++
 recipes-bsp/x-load/x-load_git.bb                       | 3 +++
 recipes-graphics/gbm/libgbm_10.0.0.bb                  | 3 +++
 recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb     | 3 +++
 recipes-graphics/omapfbplay/omapfbplay.inc             | 2 ++
 recipes-multimedia/libdce/libdce_3.00.14.00.bb         | 2 ++
 recipes-ti/bios/ti-biosutils_1.02.02.bb                | 3 +++
 recipes-ti/dmai/ti-dmai_svn.bb                         | 3 +++
 recipes-ti/dsplib/dsplib.inc                           | 2 ++
 recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb             | 2 ++
 recipes-ti/includes/ti-unpack.inc                      | 5 +++++
 recipes-ti/ipc/ti-ipc-common.inc                       | 2 ++
 recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb      | 3 +++
 recipes-ti/mathlib/mathlib.inc                         | 2 ++
 recipes-ti/ndk/ti-ndk_3.40.01.01.bb                    | 3 +++
 recipes-ti/swtools/swtools_git.bb                      | 2 ++
 17 files changed, 46 insertions(+)

diff --git a/recipes-bsp/cuia/cuia_1.0.0.13.bb b/recipes-bsp/cuia/cuia_1.0.0.13.bb
index e048f6aa..a7caf504 100644
--- a/recipes-bsp/cuia/cuia_1.0.0.13.bb
+++ b/recipes-bsp/cuia/cuia_1.0.0.13.bb
@@ -23,3 +23,6 @@ do_install() {
 	cd ${S}
 	oe_runmake DESTDIR=${D} libdir=${libdir} includedir=${includedir} install
 }
+
+COMPATIBLE_HOST ?= "null"
+COMPATIBLE_HOST_ti-soc = "(.*)"
diff --git a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
index 94485b6a..d29b6496 100644
--- a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
+++ b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
@@ -22,3 +22,6 @@ do_install() {
     install -d ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
     install -m 644 ${S}/galcore.ko ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
 }
+
+COMPATIBLE_HOST ?= "null"
+COMPATIBLE_HOST_ti-soc = "(.*)"
diff --git a/recipes-bsp/x-load/x-load_git.bb b/recipes-bsp/x-load/x-load_git.bb
index dd8bce2d..1ce1b0f0 100644
--- a/recipes-bsp/x-load/x-load_git.bb
+++ b/recipes-bsp/x-load/x-load_git.bb
@@ -17,3 +17,6 @@ CONFIG_HEADER_beagleboard = "1"
 XLOAD_MACHINE_omap3-touchbook = "omap3530beagle_config"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+COMPATIBLE_HOST ?= "null"
+COMPATIBLE_HOST_ti-soc = "(.*)"
diff --git a/recipes-graphics/gbm/libgbm_10.0.0.bb b/recipes-graphics/gbm/libgbm_10.0.0.bb
index 38715ccf..9e3c7ed0 100644
--- a/recipes-graphics/gbm/libgbm_10.0.0.bb
+++ b/recipes-graphics/gbm/libgbm_10.0.0.bb
@@ -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 = "(.*)"
diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
index dafaac1e..a2f8f192 100644
--- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
+++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
@@ -37,3 +37,6 @@ do_install() {
 }
 
 INSANE_SKIP_${PN} += "ldflags"
+
+COMPATIBLE_HOST ?= "null"
+COMPATIBLE_HOST_ti-soc = "(.*)"
diff --git a/recipes-graphics/omapfbplay/omapfbplay.inc b/recipes-graphics/omapfbplay/omapfbplay.inc
index df166dd3..744eb8f7 100644
--- a/recipes-graphics/omapfbplay/omapfbplay.inc
+++ b/recipes-graphics/omapfbplay/omapfbplay.inc
@@ -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"
diff --git a/recipes-multimedia/libdce/libdce_3.00.14.00.bb b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
index 04c0b718..0deec7ab 100644
--- a/recipes-multimedia/libdce/libdce_3.00.14.00.bb
+++ b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
@@ -13,3 +13,5 @@ PR = "r1"
 
 S = "${WORKDIR}/git"
 EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
+COMPATIBLE_HOST ?= "null"
+COMPATIBLE_HOST_ti-soc = "(.*)"
diff --git a/recipes-ti/bios/ti-biosutils_1.02.02.bb b/recipes-ti/bios/ti-biosutils_1.02.02.bb
index 5b6b4f43..01c070d7 100644
--- a/recipes-ti/bios/ti-biosutils_1.02.02.bb
+++ b/recipes-ti/bios/ti-biosutils_1.02.02.bb
@@ -7,3 +7,6 @@ SRC_URI[biosutilstarball.md5sum] = "0654e9e72b0a6fc7a6575829c0cd90c9"
 SRC_URI[biosutilstarball.sha256sum] = "df486500bdc8dbe3800fc7efe4241e6fa5b1827ba7c0dc17a71b41d42ef921e1"
 
 INSANE_SKIP_${PN} = "installed-vs-shipped"
+
+COMPATIBLE_HOST ?= "null"
+COMPATIBLE_HOST_ti-soc = "(.*)"
diff --git a/recipes-ti/dmai/ti-dmai_svn.bb b/recipes-ti/dmai/ti-dmai_svn.bb
index 4a91b9b9..3cc54b91 100644
--- a/recipes-ti/dmai/ti-dmai_svn.bb
+++ b/recipes-ti/dmai/ti-dmai_svn.bb
@@ -38,3 +38,6 @@ SRC_URI_append = " file://omap3530-r642-remove-include-videodev.diff;striplevel=
                  "
 
 INSANE_SKIP_${PN} = "installed-vs-shipped"
+
+COMPATIBLE_HOST ?= "null"
+COMPATIBLE_HOST_ti-soc = "(.*)"
diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc
index f3696795..a3953105 100644
--- a/recipes-ti/dsplib/dsplib.inc
+++ b/recipes-ti/dsplib/dsplib.inc
@@ -69,3 +69,5 @@ ALLOW_EMPTY_${PN} = "1"
 FILES_${PN}-dev += "${DSPLIB_INSTALL_DIR_RECIPE}"
 
 INSANE_SKIP_${PN}-dev = "arch"
+COMPATIBLE_HOST ?= "null"
+COMPATIBLE_HOST_ti-soc = "(.*)"
diff --git a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
index e3b1c56f..c2e7d268 100644
--- a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
+++ b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
@@ -4,3 +4,5 @@ SRC_URI[md5sum] = "6db908bef3b933dc8cea666564d5d4d8"
 SRC_URI[sha256sum] = "2caa9c859cfe348197e860f07d174a8ab7048d38d6d3a12ec576802122c9e91e"
 
 
+COMPATIBLE_HOST ?= "null"
+COMPATIBLE_HOST_ti-soc = "(.*)"
diff --git a/recipes-ti/includes/ti-unpack.inc b/recipes-ti/includes/ti-unpack.inc
index a571fd5d..b520d6ab 100644
--- a/recipes-ti/includes/ti-unpack.inc
+++ b/recipes-ti/includes/ti-unpack.inc
@@ -79,3 +79,8 @@ python ti_bin_do_unpack() {
     # Return to the previous directory
     os.chdir(save_cwd)
 }
+
+COMPATIBLE_HOST ?= "null"
+COMPATIBLE_HOST_ti-soc = "(.*)"
+COMPATIBLE_HOST_class-native = "(.*)"
+
diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc
index dddb7344..aea9d278 100644
--- a/recipes-ti/ipc/ti-ipc-common.inc
+++ b/recipes-ti/ipc/ti-ipc-common.inc
@@ -2,6 +2,8 @@ PV = "3.50.02.02"
 INC_PR = "r0"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
+COMPATIBLE_HOST ?= "null"
+COMPATIBLE_HOST_ti-soc = "(.*)"
 
 PLATFORM = "UNKNOWN"
 PLATFORM_omap5-evm = "OMAP54XX"
diff --git a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
index 1a56d1da..113e6a69 100644
--- a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
+++ b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
@@ -12,3 +12,6 @@ SRC_URI[md5sum] = "70b4918bc35c1bcfef34d6ba3fbce0c8"
 SRC_URI[sha256sum] = "51266dd928f8d629cd417c869789a6c0d596612120f165619119cbaadfd66ee2"
 
 INSANE_SKIP_${PN} = "installed-vs-shipped"
+
+COMPATIBLE_HOST ?= "null"
+COMPATIBLE_HOST_ti-soc = "(.*)"
diff --git a/recipes-ti/mathlib/mathlib.inc b/recipes-ti/mathlib/mathlib.inc
index 6aea085a..61f198bc 100644
--- a/recipes-ti/mathlib/mathlib.inc
+++ b/recipes-ti/mathlib/mathlib.inc
@@ -68,3 +68,5 @@ ALLOW_EMPTY_${PN} = "1"
 FILES_${PN}-dev += "${MATHLIB_INSTALL_DIR_RECIPE}"
 
 INSANE_SKIP_${PN}-dev = "arch"
+COMPATIBLE_HOST ?= "null"
+COMPATIBLE_HOST_ti-soc = "(.*)"
diff --git a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb b/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
index 4a494b19..c6c18733 100644
--- a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
+++ b/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
@@ -11,3 +11,6 @@ SRC_URI[ndkzip.sha256sum] = "e2e5c683c70dfad6f4372c5eeebaf0209b27abb0f77304f14f0
 INHIBIT_PACKAGE_STRIP = "1"
 INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
 INHIBIT_SYSROOT_STRIP = "1"
+
+COMPATIBLE_HOST ?= "null"
+COMPATIBLE_HOST_ti-soc = "(.*)"
diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/swtools_git.bb
index 425a0690..168fe211 100644
--- a/recipes-ti/swtools/swtools_git.bb
+++ b/recipes-ti/swtools/swtools_git.bb
@@ -42,3 +42,5 @@ FILES_${PN}-dev += "${SWTOOLS_INSTALL_DIR_RECIPE}"
 
 INSANE_SKIP_${PN}-dev = "arch staticdev"
 ALLOW_EMPTY_${PN} = "1"
+COMPATIBLE_HOST ?= "null"
+COMPATIBLE_HOST_ti-soc = "(.*)"
-- 
2.19.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH] recipes: Limit ti specific recipes under ti-soc override
  2018-10-09 20:45 [PATCH] recipes: Limit ti specific recipes under ti-soc override Khem Raj
@ 2018-10-09 20:49 ` Denys Dmytriyenko
  2018-10-09 22:40   ` Khem Raj
  0 siblings, 1 reply; 11+ messages in thread
From: Denys Dmytriyenko @ 2018-10-09 20:49 UTC (permalink / raw)
  To: Khem Raj; +Cc: meta-ti

Does this make packages machine-specific?

On Tue, Oct 09, 2018 at 01:45:03PM -0700, Khem Raj wrote:
> 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>
> ---
>  recipes-bsp/cuia/cuia_1.0.0.13.bb                      | 3 +++
>  recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | 3 +++
>  recipes-bsp/x-load/x-load_git.bb                       | 3 +++
>  recipes-graphics/gbm/libgbm_10.0.0.bb                  | 3 +++
>  recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb     | 3 +++
>  recipes-graphics/omapfbplay/omapfbplay.inc             | 2 ++
>  recipes-multimedia/libdce/libdce_3.00.14.00.bb         | 2 ++
>  recipes-ti/bios/ti-biosutils_1.02.02.bb                | 3 +++
>  recipes-ti/dmai/ti-dmai_svn.bb                         | 3 +++
>  recipes-ti/dsplib/dsplib.inc                           | 2 ++
>  recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb             | 2 ++
>  recipes-ti/includes/ti-unpack.inc                      | 5 +++++
>  recipes-ti/ipc/ti-ipc-common.inc                       | 2 ++
>  recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb      | 3 +++
>  recipes-ti/mathlib/mathlib.inc                         | 2 ++
>  recipes-ti/ndk/ti-ndk_3.40.01.01.bb                    | 3 +++
>  recipes-ti/swtools/swtools_git.bb                      | 2 ++
>  17 files changed, 46 insertions(+)
> 
> diff --git a/recipes-bsp/cuia/cuia_1.0.0.13.bb b/recipes-bsp/cuia/cuia_1.0.0.13.bb
> index e048f6aa..a7caf504 100644
> --- a/recipes-bsp/cuia/cuia_1.0.0.13.bb
> +++ b/recipes-bsp/cuia/cuia_1.0.0.13.bb
> @@ -23,3 +23,6 @@ do_install() {
>  	cd ${S}
>  	oe_runmake DESTDIR=${D} libdir=${libdir} includedir=${includedir} install
>  }
> +
> +COMPATIBLE_HOST ?= "null"
> +COMPATIBLE_HOST_ti-soc = "(.*)"
> diff --git a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> index 94485b6a..d29b6496 100644
> --- a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> +++ b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> @@ -22,3 +22,6 @@ do_install() {
>      install -d ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
>      install -m 644 ${S}/galcore.ko ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
>  }
> +
> +COMPATIBLE_HOST ?= "null"
> +COMPATIBLE_HOST_ti-soc = "(.*)"
> diff --git a/recipes-bsp/x-load/x-load_git.bb b/recipes-bsp/x-load/x-load_git.bb
> index dd8bce2d..1ce1b0f0 100644
> --- a/recipes-bsp/x-load/x-load_git.bb
> +++ b/recipes-bsp/x-load/x-load_git.bb
> @@ -17,3 +17,6 @@ CONFIG_HEADER_beagleboard = "1"
>  XLOAD_MACHINE_omap3-touchbook = "omap3530beagle_config"
>  
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +COMPATIBLE_HOST ?= "null"
> +COMPATIBLE_HOST_ti-soc = "(.*)"
> diff --git a/recipes-graphics/gbm/libgbm_10.0.0.bb b/recipes-graphics/gbm/libgbm_10.0.0.bb
> index 38715ccf..9e3c7ed0 100644
> --- a/recipes-graphics/gbm/libgbm_10.0.0.bb
> +++ b/recipes-graphics/gbm/libgbm_10.0.0.bb
> @@ -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 = "(.*)"
> diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> index dafaac1e..a2f8f192 100644
> --- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> +++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> @@ -37,3 +37,6 @@ do_install() {
>  }
>  
>  INSANE_SKIP_${PN} += "ldflags"
> +
> +COMPATIBLE_HOST ?= "null"
> +COMPATIBLE_HOST_ti-soc = "(.*)"
> diff --git a/recipes-graphics/omapfbplay/omapfbplay.inc b/recipes-graphics/omapfbplay/omapfbplay.inc
> index df166dd3..744eb8f7 100644
> --- a/recipes-graphics/omapfbplay/omapfbplay.inc
> +++ b/recipes-graphics/omapfbplay/omapfbplay.inc
> @@ -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"
> diff --git a/recipes-multimedia/libdce/libdce_3.00.14.00.bb b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> index 04c0b718..0deec7ab 100644
> --- a/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> +++ b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> @@ -13,3 +13,5 @@ PR = "r1"
>  
>  S = "${WORKDIR}/git"
>  EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
> +COMPATIBLE_HOST ?= "null"
> +COMPATIBLE_HOST_ti-soc = "(.*)"
> diff --git a/recipes-ti/bios/ti-biosutils_1.02.02.bb b/recipes-ti/bios/ti-biosutils_1.02.02.bb
> index 5b6b4f43..01c070d7 100644
> --- a/recipes-ti/bios/ti-biosutils_1.02.02.bb
> +++ b/recipes-ti/bios/ti-biosutils_1.02.02.bb
> @@ -7,3 +7,6 @@ SRC_URI[biosutilstarball.md5sum] = "0654e9e72b0a6fc7a6575829c0cd90c9"
>  SRC_URI[biosutilstarball.sha256sum] = "df486500bdc8dbe3800fc7efe4241e6fa5b1827ba7c0dc17a71b41d42ef921e1"
>  
>  INSANE_SKIP_${PN} = "installed-vs-shipped"
> +
> +COMPATIBLE_HOST ?= "null"
> +COMPATIBLE_HOST_ti-soc = "(.*)"
> diff --git a/recipes-ti/dmai/ti-dmai_svn.bb b/recipes-ti/dmai/ti-dmai_svn.bb
> index 4a91b9b9..3cc54b91 100644
> --- a/recipes-ti/dmai/ti-dmai_svn.bb
> +++ b/recipes-ti/dmai/ti-dmai_svn.bb
> @@ -38,3 +38,6 @@ SRC_URI_append = " file://omap3530-r642-remove-include-videodev.diff;striplevel=
>                   "
>  
>  INSANE_SKIP_${PN} = "installed-vs-shipped"
> +
> +COMPATIBLE_HOST ?= "null"
> +COMPATIBLE_HOST_ti-soc = "(.*)"
> diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc
> index f3696795..a3953105 100644
> --- a/recipes-ti/dsplib/dsplib.inc
> +++ b/recipes-ti/dsplib/dsplib.inc
> @@ -69,3 +69,5 @@ ALLOW_EMPTY_${PN} = "1"
>  FILES_${PN}-dev += "${DSPLIB_INSTALL_DIR_RECIPE}"
>  
>  INSANE_SKIP_${PN}-dev = "arch"
> +COMPATIBLE_HOST ?= "null"
> +COMPATIBLE_HOST_ti-soc = "(.*)"
> diff --git a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> index e3b1c56f..c2e7d268 100644
> --- a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> +++ b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> @@ -4,3 +4,5 @@ SRC_URI[md5sum] = "6db908bef3b933dc8cea666564d5d4d8"
>  SRC_URI[sha256sum] = "2caa9c859cfe348197e860f07d174a8ab7048d38d6d3a12ec576802122c9e91e"
>  
>  
> +COMPATIBLE_HOST ?= "null"
> +COMPATIBLE_HOST_ti-soc = "(.*)"
> diff --git a/recipes-ti/includes/ti-unpack.inc b/recipes-ti/includes/ti-unpack.inc
> index a571fd5d..b520d6ab 100644
> --- a/recipes-ti/includes/ti-unpack.inc
> +++ b/recipes-ti/includes/ti-unpack.inc
> @@ -79,3 +79,8 @@ python ti_bin_do_unpack() {
>      # Return to the previous directory
>      os.chdir(save_cwd)
>  }
> +
> +COMPATIBLE_HOST ?= "null"
> +COMPATIBLE_HOST_ti-soc = "(.*)"
> +COMPATIBLE_HOST_class-native = "(.*)"
> +
> diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc
> index dddb7344..aea9d278 100644
> --- a/recipes-ti/ipc/ti-ipc-common.inc
> +++ b/recipes-ti/ipc/ti-ipc-common.inc
> @@ -2,6 +2,8 @@ PV = "3.50.02.02"
>  INC_PR = "r0"
>  
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
> +COMPATIBLE_HOST ?= "null"
> +COMPATIBLE_HOST_ti-soc = "(.*)"
>  
>  PLATFORM = "UNKNOWN"
>  PLATFORM_omap5-evm = "OMAP54XX"
> diff --git a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> index 1a56d1da..113e6a69 100644
> --- a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> +++ b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> @@ -12,3 +12,6 @@ SRC_URI[md5sum] = "70b4918bc35c1bcfef34d6ba3fbce0c8"
>  SRC_URI[sha256sum] = "51266dd928f8d629cd417c869789a6c0d596612120f165619119cbaadfd66ee2"
>  
>  INSANE_SKIP_${PN} = "installed-vs-shipped"
> +
> +COMPATIBLE_HOST ?= "null"
> +COMPATIBLE_HOST_ti-soc = "(.*)"
> diff --git a/recipes-ti/mathlib/mathlib.inc b/recipes-ti/mathlib/mathlib.inc
> index 6aea085a..61f198bc 100644
> --- a/recipes-ti/mathlib/mathlib.inc
> +++ b/recipes-ti/mathlib/mathlib.inc
> @@ -68,3 +68,5 @@ ALLOW_EMPTY_${PN} = "1"
>  FILES_${PN}-dev += "${MATHLIB_INSTALL_DIR_RECIPE}"
>  
>  INSANE_SKIP_${PN}-dev = "arch"
> +COMPATIBLE_HOST ?= "null"
> +COMPATIBLE_HOST_ti-soc = "(.*)"
> diff --git a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb b/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> index 4a494b19..c6c18733 100644
> --- a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> +++ b/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> @@ -11,3 +11,6 @@ SRC_URI[ndkzip.sha256sum] = "e2e5c683c70dfad6f4372c5eeebaf0209b27abb0f77304f14f0
>  INHIBIT_PACKAGE_STRIP = "1"
>  INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
>  INHIBIT_SYSROOT_STRIP = "1"
> +
> +COMPATIBLE_HOST ?= "null"
> +COMPATIBLE_HOST_ti-soc = "(.*)"
> diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/swtools_git.bb
> index 425a0690..168fe211 100644
> --- a/recipes-ti/swtools/swtools_git.bb
> +++ b/recipes-ti/swtools/swtools_git.bb
> @@ -42,3 +42,5 @@ FILES_${PN}-dev += "${SWTOOLS_INSTALL_DIR_RECIPE}"
>  
>  INSANE_SKIP_${PN}-dev = "arch staticdev"
>  ALLOW_EMPTY_${PN} = "1"
> +COMPATIBLE_HOST ?= "null"
> +COMPATIBLE_HOST_ti-soc = "(.*)"
> -- 
> 2.19.1
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] recipes: Limit ti specific recipes under ti-soc override
  2018-10-09 20:49 ` Denys Dmytriyenko
@ 2018-10-09 22:40   ` Khem Raj
  2018-10-10 19:36     ` Denys Dmytriyenko
  0 siblings, 1 reply; 11+ messages in thread
From: Khem Raj @ 2018-10-09 22:40 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti

[-- Attachment #1: Type: text/plain, Size: 10365 bytes --]

No, it doesn't AFAICT

On Tue, Oct 9, 2018 at 1:49 PM Denys Dmytriyenko <denys@ti.com> wrote:

> Does this make packages machine-specific?
>
> On Tue, Oct 09, 2018 at 01:45:03PM -0700, Khem Raj wrote:
> > 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>
> > ---
> >  recipes-bsp/cuia/cuia_1.0.0.13.bb                      | 3 +++
> >  recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | 3 +++
> >  recipes-bsp/x-load/x-load_git.bb                       | 3 +++
> >  recipes-graphics/gbm/libgbm_10.0.0.bb                  | 3 +++
> >  recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb     | 3 +++
> >  recipes-graphics/omapfbplay/omapfbplay.inc             | 2 ++
> >  recipes-multimedia/libdce/libdce_3.00.14.00.bb         | 2 ++
> >  recipes-ti/bios/ti-biosutils_1.02.02.bb                | 3 +++
> >  recipes-ti/dmai/ti-dmai_svn.bb                         | 3 +++
> >  recipes-ti/dsplib/dsplib.inc                           | 2 ++
> >  recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb             | 2 ++
> >  recipes-ti/includes/ti-unpack.inc                      | 5 +++++
> >  recipes-ti/ipc/ti-ipc-common.inc                       | 2 ++
> >  recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb      | 3 +++
> >  recipes-ti/mathlib/mathlib.inc                         | 2 ++
> >  recipes-ti/ndk/ti-ndk_3.40.01.01.bb                    | 3 +++
> >  recipes-ti/swtools/swtools_git.bb                      | 2 ++
> >  17 files changed, 46 insertions(+)
> >
> > diff --git a/recipes-bsp/cuia/cuia_1.0.0.13.bb b/recipes-bsp/cuia/
> cuia_1.0.0.13.bb
> > index e048f6aa..a7caf504 100644
> > --- a/recipes-bsp/cuia/cuia_1.0.0.13.bb
> > +++ b/recipes-bsp/cuia/cuia_1.0.0.13.bb
> > @@ -23,3 +23,6 @@ do_install() {
> >       cd ${S}
> >       oe_runmake DESTDIR=${D} libdir=${libdir} includedir=${includedir}
> install
> >  }
> > +
> > +COMPATIBLE_HOST ?= "null"
> > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > diff --git a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > index 94485b6a..d29b6496 100644
> > --- a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > +++ b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > @@ -22,3 +22,6 @@ do_install() {
> >      install -d ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
> >      install -m 644 ${S}/galcore.ko
> ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
> >  }
> > +
> > +COMPATIBLE_HOST ?= "null"
> > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > diff --git a/recipes-bsp/x-load/x-load_git.bb b/recipes-bsp/x-load/
> x-load_git.bb
> > index dd8bce2d..1ce1b0f0 100644
> > --- a/recipes-bsp/x-load/x-load_git.bb
> > +++ b/recipes-bsp/x-load/x-load_git.bb
> > @@ -17,3 +17,6 @@ CONFIG_HEADER_beagleboard = "1"
> >  XLOAD_MACHINE_omap3-touchbook = "omap3530beagle_config"
> >
> >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > +
> > +COMPATIBLE_HOST ?= "null"
> > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > diff --git a/recipes-graphics/gbm/libgbm_10.0.0.bb
> b/recipes-graphics/gbm/libgbm_10.0.0.bb
> > index 38715ccf..9e3c7ed0 100644
> > --- a/recipes-graphics/gbm/libgbm_10.0.0.bb
> > +++ b/recipes-graphics/gbm/libgbm_10.0.0.bb
> > @@ -16,3 +16,6 @@ SRC_URI = "git://
> git.ti.com/glsdk/libgbm.git;protocol=git;branch=${BRANCH}
> <http://git.ti.com/glsdk/libgbm.git;protocol=git;branch=$%7BBRANCH%7D> \
> >
> file://0001-gbm.c-include-sys-sysmacros.h-for-minor-major-in-new.patch"
> >
> >  S = "${WORKDIR}/git"
> > +
> > +COMPATIBLE_HOST ?= "null"
> > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > index dafaac1e..a2f8f192 100644
> > --- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > +++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > @@ -37,3 +37,6 @@ do_install() {
> >  }
> >
> >  INSANE_SKIP_${PN} += "ldflags"
> > +
> > +COMPATIBLE_HOST ?= "null"
> > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > diff --git a/recipes-graphics/omapfbplay/omapfbplay.inc
> b/recipes-graphics/omapfbplay/omapfbplay.inc
> > index df166dd3..744eb8f7 100644
> > --- a/recipes-graphics/omapfbplay/omapfbplay.inc
> > +++ b/recipes-graphics/omapfbplay/omapfbplay.inc
> > @@ -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"
> > diff --git a/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > index 04c0b718..0deec7ab 100644
> > --- a/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > +++ b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > @@ -13,3 +13,5 @@ PR = "r1"
> >
> >  S = "${WORKDIR}/git"
> >  EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
> > +COMPATIBLE_HOST ?= "null"
> > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > diff --git a/recipes-ti/bios/ti-biosutils_1.02.02.bb b/recipes-ti/bios/
> ti-biosutils_1.02.02.bb
> > index 5b6b4f43..01c070d7 100644
> > --- a/recipes-ti/bios/ti-biosutils_1.02.02.bb
> > +++ b/recipes-ti/bios/ti-biosutils_1.02.02.bb
> > @@ -7,3 +7,6 @@ SRC_URI[biosutilstarball.md5sum] =
> "0654e9e72b0a6fc7a6575829c0cd90c9"
> >  SRC_URI[biosutilstarball.sha256sum] =
> "df486500bdc8dbe3800fc7efe4241e6fa5b1827ba7c0dc17a71b41d42ef921e1"
> >
> >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > +
> > +COMPATIBLE_HOST ?= "null"
> > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > diff --git a/recipes-ti/dmai/ti-dmai_svn.bb b/recipes-ti/dmai/
> ti-dmai_svn.bb
> > index 4a91b9b9..3cc54b91 100644
> > --- a/recipes-ti/dmai/ti-dmai_svn.bb
> > +++ b/recipes-ti/dmai/ti-dmai_svn.bb
> > @@ -38,3 +38,6 @@ SRC_URI_append = "
> file://omap3530-r642-remove-include-videodev.diff;striplevel=
> >                   "
> >
> >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > +
> > +COMPATIBLE_HOST ?= "null"
> > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc
> > index f3696795..a3953105 100644
> > --- a/recipes-ti/dsplib/dsplib.inc
> > +++ b/recipes-ti/dsplib/dsplib.inc
> > @@ -69,3 +69,5 @@ ALLOW_EMPTY_${PN} = "1"
> >  FILES_${PN}-dev += "${DSPLIB_INSTALL_DIR_RECIPE}"
> >
> >  INSANE_SKIP_${PN}-dev = "arch"
> > +COMPATIBLE_HOST ?= "null"
> > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > diff --git a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > index e3b1c56f..c2e7d268 100644
> > --- a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > +++ b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > @@ -4,3 +4,5 @@ SRC_URI[md5sum] = "6db908bef3b933dc8cea666564d5d4d8"
> >  SRC_URI[sha256sum] =
> "2caa9c859cfe348197e860f07d174a8ab7048d38d6d3a12ec576802122c9e91e"
> >
> >
> > +COMPATIBLE_HOST ?= "null"
> > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > diff --git a/recipes-ti/includes/ti-unpack.inc
> b/recipes-ti/includes/ti-unpack.inc
> > index a571fd5d..b520d6ab 100644
> > --- a/recipes-ti/includes/ti-unpack.inc
> > +++ b/recipes-ti/includes/ti-unpack.inc
> > @@ -79,3 +79,8 @@ python ti_bin_do_unpack() {
> >      # Return to the previous directory
> >      os.chdir(save_cwd)
> >  }
> > +
> > +COMPATIBLE_HOST ?= "null"
> > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > +COMPATIBLE_HOST_class-native = "(.*)"
> > +
> > diff --git a/recipes-ti/ipc/ti-ipc-common.inc
> b/recipes-ti/ipc/ti-ipc-common.inc
> > index dddb7344..aea9d278 100644
> > --- a/recipes-ti/ipc/ti-ipc-common.inc
> > +++ b/recipes-ti/ipc/ti-ipc-common.inc
> > @@ -2,6 +2,8 @@ PV = "3.50.02.02"
> >  INC_PR = "r0"
> >
> >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > +COMPATIBLE_HOST ?= "null"
> > +COMPATIBLE_HOST_ti-soc = "(.*)"
> >
> >  PLATFORM = "UNKNOWN"
> >  PLATFORM_omap5-evm = "OMAP54XX"
> > diff --git a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > index 1a56d1da..113e6a69 100644
> > --- a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > +++ b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > @@ -12,3 +12,6 @@ SRC_URI[md5sum] = "70b4918bc35c1bcfef34d6ba3fbce0c8"
> >  SRC_URI[sha256sum] =
> "51266dd928f8d629cd417c869789a6c0d596612120f165619119cbaadfd66ee2"
> >
> >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > +
> > +COMPATIBLE_HOST ?= "null"
> > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > diff --git a/recipes-ti/mathlib/mathlib.inc
> b/recipes-ti/mathlib/mathlib.inc
> > index 6aea085a..61f198bc 100644
> > --- a/recipes-ti/mathlib/mathlib.inc
> > +++ b/recipes-ti/mathlib/mathlib.inc
> > @@ -68,3 +68,5 @@ ALLOW_EMPTY_${PN} = "1"
> >  FILES_${PN}-dev += "${MATHLIB_INSTALL_DIR_RECIPE}"
> >
> >  INSANE_SKIP_${PN}-dev = "arch"
> > +COMPATIBLE_HOST ?= "null"
> > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > diff --git a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb b/recipes-ti/ndk/
> ti-ndk_3.40.01.01.bb
> > index 4a494b19..c6c18733 100644
> > --- a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> > +++ b/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> > @@ -11,3 +11,6 @@ SRC_URI[ndkzip.sha256sum] =
> "e2e5c683c70dfad6f4372c5eeebaf0209b27abb0f77304f14f0
> >  INHIBIT_PACKAGE_STRIP = "1"
> >  INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
> >  INHIBIT_SYSROOT_STRIP = "1"
> > +
> > +COMPATIBLE_HOST ?= "null"
> > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/
> swtools_git.bb
> > index 425a0690..168fe211 100644
> > --- a/recipes-ti/swtools/swtools_git.bb
> > +++ b/recipes-ti/swtools/swtools_git.bb
> > @@ -42,3 +42,5 @@ FILES_${PN}-dev += "${SWTOOLS_INSTALL_DIR_RECIPE}"
> >
> >  INSANE_SKIP_${PN}-dev = "arch staticdev"
> >  ALLOW_EMPTY_${PN} = "1"
> > +COMPATIBLE_HOST ?= "null"
> > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > --
> > 2.19.1
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
>

[-- Attachment #2: Type: text/html, Size: 17547 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] recipes: Limit ti specific recipes under ti-soc override
  2018-10-09 22:40   ` Khem Raj
@ 2018-10-10 19:36     ` Denys Dmytriyenko
  2018-10-10 19:56       ` Khem Raj
  0 siblings, 1 reply; 11+ messages in thread
From: Denys Dmytriyenko @ 2018-10-10 19:36 UTC (permalink / raw)
  To: Khem Raj; +Cc: meta-ti

On Tue, Oct 09, 2018 at 03:40:40PM -0700, Khem Raj wrote:
> No, it doesn't AFAICT
> 
> On Tue, Oct 9, 2018 at 1:49 PM Denys Dmytriyenko <denys@ti.com> wrote:
> 
> > Does this make packages machine-specific?
> >
> > On Tue, Oct 09, 2018 at 01:45:03PM -0700, Khem Raj wrote:
> > > This helps in multi-BSP scenario, where other BSP layers are also
> > > present in the layermix

I'm not specifically against this patch, but want to understand better - are 
there any specific conflicts these packages have with other BSPs?


> > > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > > ---
> > >  recipes-bsp/cuia/cuia_1.0.0.13.bb                      | 3 +++
> > >  recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | 3 +++
> > >  recipes-bsp/x-load/x-load_git.bb                       | 3 +++
> > >  recipes-graphics/gbm/libgbm_10.0.0.bb                  | 3 +++
> > >  recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb     | 3 +++
> > >  recipes-graphics/omapfbplay/omapfbplay.inc             | 2 ++
> > >  recipes-multimedia/libdce/libdce_3.00.14.00.bb         | 2 ++
> > >  recipes-ti/bios/ti-biosutils_1.02.02.bb                | 3 +++
> > >  recipes-ti/dmai/ti-dmai_svn.bb                         | 3 +++
> > >  recipes-ti/dsplib/dsplib.inc                           | 2 ++
> > >  recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb             | 2 ++
> > >  recipes-ti/includes/ti-unpack.inc                      | 5 +++++
> > >  recipes-ti/ipc/ti-ipc-common.inc                       | 2 ++
> > >  recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb      | 3 +++
> > >  recipes-ti/mathlib/mathlib.inc                         | 2 ++
> > >  recipes-ti/ndk/ti-ndk_3.40.01.01.bb                    | 3 +++
> > >  recipes-ti/swtools/swtools_git.bb                      | 2 ++
> > >  17 files changed, 46 insertions(+)
> > >
> > > diff --git a/recipes-bsp/cuia/cuia_1.0.0.13.bb b/recipes-bsp/cuia/
> > cuia_1.0.0.13.bb
> > > index e048f6aa..a7caf504 100644
> > > --- a/recipes-bsp/cuia/cuia_1.0.0.13.bb
> > > +++ b/recipes-bsp/cuia/cuia_1.0.0.13.bb
> > > @@ -23,3 +23,6 @@ do_install() {
> > >       cd ${S}
> > >       oe_runmake DESTDIR=${D} libdir=${libdir} includedir=${includedir}
> > install
> > >  }
> > > +
> > > +COMPATIBLE_HOST ?= "null"
> > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > diff --git a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > index 94485b6a..d29b6496 100644
> > > --- a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > +++ b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > @@ -22,3 +22,6 @@ do_install() {
> > >      install -d ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
> > >      install -m 644 ${S}/galcore.ko
> > ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
> > >  }
> > > +
> > > +COMPATIBLE_HOST ?= "null"
> > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > diff --git a/recipes-bsp/x-load/x-load_git.bb b/recipes-bsp/x-load/
> > x-load_git.bb
> > > index dd8bce2d..1ce1b0f0 100644
> > > --- a/recipes-bsp/x-load/x-load_git.bb
> > > +++ b/recipes-bsp/x-load/x-load_git.bb
> > > @@ -17,3 +17,6 @@ CONFIG_HEADER_beagleboard = "1"
> > >  XLOAD_MACHINE_omap3-touchbook = "omap3530beagle_config"
> > >
> > >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > +
> > > +COMPATIBLE_HOST ?= "null"
> > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > diff --git a/recipes-graphics/gbm/libgbm_10.0.0.bb
> > b/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > index 38715ccf..9e3c7ed0 100644
> > > --- a/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > +++ b/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > @@ -16,3 +16,6 @@ SRC_URI = "git://
> > git.ti.com/glsdk/libgbm.git;protocol=git;branch=${BRANCH}
> > <http://git.ti.com/glsdk/libgbm.git;protocol=git;branch=$%7BBRANCH%7D> \
> > >
> > file://0001-gbm.c-include-sys-sysmacros.h-for-minor-major-in-new.patch"
> > >
> > >  S = "${WORKDIR}/git"
> > > +
> > > +COMPATIBLE_HOST ?= "null"
> > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > index dafaac1e..a2f8f192 100644
> > > --- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > +++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > @@ -37,3 +37,6 @@ do_install() {
> > >  }
> > >
> > >  INSANE_SKIP_${PN} += "ldflags"
> > > +
> > > +COMPATIBLE_HOST ?= "null"
> > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > diff --git a/recipes-graphics/omapfbplay/omapfbplay.inc
> > b/recipes-graphics/omapfbplay/omapfbplay.inc
> > > index df166dd3..744eb8f7 100644
> > > --- a/recipes-graphics/omapfbplay/omapfbplay.inc
> > > +++ b/recipes-graphics/omapfbplay/omapfbplay.inc
> > > @@ -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"
> > > diff --git a/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > index 04c0b718..0deec7ab 100644
> > > --- a/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > +++ b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > @@ -13,3 +13,5 @@ PR = "r1"
> > >
> > >  S = "${WORKDIR}/git"
> > >  EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
> > > +COMPATIBLE_HOST ?= "null"
> > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > diff --git a/recipes-ti/bios/ti-biosutils_1.02.02.bb b/recipes-ti/bios/
> > ti-biosutils_1.02.02.bb
> > > index 5b6b4f43..01c070d7 100644
> > > --- a/recipes-ti/bios/ti-biosutils_1.02.02.bb
> > > +++ b/recipes-ti/bios/ti-biosutils_1.02.02.bb
> > > @@ -7,3 +7,6 @@ SRC_URI[biosutilstarball.md5sum] =
> > "0654e9e72b0a6fc7a6575829c0cd90c9"
> > >  SRC_URI[biosutilstarball.sha256sum] =
> > "df486500bdc8dbe3800fc7efe4241e6fa5b1827ba7c0dc17a71b41d42ef921e1"
> > >
> > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > +
> > > +COMPATIBLE_HOST ?= "null"
> > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > diff --git a/recipes-ti/dmai/ti-dmai_svn.bb b/recipes-ti/dmai/
> > ti-dmai_svn.bb
> > > index 4a91b9b9..3cc54b91 100644
> > > --- a/recipes-ti/dmai/ti-dmai_svn.bb
> > > +++ b/recipes-ti/dmai/ti-dmai_svn.bb
> > > @@ -38,3 +38,6 @@ SRC_URI_append = "
> > file://omap3530-r642-remove-include-videodev.diff;striplevel=
> > >                   "
> > >
> > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > +
> > > +COMPATIBLE_HOST ?= "null"
> > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc
> > > index f3696795..a3953105 100644
> > > --- a/recipes-ti/dsplib/dsplib.inc
> > > +++ b/recipes-ti/dsplib/dsplib.inc
> > > @@ -69,3 +69,5 @@ ALLOW_EMPTY_${PN} = "1"
> > >  FILES_${PN}-dev += "${DSPLIB_INSTALL_DIR_RECIPE}"
> > >
> > >  INSANE_SKIP_${PN}-dev = "arch"
> > > +COMPATIBLE_HOST ?= "null"
> > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > diff --git a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > index e3b1c56f..c2e7d268 100644
> > > --- a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > +++ b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > @@ -4,3 +4,5 @@ SRC_URI[md5sum] = "6db908bef3b933dc8cea666564d5d4d8"
> > >  SRC_URI[sha256sum] =
> > "2caa9c859cfe348197e860f07d174a8ab7048d38d6d3a12ec576802122c9e91e"
> > >
> > >
> > > +COMPATIBLE_HOST ?= "null"
> > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > diff --git a/recipes-ti/includes/ti-unpack.inc
> > b/recipes-ti/includes/ti-unpack.inc
> > > index a571fd5d..b520d6ab 100644
> > > --- a/recipes-ti/includes/ti-unpack.inc
> > > +++ b/recipes-ti/includes/ti-unpack.inc
> > > @@ -79,3 +79,8 @@ python ti_bin_do_unpack() {
> > >      # Return to the previous directory
> > >      os.chdir(save_cwd)
> > >  }
> > > +
> > > +COMPATIBLE_HOST ?= "null"
> > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > +COMPATIBLE_HOST_class-native = "(.*)"
> > > +
> > > diff --git a/recipes-ti/ipc/ti-ipc-common.inc
> > b/recipes-ti/ipc/ti-ipc-common.inc
> > > index dddb7344..aea9d278 100644
> > > --- a/recipes-ti/ipc/ti-ipc-common.inc
> > > +++ b/recipes-ti/ipc/ti-ipc-common.inc
> > > @@ -2,6 +2,8 @@ PV = "3.50.02.02"
> > >  INC_PR = "r0"
> > >
> > >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > +COMPATIBLE_HOST ?= "null"
> > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > >
> > >  PLATFORM = "UNKNOWN"
> > >  PLATFORM_omap5-evm = "OMAP54XX"
> > > diff --git a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > index 1a56d1da..113e6a69 100644
> > > --- a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > +++ b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > @@ -12,3 +12,6 @@ SRC_URI[md5sum] = "70b4918bc35c1bcfef34d6ba3fbce0c8"
> > >  SRC_URI[sha256sum] =
> > "51266dd928f8d629cd417c869789a6c0d596612120f165619119cbaadfd66ee2"
> > >
> > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > +
> > > +COMPATIBLE_HOST ?= "null"
> > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > diff --git a/recipes-ti/mathlib/mathlib.inc
> > b/recipes-ti/mathlib/mathlib.inc
> > > index 6aea085a..61f198bc 100644
> > > --- a/recipes-ti/mathlib/mathlib.inc
> > > +++ b/recipes-ti/mathlib/mathlib.inc
> > > @@ -68,3 +68,5 @@ ALLOW_EMPTY_${PN} = "1"
> > >  FILES_${PN}-dev += "${MATHLIB_INSTALL_DIR_RECIPE}"
> > >
> > >  INSANE_SKIP_${PN}-dev = "arch"
> > > +COMPATIBLE_HOST ?= "null"
> > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > diff --git a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb b/recipes-ti/ndk/
> > ti-ndk_3.40.01.01.bb
> > > index 4a494b19..c6c18733 100644
> > > --- a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> > > +++ b/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> > > @@ -11,3 +11,6 @@ SRC_URI[ndkzip.sha256sum] =
> > "e2e5c683c70dfad6f4372c5eeebaf0209b27abb0f77304f14f0
> > >  INHIBIT_PACKAGE_STRIP = "1"
> > >  INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
> > >  INHIBIT_SYSROOT_STRIP = "1"
> > > +
> > > +COMPATIBLE_HOST ?= "null"
> > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/
> > swtools_git.bb
> > > index 425a0690..168fe211 100644
> > > --- a/recipes-ti/swtools/swtools_git.bb
> > > +++ b/recipes-ti/swtools/swtools_git.bb
> > > @@ -42,3 +42,5 @@ FILES_${PN}-dev += "${SWTOOLS_INSTALL_DIR_RECIPE}"
> > >
> > >  INSANE_SKIP_${PN}-dev = "arch staticdev"
> > >  ALLOW_EMPTY_${PN} = "1"
> > > +COMPATIBLE_HOST ?= "null"
> > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > --
> > > 2.19.1
> > >
> > > --
> > > _______________________________________________
> > > meta-ti mailing list
> > > meta-ti@yoctoproject.org
> > > https://lists.yoctoproject.org/listinfo/meta-ti
> >


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] recipes: Limit ti specific recipes under ti-soc override
  2018-10-10 19:36     ` Denys Dmytriyenko
@ 2018-10-10 19:56       ` Khem Raj
  2018-10-16 18:33         ` Denys Dmytriyenko
  0 siblings, 1 reply; 11+ messages in thread
From: Khem Raj @ 2018-10-10 19:56 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti

Hi Denys

On Wed, Oct 10, 2018 at 12:36 PM Denys Dmytriyenko <denys@ti.com> wrote:
>
> On Tue, Oct 09, 2018 at 03:40:40PM -0700, Khem Raj wrote:
> > No, it doesn't AFAICT
> >
> > On Tue, Oct 9, 2018 at 1:49 PM Denys Dmytriyenko <denys@ti.com> wrote:
> >
> > > Does this make packages machine-specific?
> > >
> > > On Tue, Oct 09, 2018 at 01:45:03PM -0700, Khem Raj wrote:
> > > > This helps in multi-BSP scenario, where other BSP layers are also
> > > > present in the layermix
>
> I'm not specifically against this patch, but want to understand better - are
> there any specific conflicts these packages have with other BSPs?
>

There are couple of things
We do world builds where they cause issues
Secondly, some of these force to pin providers and since BSP layers
appear before
other layers they become providers, its better to keep them limited to SOC there

we are putting an effort to make sure that we have a distro which can
build for various
SBCs from same sandbox.

See https://github.com/YoeDistro


>
> > > > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > > > ---
> > > >  recipes-bsp/cuia/cuia_1.0.0.13.bb                      | 3 +++
> > > >  recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | 3 +++
> > > >  recipes-bsp/x-load/x-load_git.bb                       | 3 +++
> > > >  recipes-graphics/gbm/libgbm_10.0.0.bb                  | 3 +++
> > > >  recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb     | 3 +++
> > > >  recipes-graphics/omapfbplay/omapfbplay.inc             | 2 ++
> > > >  recipes-multimedia/libdce/libdce_3.00.14.00.bb         | 2 ++
> > > >  recipes-ti/bios/ti-biosutils_1.02.02.bb                | 3 +++
> > > >  recipes-ti/dmai/ti-dmai_svn.bb                         | 3 +++
> > > >  recipes-ti/dsplib/dsplib.inc                           | 2 ++
> > > >  recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb             | 2 ++
> > > >  recipes-ti/includes/ti-unpack.inc                      | 5 +++++
> > > >  recipes-ti/ipc/ti-ipc-common.inc                       | 2 ++
> > > >  recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb      | 3 +++
> > > >  recipes-ti/mathlib/mathlib.inc                         | 2 ++
> > > >  recipes-ti/ndk/ti-ndk_3.40.01.01.bb                    | 3 +++
> > > >  recipes-ti/swtools/swtools_git.bb                      | 2 ++
> > > >  17 files changed, 46 insertions(+)
> > > >
> > > > diff --git a/recipes-bsp/cuia/cuia_1.0.0.13.bb b/recipes-bsp/cuia/
> > > cuia_1.0.0.13.bb
> > > > index e048f6aa..a7caf504 100644
> > > > --- a/recipes-bsp/cuia/cuia_1.0.0.13.bb
> > > > +++ b/recipes-bsp/cuia/cuia_1.0.0.13.bb
> > > > @@ -23,3 +23,6 @@ do_install() {
> > > >       cd ${S}
> > > >       oe_runmake DESTDIR=${D} libdir=${libdir} includedir=${includedir}
> > > install
> > > >  }
> > > > +
> > > > +COMPATIBLE_HOST ?= "null"
> > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > diff --git a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > index 94485b6a..d29b6496 100644
> > > > --- a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > +++ b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > @@ -22,3 +22,6 @@ do_install() {
> > > >      install -d ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
> > > >      install -m 644 ${S}/galcore.ko
> > > ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
> > > >  }
> > > > +
> > > > +COMPATIBLE_HOST ?= "null"
> > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > diff --git a/recipes-bsp/x-load/x-load_git.bb b/recipes-bsp/x-load/
> > > x-load_git.bb
> > > > index dd8bce2d..1ce1b0f0 100644
> > > > --- a/recipes-bsp/x-load/x-load_git.bb
> > > > +++ b/recipes-bsp/x-load/x-load_git.bb
> > > > @@ -17,3 +17,6 @@ CONFIG_HEADER_beagleboard = "1"
> > > >  XLOAD_MACHINE_omap3-touchbook = "omap3530beagle_config"
> > > >
> > > >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > +
> > > > +COMPATIBLE_HOST ?= "null"
> > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > diff --git a/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > b/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > index 38715ccf..9e3c7ed0 100644
> > > > --- a/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > +++ b/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > @@ -16,3 +16,6 @@ SRC_URI = "git://
> > > git.ti.com/glsdk/libgbm.git;protocol=git;branch=${BRANCH}
> > > <http://git.ti.com/glsdk/libgbm.git;protocol=git;branch=$%7BBRANCH%7D> \
> > > >
> > > file://0001-gbm.c-include-sys-sysmacros.h-for-minor-major-in-new.patch"
> > > >
> > > >  S = "${WORKDIR}/git"
> > > > +
> > > > +COMPATIBLE_HOST ?= "null"
> > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > index dafaac1e..a2f8f192 100644
> > > > --- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > +++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > @@ -37,3 +37,6 @@ do_install() {
> > > >  }
> > > >
> > > >  INSANE_SKIP_${PN} += "ldflags"
> > > > +
> > > > +COMPATIBLE_HOST ?= "null"
> > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > diff --git a/recipes-graphics/omapfbplay/omapfbplay.inc
> > > b/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > index df166dd3..744eb8f7 100644
> > > > --- a/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > +++ b/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > @@ -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"
> > > > diff --git a/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > index 04c0b718..0deec7ab 100644
> > > > --- a/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > +++ b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > @@ -13,3 +13,5 @@ PR = "r1"
> > > >
> > > >  S = "${WORKDIR}/git"
> > > >  EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
> > > > +COMPATIBLE_HOST ?= "null"
> > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > diff --git a/recipes-ti/bios/ti-biosutils_1.02.02.bb b/recipes-ti/bios/
> > > ti-biosutils_1.02.02.bb
> > > > index 5b6b4f43..01c070d7 100644
> > > > --- a/recipes-ti/bios/ti-biosutils_1.02.02.bb
> > > > +++ b/recipes-ti/bios/ti-biosutils_1.02.02.bb
> > > > @@ -7,3 +7,6 @@ SRC_URI[biosutilstarball.md5sum] =
> > > "0654e9e72b0a6fc7a6575829c0cd90c9"
> > > >  SRC_URI[biosutilstarball.sha256sum] =
> > > "df486500bdc8dbe3800fc7efe4241e6fa5b1827ba7c0dc17a71b41d42ef921e1"
> > > >
> > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > +
> > > > +COMPATIBLE_HOST ?= "null"
> > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > diff --git a/recipes-ti/dmai/ti-dmai_svn.bb b/recipes-ti/dmai/
> > > ti-dmai_svn.bb
> > > > index 4a91b9b9..3cc54b91 100644
> > > > --- a/recipes-ti/dmai/ti-dmai_svn.bb
> > > > +++ b/recipes-ti/dmai/ti-dmai_svn.bb
> > > > @@ -38,3 +38,6 @@ SRC_URI_append = "
> > > file://omap3530-r642-remove-include-videodev.diff;striplevel=
> > > >                   "
> > > >
> > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > +
> > > > +COMPATIBLE_HOST ?= "null"
> > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc
> > > > index f3696795..a3953105 100644
> > > > --- a/recipes-ti/dsplib/dsplib.inc
> > > > +++ b/recipes-ti/dsplib/dsplib.inc
> > > > @@ -69,3 +69,5 @@ ALLOW_EMPTY_${PN} = "1"
> > > >  FILES_${PN}-dev += "${DSPLIB_INSTALL_DIR_RECIPE}"
> > > >
> > > >  INSANE_SKIP_${PN}-dev = "arch"
> > > > +COMPATIBLE_HOST ?= "null"
> > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > diff --git a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > index e3b1c56f..c2e7d268 100644
> > > > --- a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > +++ b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > @@ -4,3 +4,5 @@ SRC_URI[md5sum] = "6db908bef3b933dc8cea666564d5d4d8"
> > > >  SRC_URI[sha256sum] =
> > > "2caa9c859cfe348197e860f07d174a8ab7048d38d6d3a12ec576802122c9e91e"
> > > >
> > > >
> > > > +COMPATIBLE_HOST ?= "null"
> > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > diff --git a/recipes-ti/includes/ti-unpack.inc
> > > b/recipes-ti/includes/ti-unpack.inc
> > > > index a571fd5d..b520d6ab 100644
> > > > --- a/recipes-ti/includes/ti-unpack.inc
> > > > +++ b/recipes-ti/includes/ti-unpack.inc
> > > > @@ -79,3 +79,8 @@ python ti_bin_do_unpack() {
> > > >      # Return to the previous directory
> > > >      os.chdir(save_cwd)
> > > >  }
> > > > +
> > > > +COMPATIBLE_HOST ?= "null"
> > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > +COMPATIBLE_HOST_class-native = "(.*)"
> > > > +
> > > > diff --git a/recipes-ti/ipc/ti-ipc-common.inc
> > > b/recipes-ti/ipc/ti-ipc-common.inc
> > > > index dddb7344..aea9d278 100644
> > > > --- a/recipes-ti/ipc/ti-ipc-common.inc
> > > > +++ b/recipes-ti/ipc/ti-ipc-common.inc
> > > > @@ -2,6 +2,8 @@ PV = "3.50.02.02"
> > > >  INC_PR = "r0"
> > > >
> > > >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > +COMPATIBLE_HOST ?= "null"
> > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > >
> > > >  PLATFORM = "UNKNOWN"
> > > >  PLATFORM_omap5-evm = "OMAP54XX"
> > > > diff --git a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > index 1a56d1da..113e6a69 100644
> > > > --- a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > +++ b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > @@ -12,3 +12,6 @@ SRC_URI[md5sum] = "70b4918bc35c1bcfef34d6ba3fbce0c8"
> > > >  SRC_URI[sha256sum] =
> > > "51266dd928f8d629cd417c869789a6c0d596612120f165619119cbaadfd66ee2"
> > > >
> > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > +
> > > > +COMPATIBLE_HOST ?= "null"
> > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > diff --git a/recipes-ti/mathlib/mathlib.inc
> > > b/recipes-ti/mathlib/mathlib.inc
> > > > index 6aea085a..61f198bc 100644
> > > > --- a/recipes-ti/mathlib/mathlib.inc
> > > > +++ b/recipes-ti/mathlib/mathlib.inc
> > > > @@ -68,3 +68,5 @@ ALLOW_EMPTY_${PN} = "1"
> > > >  FILES_${PN}-dev += "${MATHLIB_INSTALL_DIR_RECIPE}"
> > > >
> > > >  INSANE_SKIP_${PN}-dev = "arch"
> > > > +COMPATIBLE_HOST ?= "null"
> > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > diff --git a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb b/recipes-ti/ndk/
> > > ti-ndk_3.40.01.01.bb
> > > > index 4a494b19..c6c18733 100644
> > > > --- a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> > > > +++ b/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> > > > @@ -11,3 +11,6 @@ SRC_URI[ndkzip.sha256sum] =
> > > "e2e5c683c70dfad6f4372c5eeebaf0209b27abb0f77304f14f0
> > > >  INHIBIT_PACKAGE_STRIP = "1"
> > > >  INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
> > > >  INHIBIT_SYSROOT_STRIP = "1"
> > > > +
> > > > +COMPATIBLE_HOST ?= "null"
> > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/
> > > swtools_git.bb
> > > > index 425a0690..168fe211 100644
> > > > --- a/recipes-ti/swtools/swtools_git.bb
> > > > +++ b/recipes-ti/swtools/swtools_git.bb
> > > > @@ -42,3 +42,5 @@ FILES_${PN}-dev += "${SWTOOLS_INSTALL_DIR_RECIPE}"
> > > >
> > > >  INSANE_SKIP_${PN}-dev = "arch staticdev"
> > > >  ALLOW_EMPTY_${PN} = "1"
> > > > +COMPATIBLE_HOST ?= "null"
> > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > --
> > > > 2.19.1
> > > >
> > > > --
> > > > _______________________________________________
> > > > meta-ti mailing list
> > > > meta-ti@yoctoproject.org
> > > > https://lists.yoctoproject.org/listinfo/meta-ti
> > >


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] recipes: Limit ti specific recipes under ti-soc override
  2018-10-10 19:56       ` Khem Raj
@ 2018-10-16 18:33         ` Denys Dmytriyenko
  2018-10-16 19:35           ` Khem Raj
  0 siblings, 1 reply; 11+ messages in thread
From: Denys Dmytriyenko @ 2018-10-16 18:33 UTC (permalink / raw)
  To: Khem Raj; +Cc: meta-ti

On Wed, Oct 10, 2018 at 12:56:50PM -0700, Khem Raj wrote:
> Hi Denys
> 
> On Wed, Oct 10, 2018 at 12:36 PM Denys Dmytriyenko <denys@ti.com> wrote:
> >
> > On Tue, Oct 09, 2018 at 03:40:40PM -0700, Khem Raj wrote:
> > > No, it doesn't AFAICT
> > >
> > > On Tue, Oct 9, 2018 at 1:49 PM Denys Dmytriyenko <denys@ti.com> wrote:
> > >
> > > > Does this make packages machine-specific?
> > > >
> > > > On Tue, Oct 09, 2018 at 01:45:03PM -0700, Khem Raj wrote:
> > > > > This helps in multi-BSP scenario, where other BSP layers are also
> > > > > present in the layermix
> >
> > I'm not specifically against this patch, but want to understand better - are
> > there any specific conflicts these packages have with other BSPs?
> >
> 
> There are couple of things
> We do world builds where they cause issues
> Secondly, some of these force to pin providers and since BSP layers
> appear before
> other layers they become providers, its better to keep them limited to SOC there

Sorry for the delay. Would adding EXCLUDE_FROM_WORLD be a better solution?
Also, can you please provide an example of pinning provider issue? Thanks!


> we are putting an effort to make sure that we have a distro which can
> build for various
> SBCs from same sandbox.
> 
> See https://github.com/YoeDistro
> 
> 
> >
> > > > > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > > > > ---
> > > > >  recipes-bsp/cuia/cuia_1.0.0.13.bb                      | 3 +++
> > > > >  recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | 3 +++
> > > > >  recipes-bsp/x-load/x-load_git.bb                       | 3 +++
> > > > >  recipes-graphics/gbm/libgbm_10.0.0.bb                  | 3 +++
> > > > >  recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb     | 3 +++
> > > > >  recipes-graphics/omapfbplay/omapfbplay.inc             | 2 ++
> > > > >  recipes-multimedia/libdce/libdce_3.00.14.00.bb         | 2 ++
> > > > >  recipes-ti/bios/ti-biosutils_1.02.02.bb                | 3 +++
> > > > >  recipes-ti/dmai/ti-dmai_svn.bb                         | 3 +++
> > > > >  recipes-ti/dsplib/dsplib.inc                           | 2 ++
> > > > >  recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb             | 2 ++
> > > > >  recipes-ti/includes/ti-unpack.inc                      | 5 +++++
> > > > >  recipes-ti/ipc/ti-ipc-common.inc                       | 2 ++
> > > > >  recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb      | 3 +++
> > > > >  recipes-ti/mathlib/mathlib.inc                         | 2 ++
> > > > >  recipes-ti/ndk/ti-ndk_3.40.01.01.bb                    | 3 +++
> > > > >  recipes-ti/swtools/swtools_git.bb                      | 2 ++
> > > > >  17 files changed, 46 insertions(+)
> > > > >
> > > > > diff --git a/recipes-bsp/cuia/cuia_1.0.0.13.bb b/recipes-bsp/cuia/
> > > > cuia_1.0.0.13.bb
> > > > > index e048f6aa..a7caf504 100644
> > > > > --- a/recipes-bsp/cuia/cuia_1.0.0.13.bb
> > > > > +++ b/recipes-bsp/cuia/cuia_1.0.0.13.bb
> > > > > @@ -23,3 +23,6 @@ do_install() {
> > > > >       cd ${S}
> > > > >       oe_runmake DESTDIR=${D} libdir=${libdir} includedir=${includedir}
> > > > install
> > > > >  }
> > > > > +
> > > > > +COMPATIBLE_HOST ?= "null"
> > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > diff --git a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > index 94485b6a..d29b6496 100644
> > > > > --- a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > +++ b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > @@ -22,3 +22,6 @@ do_install() {
> > > > >      install -d ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
> > > > >      install -m 644 ${S}/galcore.ko
> > > > ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
> > > > >  }
> > > > > +
> > > > > +COMPATIBLE_HOST ?= "null"
> > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > diff --git a/recipes-bsp/x-load/x-load_git.bb b/recipes-bsp/x-load/
> > > > x-load_git.bb
> > > > > index dd8bce2d..1ce1b0f0 100644
> > > > > --- a/recipes-bsp/x-load/x-load_git.bb
> > > > > +++ b/recipes-bsp/x-load/x-load_git.bb
> > > > > @@ -17,3 +17,6 @@ CONFIG_HEADER_beagleboard = "1"
> > > > >  XLOAD_MACHINE_omap3-touchbook = "omap3530beagle_config"
> > > > >
> > > > >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > > +
> > > > > +COMPATIBLE_HOST ?= "null"
> > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > diff --git a/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > b/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > index 38715ccf..9e3c7ed0 100644
> > > > > --- a/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > +++ b/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > @@ -16,3 +16,6 @@ SRC_URI = "git://
> > > > git.ti.com/glsdk/libgbm.git;protocol=git;branch=${BRANCH}
> > > > <http://git.ti.com/glsdk/libgbm.git;protocol=git;branch=$%7BBRANCH%7D> \
> > > > >
> > > > file://0001-gbm.c-include-sys-sysmacros.h-for-minor-major-in-new.patch"
> > > > >
> > > > >  S = "${WORKDIR}/git"
> > > > > +
> > > > > +COMPATIBLE_HOST ?= "null"
> > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > index dafaac1e..a2f8f192 100644
> > > > > --- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > +++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > @@ -37,3 +37,6 @@ do_install() {
> > > > >  }
> > > > >
> > > > >  INSANE_SKIP_${PN} += "ldflags"
> > > > > +
> > > > > +COMPATIBLE_HOST ?= "null"
> > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > diff --git a/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > b/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > index df166dd3..744eb8f7 100644
> > > > > --- a/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > +++ b/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > @@ -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"
> > > > > diff --git a/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > index 04c0b718..0deec7ab 100644
> > > > > --- a/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > +++ b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > @@ -13,3 +13,5 @@ PR = "r1"
> > > > >
> > > > >  S = "${WORKDIR}/git"
> > > > >  EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
> > > > > +COMPATIBLE_HOST ?= "null"
> > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > diff --git a/recipes-ti/bios/ti-biosutils_1.02.02.bb b/recipes-ti/bios/
> > > > ti-biosutils_1.02.02.bb
> > > > > index 5b6b4f43..01c070d7 100644
> > > > > --- a/recipes-ti/bios/ti-biosutils_1.02.02.bb
> > > > > +++ b/recipes-ti/bios/ti-biosutils_1.02.02.bb
> > > > > @@ -7,3 +7,6 @@ SRC_URI[biosutilstarball.md5sum] =
> > > > "0654e9e72b0a6fc7a6575829c0cd90c9"
> > > > >  SRC_URI[biosutilstarball.sha256sum] =
> > > > "df486500bdc8dbe3800fc7efe4241e6fa5b1827ba7c0dc17a71b41d42ef921e1"
> > > > >
> > > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > > +
> > > > > +COMPATIBLE_HOST ?= "null"
> > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > diff --git a/recipes-ti/dmai/ti-dmai_svn.bb b/recipes-ti/dmai/
> > > > ti-dmai_svn.bb
> > > > > index 4a91b9b9..3cc54b91 100644
> > > > > --- a/recipes-ti/dmai/ti-dmai_svn.bb
> > > > > +++ b/recipes-ti/dmai/ti-dmai_svn.bb
> > > > > @@ -38,3 +38,6 @@ SRC_URI_append = "
> > > > file://omap3530-r642-remove-include-videodev.diff;striplevel=
> > > > >                   "
> > > > >
> > > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > > +
> > > > > +COMPATIBLE_HOST ?= "null"
> > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc
> > > > > index f3696795..a3953105 100644
> > > > > --- a/recipes-ti/dsplib/dsplib.inc
> > > > > +++ b/recipes-ti/dsplib/dsplib.inc
> > > > > @@ -69,3 +69,5 @@ ALLOW_EMPTY_${PN} = "1"
> > > > >  FILES_${PN}-dev += "${DSPLIB_INSTALL_DIR_RECIPE}"
> > > > >
> > > > >  INSANE_SKIP_${PN}-dev = "arch"
> > > > > +COMPATIBLE_HOST ?= "null"
> > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > diff --git a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > index e3b1c56f..c2e7d268 100644
> > > > > --- a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > +++ b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > @@ -4,3 +4,5 @@ SRC_URI[md5sum] = "6db908bef3b933dc8cea666564d5d4d8"
> > > > >  SRC_URI[sha256sum] =
> > > > "2caa9c859cfe348197e860f07d174a8ab7048d38d6d3a12ec576802122c9e91e"
> > > > >
> > > > >
> > > > > +COMPATIBLE_HOST ?= "null"
> > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > diff --git a/recipes-ti/includes/ti-unpack.inc
> > > > b/recipes-ti/includes/ti-unpack.inc
> > > > > index a571fd5d..b520d6ab 100644
> > > > > --- a/recipes-ti/includes/ti-unpack.inc
> > > > > +++ b/recipes-ti/includes/ti-unpack.inc
> > > > > @@ -79,3 +79,8 @@ python ti_bin_do_unpack() {
> > > > >      # Return to the previous directory
> > > > >      os.chdir(save_cwd)
> > > > >  }
> > > > > +
> > > > > +COMPATIBLE_HOST ?= "null"
> > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > +COMPATIBLE_HOST_class-native = "(.*)"
> > > > > +
> > > > > diff --git a/recipes-ti/ipc/ti-ipc-common.inc
> > > > b/recipes-ti/ipc/ti-ipc-common.inc
> > > > > index dddb7344..aea9d278 100644
> > > > > --- a/recipes-ti/ipc/ti-ipc-common.inc
> > > > > +++ b/recipes-ti/ipc/ti-ipc-common.inc
> > > > > @@ -2,6 +2,8 @@ PV = "3.50.02.02"
> > > > >  INC_PR = "r0"
> > > > >
> > > > >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > > +COMPATIBLE_HOST ?= "null"
> > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > >
> > > > >  PLATFORM = "UNKNOWN"
> > > > >  PLATFORM_omap5-evm = "OMAP54XX"
> > > > > diff --git a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > index 1a56d1da..113e6a69 100644
> > > > > --- a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > +++ b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > @@ -12,3 +12,6 @@ SRC_URI[md5sum] = "70b4918bc35c1bcfef34d6ba3fbce0c8"
> > > > >  SRC_URI[sha256sum] =
> > > > "51266dd928f8d629cd417c869789a6c0d596612120f165619119cbaadfd66ee2"
> > > > >
> > > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > > +
> > > > > +COMPATIBLE_HOST ?= "null"
> > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > diff --git a/recipes-ti/mathlib/mathlib.inc
> > > > b/recipes-ti/mathlib/mathlib.inc
> > > > > index 6aea085a..61f198bc 100644
> > > > > --- a/recipes-ti/mathlib/mathlib.inc
> > > > > +++ b/recipes-ti/mathlib/mathlib.inc
> > > > > @@ -68,3 +68,5 @@ ALLOW_EMPTY_${PN} = "1"
> > > > >  FILES_${PN}-dev += "${MATHLIB_INSTALL_DIR_RECIPE}"
> > > > >
> > > > >  INSANE_SKIP_${PN}-dev = "arch"
> > > > > +COMPATIBLE_HOST ?= "null"
> > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > diff --git a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb b/recipes-ti/ndk/
> > > > ti-ndk_3.40.01.01.bb
> > > > > index 4a494b19..c6c18733 100644
> > > > > --- a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> > > > > +++ b/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> > > > > @@ -11,3 +11,6 @@ SRC_URI[ndkzip.sha256sum] =
> > > > "e2e5c683c70dfad6f4372c5eeebaf0209b27abb0f77304f14f0
> > > > >  INHIBIT_PACKAGE_STRIP = "1"
> > > > >  INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
> > > > >  INHIBIT_SYSROOT_STRIP = "1"
> > > > > +
> > > > > +COMPATIBLE_HOST ?= "null"
> > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/
> > > > swtools_git.bb
> > > > > index 425a0690..168fe211 100644
> > > > > --- a/recipes-ti/swtools/swtools_git.bb
> > > > > +++ b/recipes-ti/swtools/swtools_git.bb
> > > > > @@ -42,3 +42,5 @@ FILES_${PN}-dev += "${SWTOOLS_INSTALL_DIR_RECIPE}"
> > > > >
> > > > >  INSANE_SKIP_${PN}-dev = "arch staticdev"
> > > > >  ALLOW_EMPTY_${PN} = "1"
> > > > > +COMPATIBLE_HOST ?= "null"
> > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > --
> > > > > 2.19.1
> > > > >
> > > > > --
> > > > > _______________________________________________
> > > > > meta-ti mailing list
> > > > > meta-ti@yoctoproject.org
> > > > > https://lists.yoctoproject.org/listinfo/meta-ti
> > > >


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] recipes: Limit ti specific recipes under ti-soc override
  2018-10-16 18:33         ` Denys Dmytriyenko
@ 2018-10-16 19:35           ` Khem Raj
  2018-10-16 19:59             ` Denys Dmytriyenko
  0 siblings, 1 reply; 11+ messages in thread
From: Khem Raj @ 2018-10-16 19:35 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti

On Tue, Oct 16, 2018 at 11:33 AM Denys Dmytriyenko <denys@ti.com> wrote:
>
> On Wed, Oct 10, 2018 at 12:56:50PM -0700, Khem Raj wrote:
> > Hi Denys
> >
> > On Wed, Oct 10, 2018 at 12:36 PM Denys Dmytriyenko <denys@ti.com> wrote:
> > >
> > > On Tue, Oct 09, 2018 at 03:40:40PM -0700, Khem Raj wrote:
> > > > No, it doesn't AFAICT
> > > >
> > > > On Tue, Oct 9, 2018 at 1:49 PM Denys Dmytriyenko <denys@ti.com> wrote:
> > > >
> > > > > Does this make packages machine-specific?
> > > > >
> > > > > On Tue, Oct 09, 2018 at 01:45:03PM -0700, Khem Raj wrote:
> > > > > > This helps in multi-BSP scenario, where other BSP layers are also
> > > > > > present in the layermix
> > >
> > > I'm not specifically against this patch, but want to understand better - are
> > > there any specific conflicts these packages have with other BSPs?
> > >
> >
> > There are couple of things
> > We do world builds where they cause issues
> > Secondly, some of these force to pin providers and since BSP layers
> > appear before
> > other layers they become providers, its better to keep them limited to SOC there
>
> Sorry for the delay. Would adding EXCLUDE_FROM_WORLD be a better solution?
> Also, can you please provide an example of pinning provider issue? Thanks!
>

excluding from world builds doesn't prevent them from nosing around
when building
images e.g. for non-ti machines. e.g. libgbm but there are more which
can be selected where not intended.

>
> > we are putting an effort to make sure that we have a distro which can
> > build for various
> > SBCs from same sandbox.
> >
> > See https://github.com/YoeDistro
> >
> >
> > >
> > > > > > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > > > > > ---
> > > > > >  recipes-bsp/cuia/cuia_1.0.0.13.bb                      | 3 +++
> > > > > >  recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | 3 +++
> > > > > >  recipes-bsp/x-load/x-load_git.bb                       | 3 +++
> > > > > >  recipes-graphics/gbm/libgbm_10.0.0.bb                  | 3 +++
> > > > > >  recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb     | 3 +++
> > > > > >  recipes-graphics/omapfbplay/omapfbplay.inc             | 2 ++
> > > > > >  recipes-multimedia/libdce/libdce_3.00.14.00.bb         | 2 ++
> > > > > >  recipes-ti/bios/ti-biosutils_1.02.02.bb                | 3 +++
> > > > > >  recipes-ti/dmai/ti-dmai_svn.bb                         | 3 +++
> > > > > >  recipes-ti/dsplib/dsplib.inc                           | 2 ++
> > > > > >  recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb             | 2 ++
> > > > > >  recipes-ti/includes/ti-unpack.inc                      | 5 +++++
> > > > > >  recipes-ti/ipc/ti-ipc-common.inc                       | 2 ++
> > > > > >  recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb      | 3 +++
> > > > > >  recipes-ti/mathlib/mathlib.inc                         | 2 ++
> > > > > >  recipes-ti/ndk/ti-ndk_3.40.01.01.bb                    | 3 +++
> > > > > >  recipes-ti/swtools/swtools_git.bb                      | 2 ++
> > > > > >  17 files changed, 46 insertions(+)
> > > > > >
> > > > > > diff --git a/recipes-bsp/cuia/cuia_1.0.0.13.bb b/recipes-bsp/cuia/
> > > > > cuia_1.0.0.13.bb
> > > > > > index e048f6aa..a7caf504 100644
> > > > > > --- a/recipes-bsp/cuia/cuia_1.0.0.13.bb
> > > > > > +++ b/recipes-bsp/cuia/cuia_1.0.0.13.bb
> > > > > > @@ -23,3 +23,6 @@ do_install() {
> > > > > >       cd ${S}
> > > > > >       oe_runmake DESTDIR=${D} libdir=${libdir} includedir=${includedir}
> > > > > install
> > > > > >  }
> > > > > > +
> > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > diff --git a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > > index 94485b6a..d29b6496 100644
> > > > > > --- a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > > +++ b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > > @@ -22,3 +22,6 @@ do_install() {
> > > > > >      install -d ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
> > > > > >      install -m 644 ${S}/galcore.ko
> > > > > ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
> > > > > >  }
> > > > > > +
> > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > diff --git a/recipes-bsp/x-load/x-load_git.bb b/recipes-bsp/x-load/
> > > > > x-load_git.bb
> > > > > > index dd8bce2d..1ce1b0f0 100644
> > > > > > --- a/recipes-bsp/x-load/x-load_git.bb
> > > > > > +++ b/recipes-bsp/x-load/x-load_git.bb
> > > > > > @@ -17,3 +17,6 @@ CONFIG_HEADER_beagleboard = "1"
> > > > > >  XLOAD_MACHINE_omap3-touchbook = "omap3530beagle_config"
> > > > > >
> > > > > >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > > > +
> > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > diff --git a/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > b/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > > index 38715ccf..9e3c7ed0 100644
> > > > > > --- a/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > > +++ b/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > > @@ -16,3 +16,6 @@ SRC_URI = "git://
> > > > > git.ti.com/glsdk/libgbm.git;protocol=git;branch=${BRANCH}
> > > > > <http://git.ti.com/glsdk/libgbm.git;protocol=git;branch=$%7BBRANCH%7D> \
> > > > > >
> > > > > file://0001-gbm.c-include-sys-sysmacros.h-for-minor-major-in-new.patch"
> > > > > >
> > > > > >  S = "${WORKDIR}/git"
> > > > > > +
> > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > > index dafaac1e..a2f8f192 100644
> > > > > > --- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > > +++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > > @@ -37,3 +37,6 @@ do_install() {
> > > > > >  }
> > > > > >
> > > > > >  INSANE_SKIP_${PN} += "ldflags"
> > > > > > +
> > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > diff --git a/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > b/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > > index df166dd3..744eb8f7 100644
> > > > > > --- a/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > > +++ b/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > > @@ -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"
> > > > > > diff --git a/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > > index 04c0b718..0deec7ab 100644
> > > > > > --- a/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > > +++ b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > > @@ -13,3 +13,5 @@ PR = "r1"
> > > > > >
> > > > > >  S = "${WORKDIR}/git"
> > > > > >  EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
> > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > diff --git a/recipes-ti/bios/ti-biosutils_1.02.02.bb b/recipes-ti/bios/
> > > > > ti-biosutils_1.02.02.bb
> > > > > > index 5b6b4f43..01c070d7 100644
> > > > > > --- a/recipes-ti/bios/ti-biosutils_1.02.02.bb
> > > > > > +++ b/recipes-ti/bios/ti-biosutils_1.02.02.bb
> > > > > > @@ -7,3 +7,6 @@ SRC_URI[biosutilstarball.md5sum] =
> > > > > "0654e9e72b0a6fc7a6575829c0cd90c9"
> > > > > >  SRC_URI[biosutilstarball.sha256sum] =
> > > > > "df486500bdc8dbe3800fc7efe4241e6fa5b1827ba7c0dc17a71b41d42ef921e1"
> > > > > >
> > > > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > > > +
> > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > diff --git a/recipes-ti/dmai/ti-dmai_svn.bb b/recipes-ti/dmai/
> > > > > ti-dmai_svn.bb
> > > > > > index 4a91b9b9..3cc54b91 100644
> > > > > > --- a/recipes-ti/dmai/ti-dmai_svn.bb
> > > > > > +++ b/recipes-ti/dmai/ti-dmai_svn.bb
> > > > > > @@ -38,3 +38,6 @@ SRC_URI_append = "
> > > > > file://omap3530-r642-remove-include-videodev.diff;striplevel=
> > > > > >                   "
> > > > > >
> > > > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > > > +
> > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc
> > > > > > index f3696795..a3953105 100644
> > > > > > --- a/recipes-ti/dsplib/dsplib.inc
> > > > > > +++ b/recipes-ti/dsplib/dsplib.inc
> > > > > > @@ -69,3 +69,5 @@ ALLOW_EMPTY_${PN} = "1"
> > > > > >  FILES_${PN}-dev += "${DSPLIB_INSTALL_DIR_RECIPE}"
> > > > > >
> > > > > >  INSANE_SKIP_${PN}-dev = "arch"
> > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > diff --git a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > > index e3b1c56f..c2e7d268 100644
> > > > > > --- a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > > +++ b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > > @@ -4,3 +4,5 @@ SRC_URI[md5sum] = "6db908bef3b933dc8cea666564d5d4d8"
> > > > > >  SRC_URI[sha256sum] =
> > > > > "2caa9c859cfe348197e860f07d174a8ab7048d38d6d3a12ec576802122c9e91e"
> > > > > >
> > > > > >
> > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > diff --git a/recipes-ti/includes/ti-unpack.inc
> > > > > b/recipes-ti/includes/ti-unpack.inc
> > > > > > index a571fd5d..b520d6ab 100644
> > > > > > --- a/recipes-ti/includes/ti-unpack.inc
> > > > > > +++ b/recipes-ti/includes/ti-unpack.inc
> > > > > > @@ -79,3 +79,8 @@ python ti_bin_do_unpack() {
> > > > > >      # Return to the previous directory
> > > > > >      os.chdir(save_cwd)
> > > > > >  }
> > > > > > +
> > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > +COMPATIBLE_HOST_class-native = "(.*)"
> > > > > > +
> > > > > > diff --git a/recipes-ti/ipc/ti-ipc-common.inc
> > > > > b/recipes-ti/ipc/ti-ipc-common.inc
> > > > > > index dddb7344..aea9d278 100644
> > > > > > --- a/recipes-ti/ipc/ti-ipc-common.inc
> > > > > > +++ b/recipes-ti/ipc/ti-ipc-common.inc
> > > > > > @@ -2,6 +2,8 @@ PV = "3.50.02.02"
> > > > > >  INC_PR = "r0"
> > > > > >
> > > > > >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > >
> > > > > >  PLATFORM = "UNKNOWN"
> > > > > >  PLATFORM_omap5-evm = "OMAP54XX"
> > > > > > diff --git a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > > index 1a56d1da..113e6a69 100644
> > > > > > --- a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > > +++ b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > > @@ -12,3 +12,6 @@ SRC_URI[md5sum] = "70b4918bc35c1bcfef34d6ba3fbce0c8"
> > > > > >  SRC_URI[sha256sum] =
> > > > > "51266dd928f8d629cd417c869789a6c0d596612120f165619119cbaadfd66ee2"
> > > > > >
> > > > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > > > +
> > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > diff --git a/recipes-ti/mathlib/mathlib.inc
> > > > > b/recipes-ti/mathlib/mathlib.inc
> > > > > > index 6aea085a..61f198bc 100644
> > > > > > --- a/recipes-ti/mathlib/mathlib.inc
> > > > > > +++ b/recipes-ti/mathlib/mathlib.inc
> > > > > > @@ -68,3 +68,5 @@ ALLOW_EMPTY_${PN} = "1"
> > > > > >  FILES_${PN}-dev += "${MATHLIB_INSTALL_DIR_RECIPE}"
> > > > > >
> > > > > >  INSANE_SKIP_${PN}-dev = "arch"
> > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > diff --git a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb b/recipes-ti/ndk/
> > > > > ti-ndk_3.40.01.01.bb
> > > > > > index 4a494b19..c6c18733 100644
> > > > > > --- a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> > > > > > +++ b/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> > > > > > @@ -11,3 +11,6 @@ SRC_URI[ndkzip.sha256sum] =
> > > > > "e2e5c683c70dfad6f4372c5eeebaf0209b27abb0f77304f14f0
> > > > > >  INHIBIT_PACKAGE_STRIP = "1"
> > > > > >  INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
> > > > > >  INHIBIT_SYSROOT_STRIP = "1"
> > > > > > +
> > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/
> > > > > swtools_git.bb
> > > > > > index 425a0690..168fe211 100644
> > > > > > --- a/recipes-ti/swtools/swtools_git.bb
> > > > > > +++ b/recipes-ti/swtools/swtools_git.bb
> > > > > > @@ -42,3 +42,5 @@ FILES_${PN}-dev += "${SWTOOLS_INSTALL_DIR_RECIPE}"
> > > > > >
> > > > > >  INSANE_SKIP_${PN}-dev = "arch staticdev"
> > > > > >  ALLOW_EMPTY_${PN} = "1"
> > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > --
> > > > > > 2.19.1
> > > > > >
> > > > > > --
> > > > > > _______________________________________________
> > > > > > meta-ti mailing list
> > > > > > meta-ti@yoctoproject.org
> > > > > > https://lists.yoctoproject.org/listinfo/meta-ti
> > > > >


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] recipes: Limit ti specific recipes under ti-soc override
  2018-10-16 19:35           ` Khem Raj
@ 2018-10-16 19:59             ` Denys Dmytriyenko
  2018-10-16 20:36               ` Khem Raj
  0 siblings, 1 reply; 11+ messages in thread
From: Denys Dmytriyenko @ 2018-10-16 19:59 UTC (permalink / raw)
  To: Khem Raj; +Cc: meta-ti

On Tue, Oct 16, 2018 at 12:35:50PM -0700, Khem Raj wrote:
> On Tue, Oct 16, 2018 at 11:33 AM Denys Dmytriyenko <denys@ti.com> wrote:
> >
> > On Wed, Oct 10, 2018 at 12:56:50PM -0700, Khem Raj wrote:
> > > Hi Denys
> > >
> > > On Wed, Oct 10, 2018 at 12:36 PM Denys Dmytriyenko <denys@ti.com> wrote:
> > > >
> > > > On Tue, Oct 09, 2018 at 03:40:40PM -0700, Khem Raj wrote:
> > > > > No, it doesn't AFAICT
> > > > >
> > > > > On Tue, Oct 9, 2018 at 1:49 PM Denys Dmytriyenko <denys@ti.com> wrote:
> > > > >
> > > > > > Does this make packages machine-specific?
> > > > > >
> > > > > > On Tue, Oct 09, 2018 at 01:45:03PM -0700, Khem Raj wrote:
> > > > > > > This helps in multi-BSP scenario, where other BSP layers are also
> > > > > > > present in the layermix
> > > >
> > > > I'm not specifically against this patch, but want to understand better - are
> > > > there any specific conflicts these packages have with other BSPs?
> > > >
> > >
> > > There are couple of things
> > > We do world builds where they cause issues
> > > Secondly, some of these force to pin providers and since BSP layers
> > > appear before
> > > other layers they become providers, its better to keep them limited to SOC there
> >
> > Sorry for the delay. Would adding EXCLUDE_FROM_WORLD be a better solution?
> > Also, can you please provide an example of pinning provider issue? Thanks!
> >
> 
> excluding from world builds doesn't prevent them from nosing around
> when building
> images e.g. for non-ti machines. e.g. libgbm but there are more which
> can be selected where not intended.

Fine, mesa now provides own libgbm - I can see how that cause conflicts.

What about other packages? Many of them are unique and some even have ti- 
prefix in the name. What's the point in limiting them to ti-soc?

Also, why use COMPATIBLE_HOST vs. COMPATIBLE_MACHINE?


> > > we are putting an effort to make sure that we have a distro which can
> > > build for various
> > > SBCs from same sandbox.
> > >
> > > See https://github.com/YoeDistro
> > >
> > >
> > > >
> > > > > > > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > > > > > > ---
> > > > > > >  recipes-bsp/cuia/cuia_1.0.0.13.bb                      | 3 +++
> > > > > > >  recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | 3 +++
> > > > > > >  recipes-bsp/x-load/x-load_git.bb                       | 3 +++
> > > > > > >  recipes-graphics/gbm/libgbm_10.0.0.bb                  | 3 +++
> > > > > > >  recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb     | 3 +++
> > > > > > >  recipes-graphics/omapfbplay/omapfbplay.inc             | 2 ++
> > > > > > >  recipes-multimedia/libdce/libdce_3.00.14.00.bb         | 2 ++
> > > > > > >  recipes-ti/bios/ti-biosutils_1.02.02.bb                | 3 +++
> > > > > > >  recipes-ti/dmai/ti-dmai_svn.bb                         | 3 +++
> > > > > > >  recipes-ti/dsplib/dsplib.inc                           | 2 ++
> > > > > > >  recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb             | 2 ++
> > > > > > >  recipes-ti/includes/ti-unpack.inc                      | 5 +++++
> > > > > > >  recipes-ti/ipc/ti-ipc-common.inc                       | 2 ++
> > > > > > >  recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb      | 3 +++
> > > > > > >  recipes-ti/mathlib/mathlib.inc                         | 2 ++
> > > > > > >  recipes-ti/ndk/ti-ndk_3.40.01.01.bb                    | 3 +++
> > > > > > >  recipes-ti/swtools/swtools_git.bb                      | 2 ++
> > > > > > >  17 files changed, 46 insertions(+)
> > > > > > >
> > > > > > > diff --git a/recipes-bsp/cuia/cuia_1.0.0.13.bb b/recipes-bsp/cuia/
> > > > > > cuia_1.0.0.13.bb
> > > > > > > index e048f6aa..a7caf504 100644
> > > > > > > --- a/recipes-bsp/cuia/cuia_1.0.0.13.bb
> > > > > > > +++ b/recipes-bsp/cuia/cuia_1.0.0.13.bb
> > > > > > > @@ -23,3 +23,6 @@ do_install() {
> > > > > > >       cd ${S}
> > > > > > >       oe_runmake DESTDIR=${D} libdir=${libdir} includedir=${includedir}
> > > > > > install
> > > > > > >  }
> > > > > > > +
> > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > diff --git a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > > b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > > > index 94485b6a..d29b6496 100644
> > > > > > > --- a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > > > +++ b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > > > @@ -22,3 +22,6 @@ do_install() {
> > > > > > >      install -d ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
> > > > > > >      install -m 644 ${S}/galcore.ko
> > > > > > ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
> > > > > > >  }
> > > > > > > +
> > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > diff --git a/recipes-bsp/x-load/x-load_git.bb b/recipes-bsp/x-load/
> > > > > > x-load_git.bb
> > > > > > > index dd8bce2d..1ce1b0f0 100644
> > > > > > > --- a/recipes-bsp/x-load/x-load_git.bb
> > > > > > > +++ b/recipes-bsp/x-load/x-load_git.bb
> > > > > > > @@ -17,3 +17,6 @@ CONFIG_HEADER_beagleboard = "1"
> > > > > > >  XLOAD_MACHINE_omap3-touchbook = "omap3530beagle_config"
> > > > > > >
> > > > > > >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > > > > +
> > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > diff --git a/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > > b/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > > > index 38715ccf..9e3c7ed0 100644
> > > > > > > --- a/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > > > +++ b/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > > > @@ -16,3 +16,6 @@ SRC_URI = "git://
> > > > > > git.ti.com/glsdk/libgbm.git;protocol=git;branch=${BRANCH}
> > > > > > <http://git.ti.com/glsdk/libgbm.git;protocol=git;branch=$%7BBRANCH%7D> \
> > > > > > >
> > > > > > file://0001-gbm.c-include-sys-sysmacros.h-for-minor-major-in-new.patch"
> > > > > > >
> > > > > > >  S = "${WORKDIR}/git"
> > > > > > > +
> > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > > b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > > > index dafaac1e..a2f8f192 100644
> > > > > > > --- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > > > +++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > > > @@ -37,3 +37,6 @@ do_install() {
> > > > > > >  }
> > > > > > >
> > > > > > >  INSANE_SKIP_${PN} += "ldflags"
> > > > > > > +
> > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > diff --git a/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > > b/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > > > index df166dd3..744eb8f7 100644
> > > > > > > --- a/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > > > +++ b/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > > > @@ -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"
> > > > > > > diff --git a/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > > b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > > > index 04c0b718..0deec7ab 100644
> > > > > > > --- a/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > > > +++ b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > > > @@ -13,3 +13,5 @@ PR = "r1"
> > > > > > >
> > > > > > >  S = "${WORKDIR}/git"
> > > > > > >  EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
> > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > diff --git a/recipes-ti/bios/ti-biosutils_1.02.02.bb b/recipes-ti/bios/
> > > > > > ti-biosutils_1.02.02.bb
> > > > > > > index 5b6b4f43..01c070d7 100644
> > > > > > > --- a/recipes-ti/bios/ti-biosutils_1.02.02.bb
> > > > > > > +++ b/recipes-ti/bios/ti-biosutils_1.02.02.bb
> > > > > > > @@ -7,3 +7,6 @@ SRC_URI[biosutilstarball.md5sum] =
> > > > > > "0654e9e72b0a6fc7a6575829c0cd90c9"
> > > > > > >  SRC_URI[biosutilstarball.sha256sum] =
> > > > > > "df486500bdc8dbe3800fc7efe4241e6fa5b1827ba7c0dc17a71b41d42ef921e1"
> > > > > > >
> > > > > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > > > > +
> > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > diff --git a/recipes-ti/dmai/ti-dmai_svn.bb b/recipes-ti/dmai/
> > > > > > ti-dmai_svn.bb
> > > > > > > index 4a91b9b9..3cc54b91 100644
> > > > > > > --- a/recipes-ti/dmai/ti-dmai_svn.bb
> > > > > > > +++ b/recipes-ti/dmai/ti-dmai_svn.bb
> > > > > > > @@ -38,3 +38,6 @@ SRC_URI_append = "
> > > > > > file://omap3530-r642-remove-include-videodev.diff;striplevel=
> > > > > > >                   "
> > > > > > >
> > > > > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > > > > +
> > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc
> > > > > > > index f3696795..a3953105 100644
> > > > > > > --- a/recipes-ti/dsplib/dsplib.inc
> > > > > > > +++ b/recipes-ti/dsplib/dsplib.inc
> > > > > > > @@ -69,3 +69,5 @@ ALLOW_EMPTY_${PN} = "1"
> > > > > > >  FILES_${PN}-dev += "${DSPLIB_INSTALL_DIR_RECIPE}"
> > > > > > >
> > > > > > >  INSANE_SKIP_${PN}-dev = "arch"
> > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > diff --git a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > > b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > > > index e3b1c56f..c2e7d268 100644
> > > > > > > --- a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > > > +++ b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > > > @@ -4,3 +4,5 @@ SRC_URI[md5sum] = "6db908bef3b933dc8cea666564d5d4d8"
> > > > > > >  SRC_URI[sha256sum] =
> > > > > > "2caa9c859cfe348197e860f07d174a8ab7048d38d6d3a12ec576802122c9e91e"
> > > > > > >
> > > > > > >
> > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > diff --git a/recipes-ti/includes/ti-unpack.inc
> > > > > > b/recipes-ti/includes/ti-unpack.inc
> > > > > > > index a571fd5d..b520d6ab 100644
> > > > > > > --- a/recipes-ti/includes/ti-unpack.inc
> > > > > > > +++ b/recipes-ti/includes/ti-unpack.inc
> > > > > > > @@ -79,3 +79,8 @@ python ti_bin_do_unpack() {
> > > > > > >      # Return to the previous directory
> > > > > > >      os.chdir(save_cwd)
> > > > > > >  }
> > > > > > > +
> > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > +COMPATIBLE_HOST_class-native = "(.*)"
> > > > > > > +
> > > > > > > diff --git a/recipes-ti/ipc/ti-ipc-common.inc
> > > > > > b/recipes-ti/ipc/ti-ipc-common.inc
> > > > > > > index dddb7344..aea9d278 100644
> > > > > > > --- a/recipes-ti/ipc/ti-ipc-common.inc
> > > > > > > +++ b/recipes-ti/ipc/ti-ipc-common.inc
> > > > > > > @@ -2,6 +2,8 @@ PV = "3.50.02.02"
> > > > > > >  INC_PR = "r0"
> > > > > > >
> > > > > > >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > >
> > > > > > >  PLATFORM = "UNKNOWN"
> > > > > > >  PLATFORM_omap5-evm = "OMAP54XX"
> > > > > > > diff --git a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > > b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > > > index 1a56d1da..113e6a69 100644
> > > > > > > --- a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > > > +++ b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > > > @@ -12,3 +12,6 @@ SRC_URI[md5sum] = "70b4918bc35c1bcfef34d6ba3fbce0c8"
> > > > > > >  SRC_URI[sha256sum] =
> > > > > > "51266dd928f8d629cd417c869789a6c0d596612120f165619119cbaadfd66ee2"
> > > > > > >
> > > > > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > > > > +
> > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > diff --git a/recipes-ti/mathlib/mathlib.inc
> > > > > > b/recipes-ti/mathlib/mathlib.inc
> > > > > > > index 6aea085a..61f198bc 100644
> > > > > > > --- a/recipes-ti/mathlib/mathlib.inc
> > > > > > > +++ b/recipes-ti/mathlib/mathlib.inc
> > > > > > > @@ -68,3 +68,5 @@ ALLOW_EMPTY_${PN} = "1"
> > > > > > >  FILES_${PN}-dev += "${MATHLIB_INSTALL_DIR_RECIPE}"
> > > > > > >
> > > > > > >  INSANE_SKIP_${PN}-dev = "arch"
> > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > diff --git a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb b/recipes-ti/ndk/
> > > > > > ti-ndk_3.40.01.01.bb
> > > > > > > index 4a494b19..c6c18733 100644
> > > > > > > --- a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> > > > > > > +++ b/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> > > > > > > @@ -11,3 +11,6 @@ SRC_URI[ndkzip.sha256sum] =
> > > > > > "e2e5c683c70dfad6f4372c5eeebaf0209b27abb0f77304f14f0
> > > > > > >  INHIBIT_PACKAGE_STRIP = "1"
> > > > > > >  INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
> > > > > > >  INHIBIT_SYSROOT_STRIP = "1"
> > > > > > > +
> > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/
> > > > > > swtools_git.bb
> > > > > > > index 425a0690..168fe211 100644
> > > > > > > --- a/recipes-ti/swtools/swtools_git.bb
> > > > > > > +++ b/recipes-ti/swtools/swtools_git.bb
> > > > > > > @@ -42,3 +42,5 @@ FILES_${PN}-dev += "${SWTOOLS_INSTALL_DIR_RECIPE}"
> > > > > > >
> > > > > > >  INSANE_SKIP_${PN}-dev = "arch staticdev"
> > > > > > >  ALLOW_EMPTY_${PN} = "1"
> > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > --
> > > > > > > 2.19.1
> > > > > > >
> > > > > > > --
> > > > > > > _______________________________________________
> > > > > > > meta-ti mailing list
> > > > > > > meta-ti@yoctoproject.org
> > > > > > > https://lists.yoctoproject.org/listinfo/meta-ti
> > > > > >


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] recipes: Limit ti specific recipes under ti-soc override
  2018-10-16 19:59             ` Denys Dmytriyenko
@ 2018-10-16 20:36               ` Khem Raj
  2018-10-16 20:55                 ` Denys Dmytriyenko
  0 siblings, 1 reply; 11+ messages in thread
From: Khem Raj @ 2018-10-16 20:36 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti

On Tue, Oct 16, 2018 at 12:59 PM Denys Dmytriyenko <denys@ti.com> wrote:
>
> On Tue, Oct 16, 2018 at 12:35:50PM -0700, Khem Raj wrote:
> > On Tue, Oct 16, 2018 at 11:33 AM Denys Dmytriyenko <denys@ti.com> wrote:
> > >
> > > On Wed, Oct 10, 2018 at 12:56:50PM -0700, Khem Raj wrote:
> > > > Hi Denys
> > > >
> > > > On Wed, Oct 10, 2018 at 12:36 PM Denys Dmytriyenko <denys@ti.com> wrote:
> > > > >
> > > > > On Tue, Oct 09, 2018 at 03:40:40PM -0700, Khem Raj wrote:
> > > > > > No, it doesn't AFAICT
> > > > > >
> > > > > > On Tue, Oct 9, 2018 at 1:49 PM Denys Dmytriyenko <denys@ti.com> wrote:
> > > > > >
> > > > > > > Does this make packages machine-specific?
> > > > > > >
> > > > > > > On Tue, Oct 09, 2018 at 01:45:03PM -0700, Khem Raj wrote:
> > > > > > > > This helps in multi-BSP scenario, where other BSP layers are also
> > > > > > > > present in the layermix
> > > > >
> > > > > I'm not specifically against this patch, but want to understand better - are
> > > > > there any specific conflicts these packages have with other BSPs?
> > > > >
> > > >
> > > > There are couple of things
> > > > We do world builds where they cause issues
> > > > Secondly, some of these force to pin providers and since BSP layers
> > > > appear before
> > > > other layers they become providers, its better to keep them limited to SOC there
> > >
> > > Sorry for the delay. Would adding EXCLUDE_FROM_WORLD be a better solution?
> > > Also, can you please provide an example of pinning provider issue? Thanks!
> > >
> >
> > excluding from world builds doesn't prevent them from nosing around
> > when building
> > images e.g. for non-ti machines. e.g. libgbm but there are more which
> > can be selected where not intended.
>
> Fine, mesa now provides own libgbm - I can see how that cause conflicts.
>
> What about other packages? Many of them are unique and some even have ti-
> prefix in the name. What's the point in limiting them to ti-soc?
>

unless they are common, we should keep them under soc override, because then
they wont get built for other SOCs in a multi-BSP config.

> Also, why use COMPATIBLE_HOST vs. COMPATIBLE_MACHINE?
>

COMAPTIBLE_MACHINE will mark them specific to machine, which we dont want.

>
> > > > we are putting an effort to make sure that we have a distro which can
> > > > build for various
> > > > SBCs from same sandbox.
> > > >
> > > > See https://github.com/YoeDistro
> > > >
> > > >
> > > > >
> > > > > > > > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > > > > > > > ---
> > > > > > > >  recipes-bsp/cuia/cuia_1.0.0.13.bb                      | 3 +++
> > > > > > > >  recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | 3 +++
> > > > > > > >  recipes-bsp/x-load/x-load_git.bb                       | 3 +++
> > > > > > > >  recipes-graphics/gbm/libgbm_10.0.0.bb                  | 3 +++
> > > > > > > >  recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb     | 3 +++
> > > > > > > >  recipes-graphics/omapfbplay/omapfbplay.inc             | 2 ++
> > > > > > > >  recipes-multimedia/libdce/libdce_3.00.14.00.bb         | 2 ++
> > > > > > > >  recipes-ti/bios/ti-biosutils_1.02.02.bb                | 3 +++
> > > > > > > >  recipes-ti/dmai/ti-dmai_svn.bb                         | 3 +++
> > > > > > > >  recipes-ti/dsplib/dsplib.inc                           | 2 ++
> > > > > > > >  recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb             | 2 ++
> > > > > > > >  recipes-ti/includes/ti-unpack.inc                      | 5 +++++
> > > > > > > >  recipes-ti/ipc/ti-ipc-common.inc                       | 2 ++
> > > > > > > >  recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb      | 3 +++
> > > > > > > >  recipes-ti/mathlib/mathlib.inc                         | 2 ++
> > > > > > > >  recipes-ti/ndk/ti-ndk_3.40.01.01.bb                    | 3 +++
> > > > > > > >  recipes-ti/swtools/swtools_git.bb                      | 2 ++
> > > > > > > >  17 files changed, 46 insertions(+)
> > > > > > > >
> > > > > > > > diff --git a/recipes-bsp/cuia/cuia_1.0.0.13.bb b/recipes-bsp/cuia/
> > > > > > > cuia_1.0.0.13.bb
> > > > > > > > index e048f6aa..a7caf504 100644
> > > > > > > > --- a/recipes-bsp/cuia/cuia_1.0.0.13.bb
> > > > > > > > +++ b/recipes-bsp/cuia/cuia_1.0.0.13.bb
> > > > > > > > @@ -23,3 +23,6 @@ do_install() {
> > > > > > > >       cd ${S}
> > > > > > > >       oe_runmake DESTDIR=${D} libdir=${libdir} includedir=${includedir}
> > > > > > > install
> > > > > > > >  }
> > > > > > > > +
> > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > diff --git a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > > > b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > > > > index 94485b6a..d29b6496 100644
> > > > > > > > --- a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > > > > +++ b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > > > > @@ -22,3 +22,6 @@ do_install() {
> > > > > > > >      install -d ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
> > > > > > > >      install -m 644 ${S}/galcore.ko
> > > > > > > ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
> > > > > > > >  }
> > > > > > > > +
> > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > diff --git a/recipes-bsp/x-load/x-load_git.bb b/recipes-bsp/x-load/
> > > > > > > x-load_git.bb
> > > > > > > > index dd8bce2d..1ce1b0f0 100644
> > > > > > > > --- a/recipes-bsp/x-load/x-load_git.bb
> > > > > > > > +++ b/recipes-bsp/x-load/x-load_git.bb
> > > > > > > > @@ -17,3 +17,6 @@ CONFIG_HEADER_beagleboard = "1"
> > > > > > > >  XLOAD_MACHINE_omap3-touchbook = "omap3530beagle_config"
> > > > > > > >
> > > > > > > >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > > > > > +
> > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > diff --git a/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > > > b/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > > > > index 38715ccf..9e3c7ed0 100644
> > > > > > > > --- a/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > > > > +++ b/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > > > > @@ -16,3 +16,6 @@ SRC_URI = "git://
> > > > > > > git.ti.com/glsdk/libgbm.git;protocol=git;branch=${BRANCH}
> > > > > > > <http://git.ti.com/glsdk/libgbm.git;protocol=git;branch=$%7BBRANCH%7D> \
> > > > > > > >
> > > > > > > file://0001-gbm.c-include-sys-sysmacros.h-for-minor-major-in-new.patch"
> > > > > > > >
> > > > > > > >  S = "${WORKDIR}/git"
> > > > > > > > +
> > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > > > b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > > > > index dafaac1e..a2f8f192 100644
> > > > > > > > --- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > > > > +++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > > > > @@ -37,3 +37,6 @@ do_install() {
> > > > > > > >  }
> > > > > > > >
> > > > > > > >  INSANE_SKIP_${PN} += "ldflags"
> > > > > > > > +
> > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > diff --git a/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > > > b/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > > > > index df166dd3..744eb8f7 100644
> > > > > > > > --- a/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > > > > +++ b/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > > > > @@ -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"
> > > > > > > > diff --git a/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > > > b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > > > > index 04c0b718..0deec7ab 100644
> > > > > > > > --- a/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > > > > +++ b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > > > > @@ -13,3 +13,5 @@ PR = "r1"
> > > > > > > >
> > > > > > > >  S = "${WORKDIR}/git"
> > > > > > > >  EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
> > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > diff --git a/recipes-ti/bios/ti-biosutils_1.02.02.bb b/recipes-ti/bios/
> > > > > > > ti-biosutils_1.02.02.bb
> > > > > > > > index 5b6b4f43..01c070d7 100644
> > > > > > > > --- a/recipes-ti/bios/ti-biosutils_1.02.02.bb
> > > > > > > > +++ b/recipes-ti/bios/ti-biosutils_1.02.02.bb
> > > > > > > > @@ -7,3 +7,6 @@ SRC_URI[biosutilstarball.md5sum] =
> > > > > > > "0654e9e72b0a6fc7a6575829c0cd90c9"
> > > > > > > >  SRC_URI[biosutilstarball.sha256sum] =
> > > > > > > "df486500bdc8dbe3800fc7efe4241e6fa5b1827ba7c0dc17a71b41d42ef921e1"
> > > > > > > >
> > > > > > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > > > > > +
> > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > diff --git a/recipes-ti/dmai/ti-dmai_svn.bb b/recipes-ti/dmai/
> > > > > > > ti-dmai_svn.bb
> > > > > > > > index 4a91b9b9..3cc54b91 100644
> > > > > > > > --- a/recipes-ti/dmai/ti-dmai_svn.bb
> > > > > > > > +++ b/recipes-ti/dmai/ti-dmai_svn.bb
> > > > > > > > @@ -38,3 +38,6 @@ SRC_URI_append = "
> > > > > > > file://omap3530-r642-remove-include-videodev.diff;striplevel=
> > > > > > > >                   "
> > > > > > > >
> > > > > > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > > > > > +
> > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc
> > > > > > > > index f3696795..a3953105 100644
> > > > > > > > --- a/recipes-ti/dsplib/dsplib.inc
> > > > > > > > +++ b/recipes-ti/dsplib/dsplib.inc
> > > > > > > > @@ -69,3 +69,5 @@ ALLOW_EMPTY_${PN} = "1"
> > > > > > > >  FILES_${PN}-dev += "${DSPLIB_INSTALL_DIR_RECIPE}"
> > > > > > > >
> > > > > > > >  INSANE_SKIP_${PN}-dev = "arch"
> > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > diff --git a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > > > b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > > > > index e3b1c56f..c2e7d268 100644
> > > > > > > > --- a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > > > > +++ b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > > > > @@ -4,3 +4,5 @@ SRC_URI[md5sum] = "6db908bef3b933dc8cea666564d5d4d8"
> > > > > > > >  SRC_URI[sha256sum] =
> > > > > > > "2caa9c859cfe348197e860f07d174a8ab7048d38d6d3a12ec576802122c9e91e"
> > > > > > > >
> > > > > > > >
> > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > diff --git a/recipes-ti/includes/ti-unpack.inc
> > > > > > > b/recipes-ti/includes/ti-unpack.inc
> > > > > > > > index a571fd5d..b520d6ab 100644
> > > > > > > > --- a/recipes-ti/includes/ti-unpack.inc
> > > > > > > > +++ b/recipes-ti/includes/ti-unpack.inc
> > > > > > > > @@ -79,3 +79,8 @@ python ti_bin_do_unpack() {
> > > > > > > >      # Return to the previous directory
> > > > > > > >      os.chdir(save_cwd)
> > > > > > > >  }
> > > > > > > > +
> > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > +COMPATIBLE_HOST_class-native = "(.*)"
> > > > > > > > +
> > > > > > > > diff --git a/recipes-ti/ipc/ti-ipc-common.inc
> > > > > > > b/recipes-ti/ipc/ti-ipc-common.inc
> > > > > > > > index dddb7344..aea9d278 100644
> > > > > > > > --- a/recipes-ti/ipc/ti-ipc-common.inc
> > > > > > > > +++ b/recipes-ti/ipc/ti-ipc-common.inc
> > > > > > > > @@ -2,6 +2,8 @@ PV = "3.50.02.02"
> > > > > > > >  INC_PR = "r0"
> > > > > > > >
> > > > > > > >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > >
> > > > > > > >  PLATFORM = "UNKNOWN"
> > > > > > > >  PLATFORM_omap5-evm = "OMAP54XX"
> > > > > > > > diff --git a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > > > b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > > > > index 1a56d1da..113e6a69 100644
> > > > > > > > --- a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > > > > +++ b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > > > > @@ -12,3 +12,6 @@ SRC_URI[md5sum] = "70b4918bc35c1bcfef34d6ba3fbce0c8"
> > > > > > > >  SRC_URI[sha256sum] =
> > > > > > > "51266dd928f8d629cd417c869789a6c0d596612120f165619119cbaadfd66ee2"
> > > > > > > >
> > > > > > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > > > > > +
> > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > diff --git a/recipes-ti/mathlib/mathlib.inc
> > > > > > > b/recipes-ti/mathlib/mathlib.inc
> > > > > > > > index 6aea085a..61f198bc 100644
> > > > > > > > --- a/recipes-ti/mathlib/mathlib.inc
> > > > > > > > +++ b/recipes-ti/mathlib/mathlib.inc
> > > > > > > > @@ -68,3 +68,5 @@ ALLOW_EMPTY_${PN} = "1"
> > > > > > > >  FILES_${PN}-dev += "${MATHLIB_INSTALL_DIR_RECIPE}"
> > > > > > > >
> > > > > > > >  INSANE_SKIP_${PN}-dev = "arch"
> > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > diff --git a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb b/recipes-ti/ndk/
> > > > > > > ti-ndk_3.40.01.01.bb
> > > > > > > > index 4a494b19..c6c18733 100644
> > > > > > > > --- a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> > > > > > > > +++ b/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> > > > > > > > @@ -11,3 +11,6 @@ SRC_URI[ndkzip.sha256sum] =
> > > > > > > "e2e5c683c70dfad6f4372c5eeebaf0209b27abb0f77304f14f0
> > > > > > > >  INHIBIT_PACKAGE_STRIP = "1"
> > > > > > > >  INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
> > > > > > > >  INHIBIT_SYSROOT_STRIP = "1"
> > > > > > > > +
> > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/
> > > > > > > swtools_git.bb
> > > > > > > > index 425a0690..168fe211 100644
> > > > > > > > --- a/recipes-ti/swtools/swtools_git.bb
> > > > > > > > +++ b/recipes-ti/swtools/swtools_git.bb
> > > > > > > > @@ -42,3 +42,5 @@ FILES_${PN}-dev += "${SWTOOLS_INSTALL_DIR_RECIPE}"
> > > > > > > >
> > > > > > > >  INSANE_SKIP_${PN}-dev = "arch staticdev"
> > > > > > > >  ALLOW_EMPTY_${PN} = "1"
> > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > --
> > > > > > > > 2.19.1
> > > > > > > >
> > > > > > > > --
> > > > > > > > _______________________________________________
> > > > > > > > meta-ti mailing list
> > > > > > > > meta-ti@yoctoproject.org
> > > > > > > > https://lists.yoctoproject.org/listinfo/meta-ti
> > > > > > >


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] recipes: Limit ti specific recipes under ti-soc override
  2018-10-16 20:36               ` Khem Raj
@ 2018-10-16 20:55                 ` Denys Dmytriyenko
  2018-10-16 20:59                   ` Khem Raj
  0 siblings, 1 reply; 11+ messages in thread
From: Denys Dmytriyenko @ 2018-10-16 20:55 UTC (permalink / raw)
  To: Khem Raj; +Cc: meta-ti

On Tue, Oct 16, 2018 at 01:36:12PM -0700, Khem Raj wrote:
> On Tue, Oct 16, 2018 at 12:59 PM Denys Dmytriyenko <denys@ti.com> wrote:
> >
> > On Tue, Oct 16, 2018 at 12:35:50PM -0700, Khem Raj wrote:
> > > On Tue, Oct 16, 2018 at 11:33 AM Denys Dmytriyenko <denys@ti.com> wrote:
> > > >
> > > > On Wed, Oct 10, 2018 at 12:56:50PM -0700, Khem Raj wrote:
> > > > > Hi Denys
> > > > >
> > > > > On Wed, Oct 10, 2018 at 12:36 PM Denys Dmytriyenko <denys@ti.com> wrote:
> > > > > >
> > > > > > On Tue, Oct 09, 2018 at 03:40:40PM -0700, Khem Raj wrote:
> > > > > > > No, it doesn't AFAICT
> > > > > > >
> > > > > > > On Tue, Oct 9, 2018 at 1:49 PM Denys Dmytriyenko <denys@ti.com> wrote:
> > > > > > >
> > > > > > > > Does this make packages machine-specific?
> > > > > > > >
> > > > > > > > On Tue, Oct 09, 2018 at 01:45:03PM -0700, Khem Raj wrote:
> > > > > > > > > This helps in multi-BSP scenario, where other BSP layers are also
> > > > > > > > > present in the layermix
> > > > > >
> > > > > > I'm not specifically against this patch, but want to understand better - are
> > > > > > there any specific conflicts these packages have with other BSPs?
> > > > > >
> > > > >
> > > > > There are couple of things
> > > > > We do world builds where they cause issues
> > > > > Secondly, some of these force to pin providers and since BSP layers
> > > > > appear before
> > > > > other layers they become providers, its better to keep them limited to SOC there
> > > >
> > > > Sorry for the delay. Would adding EXCLUDE_FROM_WORLD be a better solution?
> > > > Also, can you please provide an example of pinning provider issue? Thanks!
> > > >
> > >
> > > excluding from world builds doesn't prevent them from nosing around
> > > when building
> > > images e.g. for non-ti machines. e.g. libgbm but there are more which
> > > can be selected where not intended.
> >
> > Fine, mesa now provides own libgbm - I can see how that cause conflicts.
> >
> > What about other packages? Many of them are unique and some even have ti-
> > prefix in the name. What's the point in limiting them to ti-soc?
> 
> unless they are common, we should keep them under soc override, because then
> they wont get built for other SOCs in a multi-BSP config.

I'm willing to make meta-ti play nice with other BSPs. But I'm a bit hesitant 
to limit most of the packages here to specific soc family. Even though those 
packages are somewhat TI specific, one might want to use them with platforms 
from outside meta-ti, e.g. beaglebone-yocto from meta-yocto-bsp, which does 
not declare itself being part of "ti-soc" family.

I still believe marking most of them with EXCLUDE_FROM_WORLD would solve your 
issues (sans libgbm) and won't affect your builds, unless you pull them 
directly by name. What am I missing?


> > Also, why use COMPATIBLE_HOST vs. COMPATIBLE_MACHINE?
> >
> 
> COMAPTIBLE_MACHINE will mark them specific to machine, which we dont want.

Ah, didn't know COMPATIBLE_HOST won't do that. Good to know.


> > > > > we are putting an effort to make sure that we have a distro which can
> > > > > build for various
> > > > > SBCs from same sandbox.
> > > > >
> > > > > See https://github.com/YoeDistro
> > > > >
> > > > >
> > > > > >
> > > > > > > > > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > > > > > > > > ---
> > > > > > > > >  recipes-bsp/cuia/cuia_1.0.0.13.bb                      | 3 +++
> > > > > > > > >  recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | 3 +++
> > > > > > > > >  recipes-bsp/x-load/x-load_git.bb                       | 3 +++
> > > > > > > > >  recipes-graphics/gbm/libgbm_10.0.0.bb                  | 3 +++
> > > > > > > > >  recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb     | 3 +++
> > > > > > > > >  recipes-graphics/omapfbplay/omapfbplay.inc             | 2 ++
> > > > > > > > >  recipes-multimedia/libdce/libdce_3.00.14.00.bb         | 2 ++
> > > > > > > > >  recipes-ti/bios/ti-biosutils_1.02.02.bb                | 3 +++
> > > > > > > > >  recipes-ti/dmai/ti-dmai_svn.bb                         | 3 +++
> > > > > > > > >  recipes-ti/dsplib/dsplib.inc                           | 2 ++
> > > > > > > > >  recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb             | 2 ++
> > > > > > > > >  recipes-ti/includes/ti-unpack.inc                      | 5 +++++
> > > > > > > > >  recipes-ti/ipc/ti-ipc-common.inc                       | 2 ++
> > > > > > > > >  recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb      | 3 +++
> > > > > > > > >  recipes-ti/mathlib/mathlib.inc                         | 2 ++
> > > > > > > > >  recipes-ti/ndk/ti-ndk_3.40.01.01.bb                    | 3 +++
> > > > > > > > >  recipes-ti/swtools/swtools_git.bb                      | 2 ++
> > > > > > > > >  17 files changed, 46 insertions(+)
> > > > > > > > >
> > > > > > > > > diff --git a/recipes-bsp/cuia/cuia_1.0.0.13.bb b/recipes-bsp/cuia/
> > > > > > > > cuia_1.0.0.13.bb
> > > > > > > > > index e048f6aa..a7caf504 100644
> > > > > > > > > --- a/recipes-bsp/cuia/cuia_1.0.0.13.bb
> > > > > > > > > +++ b/recipes-bsp/cuia/cuia_1.0.0.13.bb
> > > > > > > > > @@ -23,3 +23,6 @@ do_install() {
> > > > > > > > >       cd ${S}
> > > > > > > > >       oe_runmake DESTDIR=${D} libdir=${libdir} includedir=${includedir}
> > > > > > > > install
> > > > > > > > >  }
> > > > > > > > > +
> > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > diff --git a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > > > > b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > > > > > index 94485b6a..d29b6496 100644
> > > > > > > > > --- a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > > > > > +++ b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > > > > > @@ -22,3 +22,6 @@ do_install() {
> > > > > > > > >      install -d ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
> > > > > > > > >      install -m 644 ${S}/galcore.ko
> > > > > > > > ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
> > > > > > > > >  }
> > > > > > > > > +
> > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > diff --git a/recipes-bsp/x-load/x-load_git.bb b/recipes-bsp/x-load/
> > > > > > > > x-load_git.bb
> > > > > > > > > index dd8bce2d..1ce1b0f0 100644
> > > > > > > > > --- a/recipes-bsp/x-load/x-load_git.bb
> > > > > > > > > +++ b/recipes-bsp/x-load/x-load_git.bb
> > > > > > > > > @@ -17,3 +17,6 @@ CONFIG_HEADER_beagleboard = "1"
> > > > > > > > >  XLOAD_MACHINE_omap3-touchbook = "omap3530beagle_config"
> > > > > > > > >
> > > > > > > > >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > > > > > > +
> > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > diff --git a/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > > > > b/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > > > > > index 38715ccf..9e3c7ed0 100644
> > > > > > > > > --- a/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > > > > > +++ b/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > > > > > @@ -16,3 +16,6 @@ SRC_URI = "git://
> > > > > > > > git.ti.com/glsdk/libgbm.git;protocol=git;branch=${BRANCH}
> > > > > > > > <http://git.ti.com/glsdk/libgbm.git;protocol=git;branch=$%7BBRANCH%7D> \
> > > > > > > > >
> > > > > > > > file://0001-gbm.c-include-sys-sysmacros.h-for-minor-major-in-new.patch"
> > > > > > > > >
> > > > > > > > >  S = "${WORKDIR}/git"
> > > > > > > > > +
> > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > > > > b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > > > > > index dafaac1e..a2f8f192 100644
> > > > > > > > > --- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > > > > > +++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > > > > > @@ -37,3 +37,6 @@ do_install() {
> > > > > > > > >  }
> > > > > > > > >
> > > > > > > > >  INSANE_SKIP_${PN} += "ldflags"
> > > > > > > > > +
> > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > diff --git a/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > > > > b/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > > > > > index df166dd3..744eb8f7 100644
> > > > > > > > > --- a/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > > > > > +++ b/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > > > > > @@ -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"
> > > > > > > > > diff --git a/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > > > > b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > > > > > index 04c0b718..0deec7ab 100644
> > > > > > > > > --- a/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > > > > > +++ b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > > > > > @@ -13,3 +13,5 @@ PR = "r1"
> > > > > > > > >
> > > > > > > > >  S = "${WORKDIR}/git"
> > > > > > > > >  EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
> > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > diff --git a/recipes-ti/bios/ti-biosutils_1.02.02.bb b/recipes-ti/bios/
> > > > > > > > ti-biosutils_1.02.02.bb
> > > > > > > > > index 5b6b4f43..01c070d7 100644
> > > > > > > > > --- a/recipes-ti/bios/ti-biosutils_1.02.02.bb
> > > > > > > > > +++ b/recipes-ti/bios/ti-biosutils_1.02.02.bb
> > > > > > > > > @@ -7,3 +7,6 @@ SRC_URI[biosutilstarball.md5sum] =
> > > > > > > > "0654e9e72b0a6fc7a6575829c0cd90c9"
> > > > > > > > >  SRC_URI[biosutilstarball.sha256sum] =
> > > > > > > > "df486500bdc8dbe3800fc7efe4241e6fa5b1827ba7c0dc17a71b41d42ef921e1"
> > > > > > > > >
> > > > > > > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > > > > > > +
> > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > diff --git a/recipes-ti/dmai/ti-dmai_svn.bb b/recipes-ti/dmai/
> > > > > > > > ti-dmai_svn.bb
> > > > > > > > > index 4a91b9b9..3cc54b91 100644
> > > > > > > > > --- a/recipes-ti/dmai/ti-dmai_svn.bb
> > > > > > > > > +++ b/recipes-ti/dmai/ti-dmai_svn.bb
> > > > > > > > > @@ -38,3 +38,6 @@ SRC_URI_append = "
> > > > > > > > file://omap3530-r642-remove-include-videodev.diff;striplevel=
> > > > > > > > >                   "
> > > > > > > > >
> > > > > > > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > > > > > > +
> > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc
> > > > > > > > > index f3696795..a3953105 100644
> > > > > > > > > --- a/recipes-ti/dsplib/dsplib.inc
> > > > > > > > > +++ b/recipes-ti/dsplib/dsplib.inc
> > > > > > > > > @@ -69,3 +69,5 @@ ALLOW_EMPTY_${PN} = "1"
> > > > > > > > >  FILES_${PN}-dev += "${DSPLIB_INSTALL_DIR_RECIPE}"
> > > > > > > > >
> > > > > > > > >  INSANE_SKIP_${PN}-dev = "arch"
> > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > diff --git a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > > > > b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > > > > > index e3b1c56f..c2e7d268 100644
> > > > > > > > > --- a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > > > > > +++ b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > > > > > @@ -4,3 +4,5 @@ SRC_URI[md5sum] = "6db908bef3b933dc8cea666564d5d4d8"
> > > > > > > > >  SRC_URI[sha256sum] =
> > > > > > > > "2caa9c859cfe348197e860f07d174a8ab7048d38d6d3a12ec576802122c9e91e"
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > diff --git a/recipes-ti/includes/ti-unpack.inc
> > > > > > > > b/recipes-ti/includes/ti-unpack.inc
> > > > > > > > > index a571fd5d..b520d6ab 100644
> > > > > > > > > --- a/recipes-ti/includes/ti-unpack.inc
> > > > > > > > > +++ b/recipes-ti/includes/ti-unpack.inc
> > > > > > > > > @@ -79,3 +79,8 @@ python ti_bin_do_unpack() {
> > > > > > > > >      # Return to the previous directory
> > > > > > > > >      os.chdir(save_cwd)
> > > > > > > > >  }
> > > > > > > > > +
> > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > +COMPATIBLE_HOST_class-native = "(.*)"
> > > > > > > > > +
> > > > > > > > > diff --git a/recipes-ti/ipc/ti-ipc-common.inc
> > > > > > > > b/recipes-ti/ipc/ti-ipc-common.inc
> > > > > > > > > index dddb7344..aea9d278 100644
> > > > > > > > > --- a/recipes-ti/ipc/ti-ipc-common.inc
> > > > > > > > > +++ b/recipes-ti/ipc/ti-ipc-common.inc
> > > > > > > > > @@ -2,6 +2,8 @@ PV = "3.50.02.02"
> > > > > > > > >  INC_PR = "r0"
> > > > > > > > >
> > > > > > > > >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > >
> > > > > > > > >  PLATFORM = "UNKNOWN"
> > > > > > > > >  PLATFORM_omap5-evm = "OMAP54XX"
> > > > > > > > > diff --git a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > > > > b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > > > > > index 1a56d1da..113e6a69 100644
> > > > > > > > > --- a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > > > > > +++ b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > > > > > @@ -12,3 +12,6 @@ SRC_URI[md5sum] = "70b4918bc35c1bcfef34d6ba3fbce0c8"
> > > > > > > > >  SRC_URI[sha256sum] =
> > > > > > > > "51266dd928f8d629cd417c869789a6c0d596612120f165619119cbaadfd66ee2"
> > > > > > > > >
> > > > > > > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > > > > > > +
> > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > diff --git a/recipes-ti/mathlib/mathlib.inc
> > > > > > > > b/recipes-ti/mathlib/mathlib.inc
> > > > > > > > > index 6aea085a..61f198bc 100644
> > > > > > > > > --- a/recipes-ti/mathlib/mathlib.inc
> > > > > > > > > +++ b/recipes-ti/mathlib/mathlib.inc
> > > > > > > > > @@ -68,3 +68,5 @@ ALLOW_EMPTY_${PN} = "1"
> > > > > > > > >  FILES_${PN}-dev += "${MATHLIB_INSTALL_DIR_RECIPE}"
> > > > > > > > >
> > > > > > > > >  INSANE_SKIP_${PN}-dev = "arch"
> > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > diff --git a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb b/recipes-ti/ndk/
> > > > > > > > ti-ndk_3.40.01.01.bb
> > > > > > > > > index 4a494b19..c6c18733 100644
> > > > > > > > > --- a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> > > > > > > > > +++ b/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> > > > > > > > > @@ -11,3 +11,6 @@ SRC_URI[ndkzip.sha256sum] =
> > > > > > > > "e2e5c683c70dfad6f4372c5eeebaf0209b27abb0f77304f14f0
> > > > > > > > >  INHIBIT_PACKAGE_STRIP = "1"
> > > > > > > > >  INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
> > > > > > > > >  INHIBIT_SYSROOT_STRIP = "1"
> > > > > > > > > +
> > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/
> > > > > > > > swtools_git.bb
> > > > > > > > > index 425a0690..168fe211 100644
> > > > > > > > > --- a/recipes-ti/swtools/swtools_git.bb
> > > > > > > > > +++ b/recipes-ti/swtools/swtools_git.bb
> > > > > > > > > @@ -42,3 +42,5 @@ FILES_${PN}-dev += "${SWTOOLS_INSTALL_DIR_RECIPE}"
> > > > > > > > >
> > > > > > > > >  INSANE_SKIP_${PN}-dev = "arch staticdev"
> > > > > > > > >  ALLOW_EMPTY_${PN} = "1"
> > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > --
> > > > > > > > > 2.19.1
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > _______________________________________________
> > > > > > > > > meta-ti mailing list
> > > > > > > > > meta-ti@yoctoproject.org
> > > > > > > > > https://lists.yoctoproject.org/listinfo/meta-ti
> > > > > > > >


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] recipes: Limit ti specific recipes under ti-soc override
  2018-10-16 20:55                 ` Denys Dmytriyenko
@ 2018-10-16 20:59                   ` Khem Raj
  0 siblings, 0 replies; 11+ messages in thread
From: Khem Raj @ 2018-10-16 20:59 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti

On Tue, Oct 16, 2018 at 1:55 PM Denys Dmytriyenko <denys@ti.com> wrote:
>
> On Tue, Oct 16, 2018 at 01:36:12PM -0700, Khem Raj wrote:
> > On Tue, Oct 16, 2018 at 12:59 PM Denys Dmytriyenko <denys@ti.com> wrote:
> > >
> > > On Tue, Oct 16, 2018 at 12:35:50PM -0700, Khem Raj wrote:
> > > > On Tue, Oct 16, 2018 at 11:33 AM Denys Dmytriyenko <denys@ti.com> wrote:
> > > > >
> > > > > On Wed, Oct 10, 2018 at 12:56:50PM -0700, Khem Raj wrote:
> > > > > > Hi Denys
> > > > > >
> > > > > > On Wed, Oct 10, 2018 at 12:36 PM Denys Dmytriyenko <denys@ti.com> wrote:
> > > > > > >
> > > > > > > On Tue, Oct 09, 2018 at 03:40:40PM -0700, Khem Raj wrote:
> > > > > > > > No, it doesn't AFAICT
> > > > > > > >
> > > > > > > > On Tue, Oct 9, 2018 at 1:49 PM Denys Dmytriyenko <denys@ti.com> wrote:
> > > > > > > >
> > > > > > > > > Does this make packages machine-specific?
> > > > > > > > >
> > > > > > > > > On Tue, Oct 09, 2018 at 01:45:03PM -0700, Khem Raj wrote:
> > > > > > > > > > This helps in multi-BSP scenario, where other BSP layers are also
> > > > > > > > > > present in the layermix
> > > > > > >
> > > > > > > I'm not specifically against this patch, but want to understand better - are
> > > > > > > there any specific conflicts these packages have with other BSPs?
> > > > > > >
> > > > > >
> > > > > > There are couple of things
> > > > > > We do world builds where they cause issues
> > > > > > Secondly, some of these force to pin providers and since BSP layers
> > > > > > appear before
> > > > > > other layers they become providers, its better to keep them limited to SOC there
> > > > >
> > > > > Sorry for the delay. Would adding EXCLUDE_FROM_WORLD be a better solution?
> > > > > Also, can you please provide an example of pinning provider issue? Thanks!
> > > > >
> > > >
> > > > excluding from world builds doesn't prevent them from nosing around
> > > > when building
> > > > images e.g. for non-ti machines. e.g. libgbm but there are more which
> > > > can be selected where not intended.
> > >
> > > Fine, mesa now provides own libgbm - I can see how that cause conflicts.
> > >
> > > What about other packages? Many of them are unique and some even have ti-
> > > prefix in the name. What's the point in limiting them to ti-soc?
> >
> > unless they are common, we should keep them under soc override, because then
> > they wont get built for other SOCs in a multi-BSP config.
>
> I'm willing to make meta-ti play nice with other BSPs. But I'm a bit hesitant
> to limit most of the packages here to specific soc family. Even though those
> packages are somewhat TI specific, one might want to use them with platforms
> from outside meta-ti, e.g. beaglebone-yocto from meta-yocto-bsp, which does
> not declare itself being part of "ti-soc" family.
>
> I still believe marking most of them with EXCLUDE_FROM_WORLD would solve your
> issues (sans libgbm) and won't affect your builds, unless you pull them
> directly by name. What am I missing?
>
Forget about building world issue for a moment, its more of peaceful
co-existence issue. Lot of us who build products have multiple SOCs
from different vendors and we
would like to have single yocto project be able to build all of them.
yes provided they are useful to non TI socs I think you have a point,
but beaglebone in meta-yocto-bsp is not a good argument to have it.
The machine should define SOC_FAMILY to be same as meta-ti

>
> > > Also, why use COMPATIBLE_HOST vs. COMPATIBLE_MACHINE?
> > >
> >
> > COMAPTIBLE_MACHINE will mark them specific to machine, which we dont want.
>
> Ah, didn't know COMPATIBLE_HOST won't do that. Good to know.
>
>
> > > > > > we are putting an effort to make sure that we have a distro which can
> > > > > > build for various
> > > > > > SBCs from same sandbox.
> > > > > >
> > > > > > See https://github.com/YoeDistro
> > > > > >
> > > > > >
> > > > > > >
> > > > > > > > > > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > > > > > > > > > ---
> > > > > > > > > >  recipes-bsp/cuia/cuia_1.0.0.13.bb                      | 3 +++
> > > > > > > > > >  recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | 3 +++
> > > > > > > > > >  recipes-bsp/x-load/x-load_git.bb                       | 3 +++
> > > > > > > > > >  recipes-graphics/gbm/libgbm_10.0.0.bb                  | 3 +++
> > > > > > > > > >  recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb     | 3 +++
> > > > > > > > > >  recipes-graphics/omapfbplay/omapfbplay.inc             | 2 ++
> > > > > > > > > >  recipes-multimedia/libdce/libdce_3.00.14.00.bb         | 2 ++
> > > > > > > > > >  recipes-ti/bios/ti-biosutils_1.02.02.bb                | 3 +++
> > > > > > > > > >  recipes-ti/dmai/ti-dmai_svn.bb                         | 3 +++
> > > > > > > > > >  recipes-ti/dsplib/dsplib.inc                           | 2 ++
> > > > > > > > > >  recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb             | 2 ++
> > > > > > > > > >  recipes-ti/includes/ti-unpack.inc                      | 5 +++++
> > > > > > > > > >  recipes-ti/ipc/ti-ipc-common.inc                       | 2 ++
> > > > > > > > > >  recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb      | 3 +++
> > > > > > > > > >  recipes-ti/mathlib/mathlib.inc                         | 2 ++
> > > > > > > > > >  recipes-ti/ndk/ti-ndk_3.40.01.01.bb                    | 3 +++
> > > > > > > > > >  recipes-ti/swtools/swtools_git.bb                      | 2 ++
> > > > > > > > > >  17 files changed, 46 insertions(+)
> > > > > > > > > >
> > > > > > > > > > diff --git a/recipes-bsp/cuia/cuia_1.0.0.13.bb b/recipes-bsp/cuia/
> > > > > > > > > cuia_1.0.0.13.bb
> > > > > > > > > > index e048f6aa..a7caf504 100644
> > > > > > > > > > --- a/recipes-bsp/cuia/cuia_1.0.0.13.bb
> > > > > > > > > > +++ b/recipes-bsp/cuia/cuia_1.0.0.13.bb
> > > > > > > > > > @@ -23,3 +23,6 @@ do_install() {
> > > > > > > > > >       cd ${S}
> > > > > > > > > >       oe_runmake DESTDIR=${D} libdir=${libdir} includedir=${includedir}
> > > > > > > > > install
> > > > > > > > > >  }
> > > > > > > > > > +
> > > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > > diff --git a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > > > > > b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > > > > > > index 94485b6a..d29b6496 100644
> > > > > > > > > > --- a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > > > > > > +++ b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
> > > > > > > > > > @@ -22,3 +22,6 @@ do_install() {
> > > > > > > > > >      install -d ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
> > > > > > > > > >      install -m 644 ${S}/galcore.ko
> > > > > > > > > ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
> > > > > > > > > >  }
> > > > > > > > > > +
> > > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > > diff --git a/recipes-bsp/x-load/x-load_git.bb b/recipes-bsp/x-load/
> > > > > > > > > x-load_git.bb
> > > > > > > > > > index dd8bce2d..1ce1b0f0 100644
> > > > > > > > > > --- a/recipes-bsp/x-load/x-load_git.bb
> > > > > > > > > > +++ b/recipes-bsp/x-load/x-load_git.bb
> > > > > > > > > > @@ -17,3 +17,6 @@ CONFIG_HEADER_beagleboard = "1"
> > > > > > > > > >  XLOAD_MACHINE_omap3-touchbook = "omap3530beagle_config"
> > > > > > > > > >
> > > > > > > > > >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > > > > > > > +
> > > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > > diff --git a/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > > > > > b/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > > > > > > index 38715ccf..9e3c7ed0 100644
> > > > > > > > > > --- a/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > > > > > > +++ b/recipes-graphics/gbm/libgbm_10.0.0.bb
> > > > > > > > > > @@ -16,3 +16,6 @@ SRC_URI = "git://
> > > > > > > > > git.ti.com/glsdk/libgbm.git;protocol=git;branch=${BRANCH}
> > > > > > > > > <http://git.ti.com/glsdk/libgbm.git;protocol=git;branch=$%7BBRANCH%7D> \
> > > > > > > > > >
> > > > > > > > > file://0001-gbm.c-include-sys-sysmacros.h-for-minor-major-in-new.patch"
> > > > > > > > > >
> > > > > > > > > >  S = "${WORKDIR}/git"
> > > > > > > > > > +
> > > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > > diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > > > > > b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > > > > > > index dafaac1e..a2f8f192 100644
> > > > > > > > > > --- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > > > > > > +++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > > > > > > > > > @@ -37,3 +37,6 @@ do_install() {
> > > > > > > > > >  }
> > > > > > > > > >
> > > > > > > > > >  INSANE_SKIP_${PN} += "ldflags"
> > > > > > > > > > +
> > > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > > diff --git a/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > > > > > b/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > > > > > > index df166dd3..744eb8f7 100644
> > > > > > > > > > --- a/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > > > > > > +++ b/recipes-graphics/omapfbplay/omapfbplay.inc
> > > > > > > > > > @@ -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"
> > > > > > > > > > diff --git a/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > > > > > b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > > > > > > index 04c0b718..0deec7ab 100644
> > > > > > > > > > --- a/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > > > > > > +++ b/recipes-multimedia/libdce/libdce_3.00.14.00.bb
> > > > > > > > > > @@ -13,3 +13,5 @@ PR = "r1"
> > > > > > > > > >
> > > > > > > > > >  S = "${WORKDIR}/git"
> > > > > > > > > >  EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
> > > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > > diff --git a/recipes-ti/bios/ti-biosutils_1.02.02.bb b/recipes-ti/bios/
> > > > > > > > > ti-biosutils_1.02.02.bb
> > > > > > > > > > index 5b6b4f43..01c070d7 100644
> > > > > > > > > > --- a/recipes-ti/bios/ti-biosutils_1.02.02.bb
> > > > > > > > > > +++ b/recipes-ti/bios/ti-biosutils_1.02.02.bb
> > > > > > > > > > @@ -7,3 +7,6 @@ SRC_URI[biosutilstarball.md5sum] =
> > > > > > > > > "0654e9e72b0a6fc7a6575829c0cd90c9"
> > > > > > > > > >  SRC_URI[biosutilstarball.sha256sum] =
> > > > > > > > > "df486500bdc8dbe3800fc7efe4241e6fa5b1827ba7c0dc17a71b41d42ef921e1"
> > > > > > > > > >
> > > > > > > > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > > > > > > > +
> > > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > > diff --git a/recipes-ti/dmai/ti-dmai_svn.bb b/recipes-ti/dmai/
> > > > > > > > > ti-dmai_svn.bb
> > > > > > > > > > index 4a91b9b9..3cc54b91 100644
> > > > > > > > > > --- a/recipes-ti/dmai/ti-dmai_svn.bb
> > > > > > > > > > +++ b/recipes-ti/dmai/ti-dmai_svn.bb
> > > > > > > > > > @@ -38,3 +38,6 @@ SRC_URI_append = "
> > > > > > > > > file://omap3530-r642-remove-include-videodev.diff;striplevel=
> > > > > > > > > >                   "
> > > > > > > > > >
> > > > > > > > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > > > > > > > +
> > > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > > diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc
> > > > > > > > > > index f3696795..a3953105 100644
> > > > > > > > > > --- a/recipes-ti/dsplib/dsplib.inc
> > > > > > > > > > +++ b/recipes-ti/dsplib/dsplib.inc
> > > > > > > > > > @@ -69,3 +69,5 @@ ALLOW_EMPTY_${PN} = "1"
> > > > > > > > > >  FILES_${PN}-dev += "${DSPLIB_INSTALL_DIR_RECIPE}"
> > > > > > > > > >
> > > > > > > > > >  INSANE_SKIP_${PN}-dev = "arch"
> > > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > > diff --git a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > > > > > b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > > > > > > index e3b1c56f..c2e7d268 100644
> > > > > > > > > > --- a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > > > > > > +++ b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
> > > > > > > > > > @@ -4,3 +4,5 @@ SRC_URI[md5sum] = "6db908bef3b933dc8cea666564d5d4d8"
> > > > > > > > > >  SRC_URI[sha256sum] =
> > > > > > > > > "2caa9c859cfe348197e860f07d174a8ab7048d38d6d3a12ec576802122c9e91e"
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > > diff --git a/recipes-ti/includes/ti-unpack.inc
> > > > > > > > > b/recipes-ti/includes/ti-unpack.inc
> > > > > > > > > > index a571fd5d..b520d6ab 100644
> > > > > > > > > > --- a/recipes-ti/includes/ti-unpack.inc
> > > > > > > > > > +++ b/recipes-ti/includes/ti-unpack.inc
> > > > > > > > > > @@ -79,3 +79,8 @@ python ti_bin_do_unpack() {
> > > > > > > > > >      # Return to the previous directory
> > > > > > > > > >      os.chdir(save_cwd)
> > > > > > > > > >  }
> > > > > > > > > > +
> > > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > > +COMPATIBLE_HOST_class-native = "(.*)"
> > > > > > > > > > +
> > > > > > > > > > diff --git a/recipes-ti/ipc/ti-ipc-common.inc
> > > > > > > > > b/recipes-ti/ipc/ti-ipc-common.inc
> > > > > > > > > > index dddb7344..aea9d278 100644
> > > > > > > > > > --- a/recipes-ti/ipc/ti-ipc-common.inc
> > > > > > > > > > +++ b/recipes-ti/ipc/ti-ipc-common.inc
> > > > > > > > > > @@ -2,6 +2,8 @@ PV = "3.50.02.02"
> > > > > > > > > >  INC_PR = "r0"
> > > > > > > > > >
> > > > > > > > > >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > >
> > > > > > > > > >  PLATFORM = "UNKNOWN"
> > > > > > > > > >  PLATFORM_omap5-evm = "OMAP54XX"
> > > > > > > > > > diff --git a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > > > > > b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > > > > > > index 1a56d1da..113e6a69 100644
> > > > > > > > > > --- a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > > > > > > +++ b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb
> > > > > > > > > > @@ -12,3 +12,6 @@ SRC_URI[md5sum] = "70b4918bc35c1bcfef34d6ba3fbce0c8"
> > > > > > > > > >  SRC_URI[sha256sum] =
> > > > > > > > > "51266dd928f8d629cd417c869789a6c0d596612120f165619119cbaadfd66ee2"
> > > > > > > > > >
> > > > > > > > > >  INSANE_SKIP_${PN} = "installed-vs-shipped"
> > > > > > > > > > +
> > > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > > diff --git a/recipes-ti/mathlib/mathlib.inc
> > > > > > > > > b/recipes-ti/mathlib/mathlib.inc
> > > > > > > > > > index 6aea085a..61f198bc 100644
> > > > > > > > > > --- a/recipes-ti/mathlib/mathlib.inc
> > > > > > > > > > +++ b/recipes-ti/mathlib/mathlib.inc
> > > > > > > > > > @@ -68,3 +68,5 @@ ALLOW_EMPTY_${PN} = "1"
> > > > > > > > > >  FILES_${PN}-dev += "${MATHLIB_INSTALL_DIR_RECIPE}"
> > > > > > > > > >
> > > > > > > > > >  INSANE_SKIP_${PN}-dev = "arch"
> > > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > > diff --git a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb b/recipes-ti/ndk/
> > > > > > > > > ti-ndk_3.40.01.01.bb
> > > > > > > > > > index 4a494b19..c6c18733 100644
> > > > > > > > > > --- a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> > > > > > > > > > +++ b/recipes-ti/ndk/ti-ndk_3.40.01.01.bb
> > > > > > > > > > @@ -11,3 +11,6 @@ SRC_URI[ndkzip.sha256sum] =
> > > > > > > > > "e2e5c683c70dfad6f4372c5eeebaf0209b27abb0f77304f14f0
> > > > > > > > > >  INHIBIT_PACKAGE_STRIP = "1"
> > > > > > > > > >  INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
> > > > > > > > > >  INHIBIT_SYSROOT_STRIP = "1"
> > > > > > > > > > +
> > > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > > diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/
> > > > > > > > > swtools_git.bb
> > > > > > > > > > index 425a0690..168fe211 100644
> > > > > > > > > > --- a/recipes-ti/swtools/swtools_git.bb
> > > > > > > > > > +++ b/recipes-ti/swtools/swtools_git.bb
> > > > > > > > > > @@ -42,3 +42,5 @@ FILES_${PN}-dev += "${SWTOOLS_INSTALL_DIR_RECIPE}"
> > > > > > > > > >
> > > > > > > > > >  INSANE_SKIP_${PN}-dev = "arch staticdev"
> > > > > > > > > >  ALLOW_EMPTY_${PN} = "1"
> > > > > > > > > > +COMPATIBLE_HOST ?= "null"
> > > > > > > > > > +COMPATIBLE_HOST_ti-soc = "(.*)"
> > > > > > > > > > --
> > > > > > > > > > 2.19.1
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > _______________________________________________
> > > > > > > > > > meta-ti mailing list
> > > > > > > > > > meta-ti@yoctoproject.org
> > > > > > > > > > https://lists.yoctoproject.org/listinfo/meta-ti
> > > > > > > > >


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-10-16 21:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-09 20:45 [PATCH] recipes: Limit ti specific recipes under ti-soc override Khem Raj
2018-10-09 20:49 ` Denys Dmytriyenko
2018-10-09 22:40   ` Khem Raj
2018-10-10 19:36     ` Denys Dmytriyenko
2018-10-10 19:56       ` Khem Raj
2018-10-16 18:33         ` Denys Dmytriyenko
2018-10-16 19:35           ` Khem Raj
2018-10-16 19:59             ` Denys Dmytriyenko
2018-10-16 20:36               ` Khem Raj
2018-10-16 20:55                 ` Denys Dmytriyenko
2018-10-16 20:59                   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.