summaryrefslogtreecommitdiff
path: root/landing-snowball.xml
AgeCommit message (Collapse)Author
2012-05-11Snowball: Use linaro_android_4.0.4_snowball for device/linaro/snowballPatrik Ryd
Change-Id: Iadccc1a4cedbab3c8e25919c6e739904be6bf0d8 Signed-off-by: Patrik Ryd <patrik.ryd@linaro.org>
2012-05-09Switch to linaro_android_4.0.4 for branches with multimedia patchesPatrik Ryd
Signed-off-by: Patrik Ryd <patrik.ryd@linaro.org>
2012-05-09Snowball: add alsa-libPatrik Ryd
The ST-Ericsson multimedia code in the vendor tarball needs alsa-lib. Change-Id: I8ef87871f55026ad9fa8b1184f9342fe49fe5173 Signed-off-by: Patrik Ryd <patrik.ryd@linaro.org>
2012-05-07Abandonning in favor of a much better solution suggested by Bero:Mathieu Poirier
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 4, 0) root_dentry = d_alloc_root(root_inode); #else root_dentry = d_make_root(root_inode); #endif Revert "manifest: (All) move from d_alloc_root to d_make_root" This reverts commit 9d9c63ac1b46c63ae5f56770b21240d927e37a82
2012-05-07manifest: (All) move from d_alloc_root to d_make_rootMathieu J. Poirier
The API changed in the kernel between 3.3 and 3.4, causing a compilation failure on builds that are using kernel 3.4. Change-Id: I8fe1609500e143924fe3de91d5e302e43576019c Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-05-05manifest: (All) Use tcpdump and strace from LinaroBernhard Rosenkraenzer
They contain aliasing fixes Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-05-04manifest: (All) Use ping/ping6 from Linaro branchesBernhard Rosenkraenzer
Fixes aliasing violations Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-05-04manifest: (All) Use Linaro branch of dnsmasqBernhard Rosenkraenzer
Adds aliasing fixes Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-05-04manifest: (All) Use Linaro branch of OpenWnn (aliasing)Bernhard Rosenkraenzer
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-05-04manifest: (All) Pull in linaro_android_4.0.4 branch of chromiumBernhard Rosenkraenzer
Pull in linaro-ified chromium for strict-aliasing fixes Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-05-04manifest: (All) Use the right version of system/mediaBernhard Rosenkraenzer
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-04-27manifest: (All) Default to android-4.0.4_r1.2 instead of 1.1Bernhard Rosenkraenzer
Default to pulling code from android-4.0.4_r1.2 instead of android-4.0.4_r1.1 Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> Change-Id: Id79b7ce907cfa58e0d794374ac960903c94de99e
2012-04-27manifest: (All) use linaro-ics branch for device/linaro/*Bernhard Rosenkraenzer
Attaching device/linaro/* to a particular minor release doesn't make much sense - all it does is make updating to a new minor release more work, cause code duplication, and make it harder to keep several minor releases working. Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> Change-Id: Ia7d90832f57222b7042a52d067b6c89ec24b4039
2012-04-17manifest: (All) Add htopAmit Pundir
Change-Id: I562bfeb9d8d154a9a35a0893392da54cb049c897 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2012-04-17manifest: (All) Add tinyhalVishal Bhoj
Change-Id: Ic6783003578032da930612774b9088ea0bacb78d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-04-09manifest: (All) add DisableSuspendZach Pfeffer
Signed-off-by: Zach Pfeffer <zach.pfeffer@linaro.org> Change-Id: I0a813c525babf419c2efecbd0571d4c438786edd
2012-04-07manifest: (All) add stressapptestAmit Pundir
Change-Id: Ia1ff28c4bd20455b99fb7ebc17f68b9d59064e5b Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2012-04-04manifest: (All) switch back to glmark2 masterZach Pfeffer
Signed-off-by: Zach Pfeffer <zach.pfeffer@linaro.org>
2012-04-02manifest: (All) Get busybox from linaro-1.19 branchZach Pfeffer
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> Change-Id: I6babee9f185443a53a6899dcadc99ec74b40d81d
2012-03-29Revert "manifest: (All) Use qemu master for now"Bernhard Rosenkraenzer
This reverts commit 339ed96f36c5c19eb566d1821e44fd0e497caa61. The android-4.0.4_r1.1 tag exists on qemu now. Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-03-29manifest: (All) Use qemu master for nowBernhard Rosenkraenzer
The android-4.0.4_r1.1 tag doesn't exist on qemu yet. This will probably be fixed in the next mirror sync - this commit is only needed to get things going until then, and should be reverted ASAP. Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-03-29manifest: (All) Comment out device/samsung/torospr inclusionBernhard Rosenkraenzer
device/samsung/torospr currently doesn't exist on our mirror (Bug #968137). Don't pull it in for now. Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-03-29manifest: Create 4.0.4 branchBernhard Rosenkraenzer
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-03-23snowball: taking landing build off the _snowball branch.Mathieu J. Poirier
This was proven to work on 'tracking', let's go with 'landing'. Change-Id: Ia96a4c4181b29982901e3da9d25e9199a785ad1b Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-03-21snowball: moving to 3.3 kernel.Mathieu J. Poirier
Change-Id: I26419b1e0e0ce5e436175d9d63a618e8d13a64ca Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-03-21all: add iozone memtester stress testsAmit Pundir
Change-Id: Ie6c679e5387524107e451e4ae58a4d72570f8169 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2012-03-08manifest: (All) Use Linaro version of libbccBernhard Rosenkraenzer
Use Linaro version of libbcc, removes duplicate definitions Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-02-24manifest: (All) Add TI related repositories.Vishal Bhoj
Change-Id: I93581b9083cc26f37f1427c721d5de7ff543d2f9 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-02-20Add libsesors git for snowball.Benn Pörscke
libsesors from igloocommunity.org will enable sensor data on Android application level.
2012-02-17Merge branch 'linaro_android_4.0.3' of ↵Bernhard Rosenkraenzer
git://android.git.linaro.org/platform/manifest into linaro_android_4.0.3
2012-02-17manifest: (All) Use Linaro version of gtestBernhard Rosenkraenzer
The only difference between Linaro and upstream is that the Linaro version compiles with gcc 4.7 Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-02-14manifest: (all) ffmpeg 0.10 is out...Bernhard Rosenkraenzer
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-02-02snowball: Moving from kernel 3.1 to 3.2Mathieu J. Poirier
Change-Id: I27c2a161655b0c5ef53bbd7966a0e48807f2d7c4 Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-01-31manifests: (All) Add camera halVishal Bhoj
Change-Id: Ibc3a0554e5b71b7fbecbd44571f1d078d68426b1 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-01-25Add Speex component for all Android board manifest files.Botao Sun
This change has been verified on staging-origen build. Change-Id: I268ae56ad9b0ded5d8edae1ef948943ae0caf5c3 Signed-off-by: Botao Sun <botao.sun@linaro.org>
2012-01-22manifests: (All) track AOSP + LInaro platform/ctsZach Pfeffer
Signed-off-by: Zach Pfeffer <zach.pfeffer@linaro.org>
2012-01-14manifests: (All) switch glmark2 to demo branchZach Pfeffer
Signed-off-by: Zach Pfeffer <zach.pfeffer@linaro.org>
2012-01-12manifests: (All) add powertopTony Mansson
Adds powertop. Also adds ncurses and libnl required by powertop. Signed-off-by: Tony Mansson <tony.mansson@linaro.org> Change-Id: Iab067e59a1cb45adc3ce202d470954dd30889b82
2012-01-12manifests: (All) add glmark2Tony Mansson
Adds glmark2 Signed-off-by: Tony Mansson <tony.mansson@linaro.org> Change-Id: I8ece34e8c39f3d1ffab1ffe7c8289c4a48280a5b
2012-01-10manifests: (All) Use linaro branch of SettingsZach Pfeffer
In support of bringing the Ethernet Configuration Manager (ECM) to ICS Signed-off-by: Zach Pfeffer <zach.pfeffer@linaro.org>
2012-01-10manifests: (All) Use linaro branch of skiaBernhard Rosenkraenzer
Adds libpng 1.5 support Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-01-09manifests: snowball: Moving landing and staging kernels to 3.1Mathieu J. Poirier
Change-Id: I5399cb1d5b4705fcb94218c05ccc1810af759717 Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-01-08manifests: (All) Use Linaro branch of TremoloBernhard Rosenkraenzer
The Linaro branch fixes compiler flags Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-01-05manifests: (All) Switch branch for wpa_supplicant_8Vishal Bhoj
Switch branch for wpa_supplicant_8 to linaro_android_4.0.3 branch Change-Id: Id53a71ede8ed5b226936580856ddbd097055815e Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-01-05manifests: (All) Add ti-proprietary binaries projectVishal Bhoj
Change-Id: I304dcde0cad80b5e704c153d0ab25ae8712741ca Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2011-12-30manifest: (Snowball) Get bionic from linaro_android_4.0.3Bernhard Rosenkraenzer
Currently bionic is pulled from linaro_android_4.0.3_snowball, but all relevant changes have been merged into linaro_android_4.0.3 Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2011-12-30manifests: (Snowball/Origen) Get rid of platorm specific branchesBernhard Rosenkraenzer
Get rid of platform specific branches for platform/system/core They shouldn't be needed, there is no difference of importance. Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2011-12-30manifests: (Origen/Snowball/Panda): Drop board specific branchesBernhard Rosenkraenzer
Drop board specific branches of platform/frameworks/base, they shouldn't be needed anymore Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2011-12-17manifest: (All) Update to 4.0.3Bernhard Rosenkraenzer
2011-12-16manifests: (All) integrate libjpeg-turboChao Yang
Change-Id: I6b493a28b401bfb7f04dbb02ccdef07737649327