From 2a7348129a42f21095fcd62e47a035f78d254130 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 12 Dec 2013 17:36:38 +0100 Subject: initial commit of Enea Linux 3.1 Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau --- recipes-kernel/linux/linux_3.0.6.bb | 21 +++++++++++++++++++++ 1 file changed, 21 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..a283f77 --- /dev/null +++ b/recipes-kernel/linux/linux_3.0.6.bb @@ -0,0 +1,21 @@ +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/localversion \ + cfg/uio \ + " + +STAGING_KERNEL_FEATURES="${KERNEL_FEATURES} cfg/debug" +STAGING_KERNEL_FEATURES_append=" cfg/kprobes cfg/oprofile cfg/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