diff options
| author | Khem Raj <raj.khem@gmail.com> | 2013-06-24 06:59:30 +0000 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-07-03 18:34:30 +0800 |
| commit | e737927794a087b41262d1a5e2a39e3bcf3c4f21 (patch) | |
| tree | 1a7a1cc6d6e09ae7e30f22b75b53e242fd473d02 /recipes-tools | |
| parent | 79cfac580ec8c98df1c12153f96caa7eb51f1041 (diff) | |
| download | meta-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.bb | 2 | ||||
| -rw-r--r-- | recipes-tools/rcw/rcw_git.bb | 2 | ||||
| -rw-r--r-- | recipes-tools/usdpaa/usdpaa_git.bb | 3 |
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 |
| 16 | INHIBIT_DEFAULT_DEPS = "1" | 16 | INHIBIT_DEFAULT_DEPS = "1" |
| 17 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 17 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 18 | COMPATIBLE_HOST_fslmachine = ".*" | ||
| 19 | COMPATIBLE_HOST ?= "(none)" | ||
| 18 | 20 | ||
| 19 | inherit deploy | 21 | inherit 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 |
| 9 | INHIBIT_DEFAULT_DEPS = "1" | 9 | INHIBIT_DEFAULT_DEPS = "1" |
| 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 11 | COMPATIBLE_HOST_fslmachine = ".*" | ||
| 12 | COMPATIBLE_HOST ?= "(none)" | ||
| 11 | 13 | ||
| 12 | inherit deploy | 14 | inherit 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" | |||
| 12 | SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git" | 12 | SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git" |
| 13 | SRCREV = "670ad8827fd83169ccb54a008c638dbb497b1c61" | 13 | SRCREV = "670ad8827fd83169ccb54a008c638dbb497b1c61" |
| 14 | 14 | ||
| 15 | COMPATIBLE_HOST_fslmachine = ".*" | ||
| 16 | COMPATIBLE_HOST ?= "(none)" | ||
| 17 | |||
| 15 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 16 | 19 | ||
| 17 | EXTRA_OEMAKE = 'V=1 CC="${CC}" LD="${LD}" AR="${AR}"' | 20 | EXTRA_OEMAKE = 'V=1 CC="${CC}" LD="${LD}" AR="${AR}"' |
