summaryrefslogtreecommitdiffstats
path: root/recipes-virtualization
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-virtualization')
-rw-r--r--recipes-virtualization/hv-cfg/hv-cfg_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-virtualization/hv-cfg/hv-cfg_git.bb b/recipes-virtualization/hv-cfg/hv-cfg_git.bb
index 2c6bb85..a92ef33 100644
--- a/recipes-virtualization/hv-cfg/hv-cfg_git.bb
+++ b/recipes-virtualization/hv-cfg/hv-cfg_git.bb
@@ -15,13 +15,11 @@ 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)"
20 18
21inherit deploy 19inherit deploy
22 20
23SRCREV = "d037ab9d5b9ecd58e10a7dac2b601d781ed9b5bf" 21SRC_URI = "git://git.freescale.com/ppc/sdk/hv-cfg.git;nobranch=1"
24SRC_URI = "git://git.freescale.com/ppc/sdk/hv-cfg.git" 22SRCREV = "39f1e585e0a70634e009b2e720407b27f787ace1"
25 23
26S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
27 25
@@ -43,4 +41,6 @@ addtask deploy after do_install
43PACKAGES += "${PN}-image" 41PACKAGES += "${PN}-image"
44FILES_${PN}-image += "/boot" 42FILES_${PN}-image += "/boot"
45 43
44COMPATIBLE_HOST_fslmachine = ".*"
45COMPATIBLE_HOST ?= "(none)"
46ALLOW_EMPTY_${PN} = "1" 46ALLOW_EMPTY_${PN} = "1"