From 41ebb67cd9e4284a7394d382a8a4e5c0eb3bb783 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 7 Dec 2015 18:14:46 +0100 Subject: linux-toradex_4.1: convert recipe to bbappend We have this recipe in meta-fsl-arm-extra. Convert it to a bbappend and only keep the changes to the bb files. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-kernel/linux/linux-toradex_4.1.bb | 16 ---------------- recipes-kernel/linux/linux-toradex_4.1.bbappend | 7 +++++++ 2 files changed, 7 insertions(+), 16 deletions(-) delete mode 100644 recipes-kernel/linux/linux-toradex_4.1.bb create mode 100644 recipes-kernel/linux/linux-toradex_4.1.bbappend diff --git a/recipes-kernel/linux/linux-toradex_4.1.bb b/recipes-kernel/linux/linux-toradex_4.1.bb deleted file mode 100644 index 6da8c10..0000000 --- a/recipes-kernel/linux/linux-toradex_4.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -require recipes-kernel/linux/linux-imx.inc -require recipes-kernel/linux/linux-dtb.inc - -SUMMARY = "Linux kernel for Toradex Colibri VFxx Computer on Modules" - -SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH} \ - file://defconfig" - -# Load USB functions configurable through configfs (CONFIG_USB_CONFIGFS) -KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}" - -LOCALVERSION = "-v2.5b2" -SRCBRANCH = "toradex_vf_4.1" -SRCREV = "559570ccdc6555d2228a4e4e9e589e3145d7c2e4" -DEPENDS += "lzop-native bc-native" -COMPATIBLE_MACHINE = "(vf)" diff --git a/recipes-kernel/linux/linux-toradex_4.1.bbappend b/recipes-kernel/linux/linux-toradex_4.1.bbappend new file mode 100644 index 0000000..2cb0e53 --- /dev/null +++ b/recipes-kernel/linux/linux-toradex_4.1.bbappend @@ -0,0 +1,7 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/linux-toradex-4.1:" + +# Load USB functions configurable through configfs (CONFIG_USB_CONFIGFS) +KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}" + +LOCALVERSION = "-v2.5b2" +SRCREV = "559570ccdc6555d2228a4e4e9e589e3145d7c2e4" -- cgit v1.2.3