diff options
| author | Ting Liu <b28495@freescale.com> | 2014-07-11 01:52:40 -0500 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-07-15 14:13:20 +0800 |
| commit | 1f1fec62e031c0479e74cc83fd8661d91fe8edc1 (patch) | |
| tree | 3c486ed42c1b14c2aac0b6060ead836c3da3d954 /recipes-virtualization | |
| parent | b46de2d97995432810f947b59691cfb04360ed14 (diff) | |
| download | meta-fsl-ppc-1f1fec62e031c0479e74cc83fd8661d91fe8edc1.tar.gz | |
remove fslmachine MACHINEOVERRIDES usage
fslmachine is too generic, use qoriq-ppc instead.
Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'recipes-virtualization')
| -rw-r--r-- | recipes-virtualization/hv-cfg/hv-cfg_git.bb | 2 | ||||
| -rw-r--r-- | recipes-virtualization/hypervisor/hypervisor_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-virtualization/hv-cfg/hv-cfg_git.bb b/recipes-virtualization/hv-cfg/hv-cfg_git.bb index 304b78f..0fc83e0 100644 --- a/recipes-virtualization/hv-cfg/hv-cfg_git.bb +++ b/recipes-virtualization/hv-cfg/hv-cfg_git.bb | |||
| @@ -41,6 +41,6 @@ addtask deploy after do_install | |||
| 41 | PACKAGES += "${PN}-image" | 41 | PACKAGES += "${PN}-image" |
| 42 | FILES_${PN}-image += "/boot" | 42 | FILES_${PN}-image += "/boot" |
| 43 | 43 | ||
| 44 | COMPATIBLE_HOST_fslmachine = ".*" | 44 | COMPATIBLE_HOST_qoriq-ppc = ".*" |
| 45 | COMPATIBLE_HOST ?= "(none)" | 45 | COMPATIBLE_HOST ?= "(none)" |
| 46 | ALLOW_EMPTY_${PN} = "1" | 46 | ALLOW_EMPTY_${PN} = "1" |
diff --git a/recipes-virtualization/hypervisor/hypervisor_git.bb b/recipes-virtualization/hypervisor/hypervisor_git.bb index 4add9f3..c2a5d2c 100644 --- a/recipes-virtualization/hypervisor/hypervisor_git.bb +++ b/recipes-virtualization/hypervisor/hypervisor_git.bb | |||
| @@ -36,7 +36,7 @@ EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHA | |||
| 36 | DEFCONFIG = "defconfig" | 36 | DEFCONFIG = "defconfig" |
| 37 | DEFCONFIG_powerpc64 = "64bit_defconfig" | 37 | DEFCONFIG_powerpc64 = "64bit_defconfig" |
| 38 | 38 | ||
| 39 | COMPATIBLE_HOST_fslmachine = ".*" | 39 | COMPATIBLE_HOST_qoriq-ppc = ".*" |
| 40 | COMPATIBLE_HOST ?= "(none)" | 40 | COMPATIBLE_HOST ?= "(none)" |
| 41 | 41 | ||
| 42 | inherit cml1 | 42 | inherit cml1 |
