From ca5cae1b33ca3a031f1ce5e2ad11771e33fa7207 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 25 Sep 2013 16:20:17 +0200 Subject: [PATCH] kobs-ng: apply the patches regardless of the kernel version We are now using yocto kernel headers (3.x) in the toolchain so the patches need to be applied regardless of the version of the running kernel. Signed-off-by: Javier Viguera --- meta-digi-arm/recipes-bsp/kobs-ng/kobs-ng_10.12.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-arm/recipes-bsp/kobs-ng/kobs-ng_10.12.01.bb b/meta-digi-arm/recipes-bsp/kobs-ng/kobs-ng_10.12.01.bb index 4de0eb892..31d5fffe6 100644 --- a/meta-digi-arm/recipes-bsp/kobs-ng/kobs-ng_10.12.01.bb +++ b/meta-digi-arm/recipes-bsp/kobs-ng/kobs-ng_10.12.01.bb @@ -18,8 +18,8 @@ SRC_URI_append_ccardimx28js = " \ file://0005-version-parse-MX-arch-to-select-rom-version.patch \ " SRC_URI_append = " \ - ${@base_conditional('IS_KERNEL_2X', '1' , '', 'file://0006-Remove-MEMSETOOBSEL-ioctl-call.patch', d)} \ - ${@base_conditional('IS_KERNEL_2X', '1' , '', 'file://0007-Rename-MTD_MODE_-to-MTD_FILE_MODE_.patch', d)} \ + file://0006-Remove-MEMSETOOBSEL-ioctl-call.patch \ + file://0007-Rename-MTD_MODE_-to-MTD_FILE_MODE_.patch \ " SRC_URI[md5sum] = "9fce401b6c90e851f0335b9ca3a649a9"