DESCRIPTION = "Linux Kernel for Cirrus Logic ep39xx compatible machines"
SECTION = "kernel"
LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
- http://wantstofly.org/~buytenh/ep93xx/derevo0.diff;patch=1 \
- file://defconfig"
+ http://wantstofly.org/~buytenh/ep93xx/derevo1.diff;patch=1 \
+ "
S = "${WORKDIR}/linux-${PV}"
KERNEL_IMAGETYPE = "zImage"
-do_configure_prepend() {
- install -m 0644 ${WORKDIR}/defconfig ${S}/.config
-#make ep93xx_defconfig
+do_configure() {
+ make ep93xx_defconfig
}
do_deploy() {