diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-12 11:13:26 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-12 11:13:26 +0000 |
commit | e4134eaca6855cd2baf6b7b70752881e29d5e743 (patch) | |
tree | 509bbc45268b81862a7bd99d5b00c1c902b2e025 /linux/linux-sun4c_2.6.8.1.oe | |
parent | e0572ff284f2c3873f5cd13566cbd7d5a68054b0 (diff) |
enable CRAMFS
BKrev: 41442f56MmPjZ2a8CAL1FaGl6GhPDw
Diffstat (limited to 'linux/linux-sun4c_2.6.8.1.oe')
-rw-r--r-- | linux/linux-sun4c_2.6.8.1.oe | 18 |
1 files changed, 18 insertions, 0 deletions
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 +} |