summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/pramfs-3.0.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-3.0.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-3.0.inc')
-rw-r--r--recipes-kernel/linux/pramfs-3.0.inc21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-kernel/linux/pramfs-3.0.inc b/recipes-kernel/linux/pramfs-3.0.inc
new file mode 100644
index 0000000..86d78e3
--- /dev/null
+++ b/recipes-kernel/linux/pramfs-3.0.inc
@@ -0,0 +1,21 @@
1RRECOMMENDS_${PN} += "pramfs-init"
2
3PRAMFS_VERSION = '1.4.2-3.10_patched'
4
5SRC_URI += "file://pramfs-${PRAMFS_VERSION}.tar.gz"
6
7KERNEL_FEATURES_append = " cfg/pramfs"
8STAGING_KERNEL_FEATURES_append = " cfg/pramfs"
9
10do_apply_pramfs() {
11 # Apply PRAMFS patch
12
13 # Already done by bitbake ->
14 # tar xvf ${WORKDIR}/pramfs-${PRAMFS_VERSION}.tar.gz -C ${WORKDIR}
15 cd ${WORKDIR}/pramfs-${PRAMFS_VERSION}/
16 ./patch-ker.sh ${S}
17 cd -
18}
19
20do_apply_pramfs[deptask] = "do_unpack"
21addtask apply_pramfs after do_unpack before do_patch