diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-02-27 13:34:10 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-27 13:34:10 +0000 |
commit | 108e595be243d31879a02d346d0b683f9ba4a313 (patch) | |
tree | 89e94e322963816571f969712308edbc02103744 /packages/linux/linux-openzaurus_2.6.15.bb | |
parent | a5e61f5f3e245f386362bb2f9472d9cbf3d50999 (diff) |
linux-oz-2.6: Add qemuarm support (and a patch to fix the integrator rtc to work with the rtc framework)
Diffstat (limited to 'packages/linux/linux-openzaurus_2.6.15.bb')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.15.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.15.bb b/packages/linux/linux-openzaurus_2.6.15.bb index f0c5902c72..25e4b5e77d 100644 --- a/packages/linux/linux-openzaurus_2.6.15.bb +++ b/packages/linux/linux-openzaurus_2.6.15.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r8" +PR = "r9" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ @@ -74,6 +74,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 \ ${RPSRC}/sharpsl_pm-do-r2.patch;patch=1 \ ${RPSRC}/headphone_switch-r2.patch;patch=1 \ ${RPSRC}/backport_i2c_asoc_fix-r0.patch;patch=1 \ + ${RPSRC}/integrator_rtc-r0.patch;patch=1 \ ${DOSRC}/kexec-arm-r0.patch;patch=1 \ file://add-oz-release-string.patch;patch=1 \ file://pxa-serial-hack.patch;patch=1 \ @@ -86,6 +87,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 \ file://defconfig-collie \ file://defconfig-poodle \ file://defconfig-cxx00 \ + file://defconfig-qemuarm \ file://defconfig-tosa " # Disabled until I find the reason this gives issues with cdc_subset |