From e4134eaca6855cd2baf6b7b70752881e29d5e743 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sun, 12 Sep 2004 11:13:26 +0000 Subject: enable CRAMFS BKrev: 41442f56MmPjZ2a8CAL1FaGl6GhPDw --- linux/linux-sun4c_2.6.8.1.oe | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'linux/linux-sun4c_2.6.8.1.oe') diff --git a/linux/linux-sun4c_2.6.8.1.oe b/linux/linux-sun4c_2.6.8.1.oe index e69de29bb2..98734f8d65 100644 --- a/linux/linux-sun4c_2.6.8.1.oe +++ b/linux/linux-sun4c_2.6.8.1.oe @@ -0,0 +1,18 @@ +DESCRIPTION = "Linux kernel for sparc32/sun4c" +LICENSE = "GPL" +PR = "r1" + +SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ + file://sun4c_defconfig" +S = "${WORKDIR}/linux-${PV}" + +COMPATIBLE_HOST = 'sparc-linux' + +inherit kernel + +ARCH = "sparc" +KERNEL_IMAGETYPE = "image" + +do_configure_prepend() { + install -m 0644 ${WORKDIR}/sun4c_defconfig ${S}/.config +} -- cgit v1.2.3