summaryrefslogtreecommitdiff
path: root/staging-vexpress-rtsm.xml
AgeCommit message (Collapse)Author
2012-05-22manifest: (All) Use oprofile from linaro branchBernhard Rosenkraenzer
Fixes ISO C++ 11 build Change-Id: I44df19e5d20b5e0f629445a9dfb4a70014d5457e Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-05-22manifest: (All) Use linaro branch of WebKitBernhard Rosenkraenzer
The Linaro branch has fixes for ISO C++11 Change-Id: I36b414704d4fd9cf0ac4cd843504600171dba9a1 Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-05-21manifest: (All) use linaro branch of CameraBernhard Rosenkraenzer
The Linaro branch contains ISO C++ 11 fixes. Change-Id: I69a986f24439cfe5f4c91e18348a9d3bd75fa6cc Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@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-25manifest: update staging-vexpress-rtsm.xmlVishal Bhoj
track linaro-next branch for arm-virt-bl Change-Id: I8819a09c34307f96625cdea9737fe3caff8b9fab Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
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-03manifests: staging-vexpress-rtsm: switch boowtrapper branchVishal Bhoj
switch boowtrapper branch to gnu-build-next Change-Id: Ic4584cfe945caa11d679aa1906e5fd05e95d4807 Signed-off-by: Vishal Bhoj <vishal.bhoj@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-28use linaro branch of core testsAmit Pundir
Change-Id: I1d4029d584d51279458315252145df3cbc691e1b Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2012-03-26manifests:vexpress-rtsm: siwtch to semi-hosting bootwrapperVishal Bhoj
Change-Id: I84e427d6200917d9c83be9af7130fddc8f48c7a6 Signed-off-by: zach.pfeffer@linaro.org <ubuntu@ip-10-204-73-140.ec2.internal> Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-03-26add biglittle core testsAmit Pundir
Change-Id: I79eecc0dd541a1c644998549fbf873d0e07fa4f2 Signed-off-by: Amit Pundir <amit.pundir@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-19manifests:staging-vexpress-rtsm: Add boot-wrapperVishal Bhoj
Add standalone bootwrapper Change-Id: Ifdc59483e7cfbf05c8d38560e9f35682e605c0d3 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-03-13manifests: Adding vexpress-rtsm manifestVishal Bhoj
Change-Id: I532f39a0f4b4bdae6333292b33ad5748d611adb0 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>