diff options
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 1 | ||||
-rw-r--r-- | recipes-bsp/firmware-imx/firmware-imx_7.6.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/imx-uuc/imx-uuc_git.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-common_2018.09.inc | 2 | ||||
-rw-r--r-- | recipes-bsp/uefi/uefi_git.bb | 1 | ||||
-rw-r--r-- | recipes-dpaa/fmlib/fmlib_git.bb | 1 | ||||
-rw-r--r-- | recipes-graphics/drm/libdrm-armada_git.bb | 2 | ||||
-rw-r--r-- | recipes-graphics/xorg-driver/xf86-video-armada_git.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/dtc/dtc-145_git.bb | 1 | ||||
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.2+fslc.bb | 1 | ||||
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.6.bb | 1 | ||||
-rw-r--r-- | recipes-security/optee/optee-client-qoriq.bb | 2 |
12 files changed, 18 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb index 76ece625..d839b6fc 100644 --- a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb +++ b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | |||
@@ -45,3 +45,4 @@ PARALLEL_MAKE = "" | |||
45 | 45 | ||
46 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 46 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
47 | 47 | ||
48 | COMPATIBLE_MACHINE = "(qoriq)" | ||
diff --git a/recipes-bsp/firmware-imx/firmware-imx_7.6.bb b/recipes-bsp/firmware-imx/firmware-imx_7.6.bb index 6c5f73ce..4f7b3890 100644 --- a/recipes-bsp/firmware-imx/firmware-imx_7.6.bb +++ b/recipes-bsp/firmware-imx/firmware-imx_7.6.bb | |||
@@ -100,3 +100,5 @@ PACKAGES =+ "${PN}-epdc ${PN}-brcm" | |||
100 | 100 | ||
101 | FILES_${PN}-epdc = "${base_libdir}/firmware/imx/epdc/" | 101 | FILES_${PN}-epdc = "${base_libdir}/firmware/imx/epdc/" |
102 | FILES_${PN}-brcm = "${base_libdir}/firmware/bcm/*/*.bin ${base_libdir}/firmware/bcm/*/*.cal ${sysconfdir}/firmware/" | 102 | FILES_${PN}-brcm = "${base_libdir}/firmware/bcm/*/*.bin ${base_libdir}/firmware/bcm/*/*.cal ${sysconfdir}/firmware/" |
103 | |||
104 | COMPATIBLE_MACHINE = "(imx)" | ||
diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb index 381c214a..a3a8387b 100644 --- a/recipes-bsp/imx-uuc/imx-uuc_git.bb +++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb | |||
@@ -16,3 +16,5 @@ SRCREV = "323efa5e4c799c40503ac92a8104c33b090e6731" | |||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | FILES_${PN} += "/linuxrc /fat" | 18 | FILES_${PN} += "/linuxrc /fat" |
19 | |||
20 | COMPATIBLE_MACHINE = "(imx)" | ||
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2018.09.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2018.09.inc index aaefd67f..18be28a3 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-common_2018.09.inc +++ b/recipes-bsp/u-boot/u-boot-fslc-common_2018.09.inc | |||
@@ -14,3 +14,5 @@ SRCBRANCH = "2018.09+fslc" | |||
14 | PV = "v2018.09+git${SRCPV}" | 14 | PV = "v2018.09+git${SRCPV}" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | |||
18 | COMPATIBLE_MACHINE = "(imx)" | ||
diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb index f157d03d..baf430d8 100644 --- a/recipes-bsp/uefi/uefi_git.bb +++ b/recipes-bsp/uefi/uefi_git.bb | |||
@@ -28,3 +28,4 @@ FILES_${PN}-image += "/uefi/*" | |||
28 | 28 | ||
29 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 29 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
30 | 30 | ||
31 | COMPATIBLE_MACHINE = "(qoriq)" | ||
diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb index bbe1e535..1f31f631 100644 --- a/recipes-dpaa/fmlib/fmlib_git.bb +++ b/recipes-dpaa/fmlib/fmlib_git.bb | |||
@@ -28,3 +28,4 @@ ALLOW_EMPTY_${PN} = "1" | |||
28 | 28 | ||
29 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 29 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
30 | 30 | ||
31 | COMPATIBLE_MACHINE ?= "(qoriq)" | ||
diff --git a/recipes-graphics/drm/libdrm-armada_git.bb b/recipes-graphics/drm/libdrm-armada_git.bb index 937c68d7..0a14e371 100644 --- a/recipes-graphics/drm/libdrm-armada_git.bb +++ b/recipes-graphics/drm/libdrm-armada_git.bb | |||
@@ -13,3 +13,5 @@ SRC_URI = "git://git.armlinux.org.uk/~rmk/libdrm-armada.git" | |||
13 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | |||
17 | COMPATIBLE_MACHINE ?= "(imx)" | ||
diff --git a/recipes-graphics/xorg-driver/xf86-video-armada_git.bb b/recipes-graphics/xorg-driver/xf86-video-armada_git.bb index 30e3ae47..30372eff 100644 --- a/recipes-graphics/xorg-driver/xf86-video-armada_git.bb +++ b/recipes-graphics/xorg-driver/xf86-video-armada_git.bb | |||
@@ -44,3 +44,5 @@ EXTRA_OECONF = "--disable-etnaviv \ | |||
44 | --disable-vivante \ | 44 | --disable-vivante \ |
45 | --with-etnaviv-source=${WORKDIR}/etna_viv \ | 45 | --with-etnaviv-source=${WORKDIR}/etna_viv \ |
46 | " | 46 | " |
47 | |||
48 | COMPATIBLE_MACHINE = "(imx)" | ||
diff --git a/recipes-kernel/dtc/dtc-145_git.bb b/recipes-kernel/dtc/dtc-145_git.bb index 2776cc5e..bdd83990 100644 --- a/recipes-kernel/dtc/dtc-145_git.bb +++ b/recipes-kernel/dtc/dtc-145_git.bb | |||
@@ -16,3 +16,4 @@ do_install () { | |||
16 | install -d ${D}/${bindir} | 16 | install -d ${D}/${bindir} |
17 | install -m 755 dtc ${D}/${bindir}/dtc-145 | 17 | install -m 755 dtc ${D}/${bindir}/dtc-145 |
18 | } | 18 | } |
19 | COMPATIBLE_MACHINE = "(imx)" | ||
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.2+fslc.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.2+fslc.bb index 19f2dc7f..f9307fb4 100644 --- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.2+fslc.bb +++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.2+fslc.bb | |||
@@ -17,3 +17,4 @@ S = "${WORKDIR}/git" | |||
17 | inherit module | 17 | inherit module |
18 | 18 | ||
19 | KERNEL_MODULE_AUTOLOAD = "galcore" | 19 | KERNEL_MODULE_AUTOLOAD = "galcore" |
20 | COMPATIBLE_MACHINE = "(imx)" | ||
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.6.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.6.bb index 0170695b..32279493 100644 --- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.6.bb +++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.6.bb | |||
@@ -24,3 +24,4 @@ inherit module | |||
24 | EXTRA_OEMAKE += "CONFIG_MXC_GPU_VIV=m" | 24 | EXTRA_OEMAKE += "CONFIG_MXC_GPU_VIV=m" |
25 | 25 | ||
26 | KERNEL_MODULE_AUTOLOAD = "galcore" | 26 | KERNEL_MODULE_AUTOLOAD = "galcore" |
27 | COMPATIBLE_MACHINE = "(imx)" | ||
diff --git a/recipes-security/optee/optee-client-qoriq.bb b/recipes-security/optee/optee-client-qoriq.bb index 0a76743b..a5042703 100644 --- a/recipes-security/optee/optee-client-qoriq.bb +++ b/recipes-security/optee/optee-client-qoriq.bb | |||
@@ -27,3 +27,5 @@ do_install() { | |||
27 | 27 | ||
28 | cp -a ${S}/out/export/include ${D}/usr/ | 28 | cp -a ${S}/out/export/include ${D}/usr/ |
29 | } | 29 | } |
30 | |||
31 | COMPATIBLE_MACHINE = "(qoriq)" | ||