summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/pramfs-2.6.33.inc
diff options
context:
space:
mode:
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