Fix/update bb files.
[vuplus_openembedded] / recipes / linux / linux-opendreambox-2.6.18.inc
1 require linux-opendreambox.inc
2
3 SRCREV = "97b869e710d741d3eda4f7c915d6190b4054d290"
4 PR_INC="r5"
5
6 RREPLACES_kernel = "kernel-2.6.18-7.1-${MACHINE}"
7 RCONFLICTS_kernel = "kernel-2.6.18-7.1-${MACHINE}"
8 RREPLACES_kernel-image = "kernel-image-2.6.18-7.1-${MACHINE}"
9 RCONFLICTS_kernel-image = "kernel-image-2.6.18-7.1-${MACHINE}"
10
11 SRC_URI += " http://trappist.elis.ugent.be/~mronsse/cdfs/download/cdfs-2.6.18.tar.bz2 \
12         file://stblinux-2.6.18-cdfs.patch \
13         file://linux-2.6.18-fix-mips-crosscompile.patch;patch=1 \
14         file://linux-2.6.18-fix-proc-cputype.patch;patch=1 \
15         file://linux-2.6.18-hdd-detection-fix.patch;patch=1"
16
17 do_configure_prepend() {
18         if [ -d ${WORKDIR}/cdfs-${PV} ]; then
19                 mv ${WORKDIR}/cdfs-${PV} ${S}/fs/cdfs
20                 cd ${S} & patch -p1 < ${WORKDIR}/stblinux-2.6.18-cdfs.patch
21         fi;
22 }