diff options
author | Ramax Lo <ramaxlo@gmail.com> | 2009-05-12 15:17:58 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-06-04 11:41:33 +0200 |
commit | 462ab8aec19174025a128a684736e51db2f07085 (patch) | |
tree | 66c6a49057b1e7599b3cbb5271723ede32411e7c /recipes/linux/linux_2.6.29.bb | |
parent | 3b2b5698cc80b250b5d8abb8d13ec71ee2c7172c (diff) |
at2440evb.conf: Add AT2440EVB machine config.
2009/5/12 Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
>
> Dnia czwartek, 7 maja 2009 o 03:30:00 Ramax Lo napisał(a):
> > ---
> > conf/machine/at2440evb.conf | 19 +++++++++++++++++++
> > 1 files changed, 19 insertions(+), 0 deletions(-)
> > create mode 100644 conf/machine/at2440evb.conf
>
> Can you send also kernel config?
>
Ok, please see the attached file. And a patch for this is also attached.
Ramax
> Regards,
> --
> JID: hrw@jabber.org
> Website: http://marcin.juszkiewicz.com.pl/
> LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>From 714e9915572b7c8eda2d4c10b6b4420bd011c1eb Mon Sep 17 00:00:00 2001
From: Ramax Lo <ramaxlo@gmail.com>
Date: Thu, 2 Apr 2009 14:31:27 +0800
Subject: [PATCH] linux: Add initial support for AT2440EVB board
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes/linux/linux_2.6.29.bb')
-rw-r--r-- | recipes/linux/linux_2.6.29.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.29.bb b/recipes/linux/linux_2.6.29.bb index 4850fba9b8..d15cc124ca 100644 --- a/recipes/linux/linux_2.6.29.bb +++ b/recipes/linux/linux_2.6.29.bb @@ -1,6 +1,6 @@ require linux.inc -PR = "r4" +PR = "r5" S = "${WORKDIR}/linux-2.6.29" @@ -14,6 +14,7 @@ DEFAULT_PREFERENCE_atngw100 = "1" DEFAULT_PREFERENCE_micro2440 = "1" DEFAULT_PREFERENCE_ep93xx = "1" DEFAULT_PREFERENCE_cm-x270 = "1" +DEFAULT_PREFERENCE_at2440evb = "1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 \ file://defconfig" |