From cd3411088f6bb4393d79c50b5f7eef3f11a83435 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 00:31:33 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- recipes-kernel/linux/linux_3.0.6.bb | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 recipes-kernel/linux/linux_3.0.6.bb (limited to 'recipes-kernel/linux/linux_3.0.6.bb') diff --git a/recipes-kernel/linux/linux_3.0.6.bb b/recipes-kernel/linux/linux_3.0.6.bb new file mode 100644 index 0000000..986b1a3 --- /dev/null +++ b/recipes-kernel/linux/linux_3.0.6.bb @@ -0,0 +1,28 @@ +inherit kernel +require recipes-kernel/linux/linux-dtb.inc + +DESCRIPTION = "linux v${PV} kernel" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" + +# For this kernel, the defconfig is included locally +KERNEL_DEFCONFIG="${WORKDIR}/defconfig" + +KERNEL_FEATURES=" \ + cfg/00013-localversion \ + cfg/00015-uio \ + " + +STAGING_KERNEL_FEATURES="${KERNEL_FEATURES} cfg/00020-debug" + +STAGING_KERNEL_FEATURES_append=" \ + cfg/00033-kprobes \ + cfg/00007-oprofile \ + cfg/00027-lttng \ + " + +#STAGING_KERNEL_FEATURES_append_acp3448v2="" + +require linux-3.0.6.inc +require staging-kernel.inc +require pramfs-3.0.inc -- cgit v1.2.3-54-g00ecf