From: Zhenhua Luo Date: Sat, 14 Dec 2013 02:31:28 +0000 (+0800) Subject: hv-cfg: update SHA for SDK 1.5 X-Git-Tag: 2.1~534^2~208 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=78fdc20c276fbabaebd1526134c9e32dde95658a;p=meta-freescale.git hv-cfg: update SHA for SDK 1.5 Signed-off-by: Zhenhua Luo --- diff --git a/meta-fsl-ppc/recipes-virtualization/hv-cfg/hv-cfg_git.bb b/meta-fsl-ppc/recipes-virtualization/hv-cfg/hv-cfg_git.bb index 2c6bb85a..a92ef335 100644 --- a/meta-fsl-ppc/recipes-virtualization/hv-cfg/hv-cfg_git.bb +++ b/meta-fsl-ppc/recipes-virtualization/hv-cfg/hv-cfg_git.bb @@ -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"