diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2007-10-25 11:18:58 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-10-25 11:18:58 +0000 |
commit | 8ffbd041412ecbd1ce52e62c5dd3cc56057cfde9 (patch) | |
tree | 52a14237aeaaa450a221b7941dc0ef2d5e94906f /packages/linux | |
parent | d1603e57781c9eaa08cc7e6ffd53f5685349c5d6 (diff) |
mpc8323e-rdb: Adapted from mpc8313e-rdb, tested.
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux.inc | 2 | ||||
-rw-r--r-- | packages/linux/linux_2.6.23.bb | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc index 6568049113..b00ae95253 100644 --- a/packages/linux/linux.inc +++ b/packages/linux/linux.inc @@ -16,6 +16,8 @@ DEPENDS_append_gumstix-connex = " u-boot-mkimage-openmoko-native " DEPENDS_append_gumstix-verdex = " u-boot-mkimage-openmoko-native " DEPENDS_append_fic-gta01 = " u-boot-mkimage-openmoko-native " DEPENDS_append_fic-gta02 = " u-boot-mkimage-openmoko-native " +DEPENDS_append_mpc8313e-rdb = " u-boot " +DEPENDS_append_mpc8323e-rdb = " u-boot " RPSRC = "http://www.rpsys.net/openzaurus/patches/archive" diff --git a/packages/linux/linux_2.6.23.bb b/packages/linux/linux_2.6.23.bb index d73c51c971..e042c7248b 100644 --- a/packages/linux/linux_2.6.23.bb +++ b/packages/linux/linux_2.6.23.bb @@ -4,8 +4,9 @@ require linux.inc DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_cm-x270 = "1" DEFAULT_PREFERENCE_mpc8313e-rdb = "1" +DEFAULT_PREFERENCE_mpc8323e-rdb = "1" -PR = "r1" +PR = "r2" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ file://binutils-buildid-arm.patch;patch=1 \ |