]> code.ossystems Code Review - meta-freescale.git/commitdiff
hv-cfg: update SHA for SDK 1.5
authorZhenhua Luo <zhenhua.luo@freescale.com>
Sat, 14 Dec 2013 02:31:28 +0000 (10:31 +0800)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Sun, 12 Jan 2014 10:06:00 +0000 (18:06 +0800)
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
meta-fsl-ppc/recipes-virtualization/hv-cfg/hv-cfg_git.bb

index 2c6bb85a18e783332d2d66506c0e761c407bc226..a92ef3359a19390b29787912515b709d90f63145 100644 (file)
@@ -15,13 +15,11 @@ DEPENDS += "dtc-native"
 # this package is specific to the machine itself
 INHIBIT_DEFAULT_DEPS = "1"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_HOST_fslmachine = ".*"
-COMPATIBLE_HOST ?= "(none)"
 
 inherit deploy
 
-SRCREV = "d037ab9d5b9ecd58e10a7dac2b601d781ed9b5bf"
-SRC_URI = "git://git.freescale.com/ppc/sdk/hv-cfg.git"
+SRC_URI = "git://git.freescale.com/ppc/sdk/hv-cfg.git;nobranch=1"
+SRCREV = "39f1e585e0a70634e009b2e720407b27f787ace1"
 
 S = "${WORKDIR}/git"
 
@@ -43,4 +41,6 @@ addtask deploy after do_install
 PACKAGES += "${PN}-image"
 FILES_${PN}-image += "/boot"
 
+COMPATIBLE_HOST_fslmachine = ".*"
+COMPATIBLE_HOST ?= "(none)"
 ALLOW_EMPTY_${PN} = "1"