From 78fdc20c276fbabaebd1526134c9e32dde95658a Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Sat, 14 Dec 2013 10:31:28 +0800 Subject: [PATCH] hv-cfg: update SHA for SDK 1.5 Signed-off-by: Zhenhua Luo --- meta-fsl-ppc/recipes-virtualization/hv-cfg/hv-cfg_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" -- 2.40.1