summaryrefslogtreecommitdiffstats
path: root/recipes-tools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-06-24 06:59:30 +0000
committerZhenhua Luo <zhenhua.luo@freescale.com>2013-07-03 18:34:30 +0800
commite737927794a087b41262d1a5e2a39e3bcf3c4f21 (patch)
tree1a7a1cc6d6e09ae7e30f22b75b53e242fd473d02 /recipes-tools
parent79cfac580ec8c98df1c12153f96caa7eb51f1041 (diff)
downloadmeta-fsl-ppc-e737927794a087b41262d1a5e2a39e3bcf3c4f21.tar.gz
recipes: make meta-fsl-ppc play with other layers
Some recipes are specific to fsl machines but arent marked so. When building images for other machines while including meta-fsl-ppc in bblayers exposes the build failures on these recipes. Lets mark them fsl machine specific Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-tools')
-rw-r--r--recipes-tools/hv-cfg/hv-cfg_git.bb2
-rw-r--r--recipes-tools/rcw/rcw_git.bb2
-rw-r--r--recipes-tools/usdpaa/usdpaa_git.bb3
3 files changed, 7 insertions, 0 deletions
diff --git a/recipes-tools/hv-cfg/hv-cfg_git.bb b/recipes-tools/hv-cfg/hv-cfg_git.bb
index 3126138..d675a41 100644
--- a/recipes-tools/hv-cfg/hv-cfg_git.bb
+++ b/recipes-tools/hv-cfg/hv-cfg_git.bb
@@ -15,6 +15,8 @@ DEPENDS += "dtc-native"
15# this package is specific to the machine itself 15# this package is specific to the machine itself
16INHIBIT_DEFAULT_DEPS = "1" 16INHIBIT_DEFAULT_DEPS = "1"
17PACKAGE_ARCH = "${MACHINE_ARCH}" 17PACKAGE_ARCH = "${MACHINE_ARCH}"
18COMPATIBLE_HOST_fslmachine = ".*"
19COMPATIBLE_HOST ?= "(none)"
18 20
19inherit deploy 21inherit deploy
20 22
diff --git a/recipes-tools/rcw/rcw_git.bb b/recipes-tools/rcw/rcw_git.bb
index 625bd60..f33685d 100644
--- a/recipes-tools/rcw/rcw_git.bb
+++ b/recipes-tools/rcw/rcw_git.bb
@@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://rcw.py;beginline=8;endline=28;md5=9ba0b28922dd187b06b
8# this package is specific to the machine itself 8# this package is specific to the machine itself
9INHIBIT_DEFAULT_DEPS = "1" 9INHIBIT_DEFAULT_DEPS = "1"
10PACKAGE_ARCH = "${MACHINE_ARCH}" 10PACKAGE_ARCH = "${MACHINE_ARCH}"
11COMPATIBLE_HOST_fslmachine = ".*"
12COMPATIBLE_HOST ?= "(none)"
11 13
12inherit deploy 14inherit deploy
13 15
diff --git a/recipes-tools/usdpaa/usdpaa_git.bb b/recipes-tools/usdpaa/usdpaa_git.bb
index 3138675..f76ee1d 100644
--- a/recipes-tools/usdpaa/usdpaa_git.bb
+++ b/recipes-tools/usdpaa/usdpaa_git.bb
@@ -12,6 +12,9 @@ RDEPENDS_${PN} = "libgcc"
12SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git" 12SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git"
13SRCREV = "670ad8827fd83169ccb54a008c638dbb497b1c61" 13SRCREV = "670ad8827fd83169ccb54a008c638dbb497b1c61"
14 14
15COMPATIBLE_HOST_fslmachine = ".*"
16COMPATIBLE_HOST ?= "(none)"
17
15S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
16 19
17EXTRA_OEMAKE = 'V=1 CC="${CC}" LD="${LD}" AR="${AR}"' 20EXTRA_OEMAKE = 'V=1 CC="${CC}" LD="${LD}" AR="${AR}"'