summaryrefslogtreecommitdiff
path: root/staging-vexpress-rtsm-isw.xml
AgeCommit message (Collapse)Author
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-05-02manifests: staging-vexpress-rtsm-isw.xml switch test locationVishal Bhoj
switch test location to private git Change-Id: I754edbdac9ff83fe6b6d8e1db896ef6645648d8f Signed-off-by: Vishal Bhoj <vishal.bhoj@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-21manifests: Add staging-vexpress-rtsm-isw.xmlVishal Bhoj
This manifests can be used to build image with integrated switcher for vexpress-rtsm.It would build only on android-builds.One has to change the username in the manifest to their Launchpad id to build it locally provided they have access to linaro-private.git.linaro.org . Change-Id: I23c402a0f41ac759c7dd02a61cd5f3a4cf2c0e4f Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>