From d533e3f994583881b8fd49ce7e1b4d2176be789f Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Thu, 20 Mar 2014 10:00:28 +0100 Subject: [PATCH] meta-digi-arm: kernel-module-atheros: Update to fix stress test oops. Fetch the source from the dey-1.6/maint branch which contains a fix for a kernel oops introduced by the Yocto GCC 4.8.1 compiler. Signed-off-by: Alex Gonzalez --- .../kernel-module-atheros/kernel-module-atheros.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta-digi-arm/recipes-kernel/kernel-module-atheros/kernel-module-atheros.bb b/meta-digi-arm/recipes-kernel/kernel-module-atheros/kernel-module-atheros.bb index 369f33593..4d02c1d9d 100644 --- a/meta-digi-arm/recipes-kernel/kernel-module-atheros/kernel-module-atheros.bb +++ b/meta-digi-arm/recipes-kernel/kernel-module-atheros/kernel-module-atheros.bb @@ -12,12 +12,15 @@ PR = "r1" # from busybox does not support '--ignore-install' option. RDEPENDS_${PN} = "kmod" +SRCBRANCH = "master" +SRCBRANCH_mx6 = "dey-1.6/maint" + SRCREV_external = "" -SRCREV_internal = "15bae2c4e330ea6d9289217d3c38ebf63aa8ff15" +SRCREV_internal = "fdb797adf47514f5c94921fb20e64b4ecadb7a52" SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}" SRC_URI_external = "${DIGI_GITHUB_GIT}/atheros.git;protocol=git" -SRC_URI_internal = "${DIGI_GIT}linux-modules/atheros.git;protocol=git" +SRC_URI_internal = "${DIGI_GIT}linux-modules/atheros.git;protocol=git;branch=${SRCBRANCH}" SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}" SRC_URI += " \ file://atheros \