mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00

The Device Tree support is now handled by the kernel class. This patch removes the inclusion of linux-dtb.inc from the kernel recipes in this layer. Change-Id: I9b40bb8e3c061b740f018874a8676262f108b301 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
15 lines
508 B
BlitzBasic
15 lines
508 B
BlitzBasic
require recipes-kernel/linux/linux-imx.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"
|
|
|
|
KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}"
|
|
|
|
LOCALVERSION = "-v2.6b2"
|
|
SRCBRANCH = "toradex_vf_4.4"
|
|
SRCREV = "efe965a5dad66bd14219cdc9474ea75eda783456"
|
|
DEPENDS += "lzop-native bc-native"
|
|
COMPATIBLE_MACHINE = "(vf)"
|