summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-bsc913x.inc
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2013-12-12 17:36:38 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2013-12-12 17:36:38 +0100
commit2a7348129a42f21095fcd62e47a035f78d254130 (patch)
tree544dc8019a8f8cb684ace8674193605e607f9964 /recipes-kernel/linux/linux-bsc913x.inc
downloadmeta-enea-master.tar.gz
initial commit of Enea Linux 3.1HEADmaster
Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-kernel/linux/linux-bsc913x.inc')
-rw-r--r--recipes-kernel/linux/linux-bsc913x.inc22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-bsc913x.inc b/recipes-kernel/linux/linux-bsc913x.inc
new file mode 100644
index 0000000..468efed
--- /dev/null
+++ b/recipes-kernel/linux/linux-bsc913x.inc
@@ -0,0 +1,22 @@
1LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
2
3FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-bsc913x/${MACHINE}"
4
5SRC_URI = "file://linux-${MACHINE}-${PV}.tar.bz2 \
6 file://defconfig \
7 "
8SRC_URI_append = " \
9 file://0001-add-options-to-KBUILD_CFLAGS.patch \
10 file://0002-take-back-DECLARE_MUTEX-for-linx.patch \
11 file://0003-fix-nonexistant-type-u8-issue.patch \
12 file://0004-fix-wrong-WDTP_MASK-in-booke_wdt_c.patch \
13 file://0007-perf-makefile.patch \
14 file://0008-solve-bsc9131-MExtUtils-error.patch \
15 "
16
17PV = "2.6.33"
18PR = "r0"
19
20S = "${WORKDIR}/linux-${PV}"
21
22COMPATIBLE_MACHINE = "(bsc9131rdb)"