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 <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2013-09-25 16:20:17 +02:00
parent c1e524cb39
commit ca5cae1b33
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ SRC_URI_append_ccardimx28js = " \
file://0005-version-parse-MX-arch-to-select-rom-version.patch \ file://0005-version-parse-MX-arch-to-select-rom-version.patch \
" "
SRC_URI_append = " \ SRC_URI_append = " \
${@base_conditional('IS_KERNEL_2X', '1' , '', 'file://0006-Remove-MEMSETOOBSEL-ioctl-call.patch', d)} \ file://0006-Remove-MEMSETOOBSEL-ioctl-call.patch \
${@base_conditional('IS_KERNEL_2X', '1' , '', 'file://0007-Rename-MTD_MODE_-to-MTD_FILE_MODE_.patch', d)} \ file://0007-Rename-MTD_MODE_-to-MTD_FILE_MODE_.patch \
" "
SRC_URI[md5sum] = "9fce401b6c90e851f0335b9ca3a649a9" SRC_URI[md5sum] = "9fce401b6c90e851f0335b9ca3a649a9"