diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-01-01 13:32:40 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-01-01 13:32:40 +0000 |
commit | 0159197c45f5296fbdc29ff180d787e7bb19879d (patch) | |
tree | 0f6ca220c0818452bc0014fb94c5855cd7c8837d /packages | |
parent | 02902173df8534111b016cf47dccb21986986928 (diff) | |
parent | 85814e09364a95bd2abbbb1c918e9c91d715c858 (diff) |
merge of '93692aaac63b82b355275bee987480a1232079a1'
and 'ffd5dadc681850a711352c103d0f1547e77207ca'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-rp_2.6.23.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/packages/linux/linux-rp_2.6.23.bb b/packages/linux/linux-rp_2.6.23.bb index 4bec03d5bf..2614c80f88 100644 --- a/packages/linux/linux-rp_2.6.23.bb +++ b/packages/linux/linux-rp_2.6.23.bb @@ -1,9 +1,6 @@ require linux-rp.inc -PR = "r19" - -DEFAULT_PREFERENCE_qemuarm = "-1" -DEFAULT_PREFERENCE_qemux86 = "-1" +PR = "r20" # Handy URLs # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 @@ -43,7 +40,7 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ ${RPSRC}/export_atags-r0.patch;patch=1 \ ${RPSRC}/pxa25x_suspend_fixes-r0.patch;patch=1 \ ${RPSRC}/poodle_lcd_hack-r0.patch;patch=1 \ - ${RPSRC}/poodle_asoc_fix-r0.patch;patch=1 \ + ${RPSRC}/poodle_asoc_fix-r1.patch;patch=1 \ ${RPSRC}/locomo_led_fix-r0.patch;patch=1 \ file://w100fb-unused-var.patch;patch=1 \ file://hostap-monitor-mode.patch;patch=1 \ |