diff options
author | Koen Kooi <koen@openembedded.org> | 2007-01-09 13:08:02 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-01-09 13:08:02 +0000 |
commit | 170ad463434249a0c1622685562a603a0a724b5f (patch) | |
tree | 70a311d94d521f10ee009ad82c91dc3270db0f4a | |
parent | 0b01f303107f553bb9c1125ee5e43c4774024aa2 (diff) |
angstrom-2007.1: prefer 2.6.16-hh9 to get the arm cache fix
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index b95fdb7223..b1855b0ea7 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -8,7 +8,7 @@ #DISTRO_VERSION = "2007.3" DISTRO_VERSION = "test-${DATE}" -DISTRO_REVISION = "28" +DISTRO_REVISION = "30" require conf/distro/include/angstrom.inc require conf/distro/include/sane-srcdates.inc @@ -70,7 +70,7 @@ FEED_URIS += " \ # We will lock down a SRCDATE when we go into release mode #SRCDATE = "20070303" -PREFERRED_VERSION_linux-handhelds-2.6 = "2.6.16-hh8" +PREFERRED_VERSION_linux-handhelds-2.6 = "2.6.16-hh9" PREFERRED_VERSION_linux-handhelds-2.6_h3900 = "2.6.19-hh7" PREFERRED_VERSION_linux-handhelds-2.6_htcuniversal = "2.6.18-hh1" |