diff options
| author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-25 11:29:51 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-25 11:29:51 +0000 |
| commit | fd0a67a7553da6cb524c08b7aea3f5cd809a5381 (patch) | |
| tree | 852ac992e85ee8177d0df5d127932306e0285e31 /packages/linux | |
| parent | 94c3777fa5fc58845643fd6fe384b15b269cc77c (diff) | |
| parent | 8ffbd041412ecbd1ce52e62c5dd3cc56057cfde9 (diff) | |
merge of '1cdc12c3862be0a347484d50284adc22bea0c4b4'
and 'dd686600ef516db9cad8d6454476424eb47cf9b5'
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 \ |
