diff options
author | Enric Balletbo i Serra <eballetbo@iseebcn.com> | 2009-09-14 05:25:03 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-21 15:27:31 +0200 |
commit | a52956b5aada3347f4367f6a3eb45e7f689c35c8 (patch) | |
tree | 262dac8cb68e18a89e9b1fa7501ce88da5f2ccde /recipes/linux/linux-igep2_2.6.28.10-0.bb | |
parent | 54eab44990691fe55fd238c4501d049fcf5ad54e (diff) |
linux-igep2: Add 2.6.28.10 for IGEP v2 machine
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/linux/linux-igep2_2.6.28.10-0.bb')
-rw-r--r-- | recipes/linux/linux-igep2_2.6.28.10-0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/linux/linux-igep2_2.6.28.10-0.bb b/recipes/linux/linux-igep2_2.6.28.10-0.bb new file mode 100644 index 0000000000..ebe291807a --- /dev/null +++ b/recipes/linux/linux-igep2_2.6.28.10-0.bb @@ -0,0 +1,13 @@ +require linux.inc + +DESCRIPTION = "Linux kernel for OMAP processors" +KERNEL_IMAGETYPE = "uImage" + +COMPATIBLE_MACHINE = "igep0020" + +DEFAULT_PREFERENCE_igep0020 = "1" + +SRC_URI = "http://downloads.myigep.com/sources/kernel/linux-omap-2.6.28.10-igep0020b-0.tar.gz \ + file://defconfig" + +S = "${WORKDIR}/linux-omap-2.6.28.10-igep0020b-0" |