aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-17Fix filenamelinaro-fvp-lollipoplinaro-fvp-kkVishal Bhoj
Change-Id: I4cddb4cea05102052762dd0ee723df1cff2df406 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-11-17Add selinux optionsVishal Bhoj
Change-Id: Ib9ff5b6dc933e3e650330ec8df3984b4a42ba626 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-11-03BoardConfig.mk: remove init_shell.te from BOARD_SEPOLICY_UNIONlinaro-armv8Yongqin Liu
since the init_shell.te files has been removed from upstream, so change here as well Change-Id: I1a83d130ff25088d84c6b936eaa60092a2006095 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-10-27device.mk and init.juno.rc: use ndc to set dns serverlinaro-armv8-14.10Yongqin Liu
use "ndc resolver" command to make dns work on juno device for eth0 interface, instead of using the "svc netd" command we added ourselves. Change-Id: I64a6054668067620c5b5d0aa97cf7d78da4a5699 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-10-27init.rc and BoardConfig.mk: make console service run with su domainYongqin Liu
make the console service run with u:r:su:s0 security context, so that we can run tests like linaro_android_kernel_test that need to run with root user level permission. This change is a hack to make it possible to run the test on the console shell of eng/userdebug build for lava, and this change will break the build of user mode, since user mode does not have the su domain defined. For normal eng/userdebug build, we can change to the root user with su command, and run tests under this context Change-Id: I6d1600cdd31c04515970aae26ff283ef5985c884 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-10-18HOWTO_getsourceandbuild.txt: update instructions on how to get source for ↵Yongqin Liu
juno build since we have make juno build public, so update the instruction for getting source to use android.git.linaro.org instead of linaro-private.git.linaro.org manifest repository Change-Id: I0d44ba6bd98690d4ba1d81ae99af2df951b96450 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-10-08vexpress.mk: include device.mk firstAmit Pundir
Include device.mk at first to override PRODUCT_RUNTIMES, and PRODUCT_DEFAULT_PROPERTY_OVERRIDES properties. Change-Id: Ia35a9398aa97e4acc8f0424910485d83c8372ea7 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-08-28init.fvpbase.rc: add patch to restore security context for lava-test-shelllinaro-armv8-14.08Yongqin Liu
set /data/local/tmp/lava as the directory for files operated by lava components, like lava-test-shell. and set the security context information of /data/local/tmp/lava at boot so that the files and scripts can be read and executed. Change-Id: I8a1c9918d1af361d8e47c672bc3141e3b15379bb Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-08-19Merge "BoardConfig.mk: changes for running selinux on LAVA" into ↵Yongqin Liu
linaro-armv8-14.08
2014-08-19BoardConfig.mk: changes for running selinux on LAVAYongqin Liu
1. include sepolicy to fix warnings on console 2. make dns_eth0 service run as shell domain Change-Id: I3eac2122d3fcc7a61a0893fcd7cdbcac64c9d01e Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-08-18device.mk: include missing media_codecs.xmlYongqin Liu
Change-Id: Ica88619d6e0bd1560ead75ea030518af419cfe9b Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-08-15device.mk: Move from dalvik.vm.dex2oat-flags to dalvik.vm.dex2oat-filterYongqin Liu
according to changes in build/core/main.mk Change-Id: Ia4a7205fb1e54766c16f599e74c6640a6e9bb29e Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-07-31init.rc: rebase AOSP init.rc changeslinaro-armv8-masterAmit Pundir
Change-Id: Ia71bac85f942d241b3fd86d633d664c84a0f5f17 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-07-21init.fvpbase.rc: set up dns when booted uplinaro-armv8-14.07Yongqin Liu
set eth0 as the default dns interface and 8.8.8.8 as the nameserver for eth0 interface when the system booted up Change-Id: I6aa56d61efdd1c9b84b4e53e4afb625febc64665 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-07-17device.mk: include Linaro Android userspace tests by defaultEdmund Szeto
Change-Id: I8a024b1648c122f3625f4c8fe4674b03aba1af61 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-07-16Revert "device.mk: skip building tests for now"Bernhard Rosenkränzer
This reverts commit b9fea3f113b169a4be2ce467233bbc1ad9e1f4d9. No longer necessary, issues are fixed. Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
2014-07-16device.mk: set dalvik.vm.dex2oat-flags to emptyYongqin Liu
set dalvik.vm.dex2oat-flags to empty to make ART to pickup the compilation mode Change-Id: Iba8f4e961cec9deea6c84bf8a132a564c8a6fa66 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-07-15BoardConfig.mk: Do not use linaro armv7 toolchain for nowAmit Pundir
bug: https://bugs.linaro.org/show_bug.cgi?id=176 Change-Id: I6397319dd258fdda3e1940666a63f190eee83f91 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-07-15init.rc: rebase AOSP init.rc changesAmit Pundir
Change-Id: I4ebd33173dd2a4a2d004960319fd655ed7c1da5e Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-07-13selinux: enable selinux on kernel but disabled by defaultYongqin Liu
1. move no-selinux.conf to device/linaro/common 2. enabled selinux on kernel side, but set it disabled by default. when we want to enable selinux, we can pass selinux=1 to boot parameter without recompiling kernel Change-Id: I52ccfab2cd090b6cdc482d3cdd85fa41e42a6c7f Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-07-09device.mk: enable console even in user modeYongqin Liu
enable consle even built in user mode by overriding ro.debuggable to 1 Change-Id: I787694468be9a7c3a835cfe1420ea3e129927ab9 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-07-04device.mk: skip building tests for nowAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-07-04init.rc: rebase AOSP init.rc changesAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-06-23Disable SELinux from configslinaro-armv8-20140531Vishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@hackbox.linaro.org>
2014-06-15set display property in platform init rc fileAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-06-14build openssh for remote debugging and job submissionAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-06-14BoardConfig: fix img builds and set 2nd cpu variantAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-06-14preboot: we do not need bl2 and bl31 anymoreAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-06-14use emulated storageAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-06-10device.mk: change the name of fip.bin to fvp_fip.binYongqin Liu
so that lava can find the right file to boot Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-06-05device.mk: integrate unit testsYongqin Liu
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-06-04few more howto updatesAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-06-04update howtosAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-06-04remove juice configurationAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-06-03device.mk: add fip.bin as boottarball dependencyAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-06-02set avoidGfxAccel config to true for FVP modelsAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-06-02remove uefi buildAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-06-02juice: use aosp aarch64 toolchain to build kernelAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-06-01set USE_LINARO_TOOLCHAIN to true to use linaro toolchain prefixesAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-06-01preboot: add fip.bin prebuilt binaryAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-06-01device.mk: fix a typoAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-06-01init.rc: merge aosp master and cleanupAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-06-01set TARGET_JUICE to true to build juiceAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-06-01FVP base device config cleanupAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-05-21do not start zygote_secondary for nowAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-05-20fix zygote64_32.rc pathAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-05-20add zygote64_32 specific changesAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-05-20make app process symlink conditionalAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-05-20set 2ND target tools prefix only if we are doing multilib buildsAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-05-19device.mk: integrate unit tests into FVP64 buildYongqin Liu
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>