summaryrefslogtreecommitdiffstats
path: root/recipes-virtualization
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2013-12-14 10:31:28 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-01-12 18:06:00 +0800
commite5011430960a077efc8cba725f3455f889f24861 (patch)
tree3c299fd898c72778ab3a5cb73e2a3e6da90f0471 /recipes-virtualization
parent153b2ee51c0e19b01b1bbe1f0b1889c3e43b1ffe (diff)
downloadmeta-fsl-ppc-e5011430960a077efc8cba725f3455f889f24861.tar.gz
hv-cfg: update SHA for SDK 1.5
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
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"