summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/pramfs-2.6.33.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/pramfs-2.6.33.inc
downloadmeta-enea-2a7348129a42f21095fcd62e47a035f78d254130.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/pramfs-2.6.33.inc')
-rw-r--r--recipes-kernel/linux/pramfs-2.6.33.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-kernel/linux/pramfs-2.6.33.inc b/recipes-kernel/linux/pramfs-2.6.33.inc
new file mode 100644
index 0000000..1a4a1be
--- /dev/null
+++ b/recipes-kernel/linux/pramfs-2.6.33.inc
@@ -0,0 +1,16 @@
1RRECOMMENDS_${PN} += "pramfs-init"
2
3SRC_URI += "file://pramfs-2.6.33-1.1.6.tar.gz"
4
5KERNEL_FEATURES_append = " cfg/pramfs-bsc913x"
6
7do_apply_pramfs() {
8 # Apply PRAMFS patch
9
10 cd ${WORKDIR}/linux-2.6.33
11 patch -p1 < ${WORKDIR}/pramfs-2.6.33.patch
12 cd -
13}
14
15do_apply_pramfs[deptask] = "do_unpack"
16addtask apply_pramfs after do_unpack before do_patch