sbc@chromium.org
7da79251ef
Update ARM sysroot image.
...
This new image include libexif and a few security fixes
from Ubuntu.
Also, cleanup the downloading code so it fails nicely.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/239113004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@263896 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-04-15 17:08:10 +00:00
sbc@chromium.org
40852d3380
Update arm sysroot image used by arm/linux builder.
...
This brings in the new libpcap2 package which was added
to the build script here:
https://codereview.chromium.org/51323006/
Also, remove support for install armel sysroot now that
all the builders are on armhf.
BUG=312380
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/55233006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@232816 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-04 22:25:24 +00:00
sbc@chromium.org
7533be619e
Support cross compiling for armhf variant ARM/linux.
...
armhf (hardware float) is the ubuntu default these
days so should be used over armel in most cases.
Also, the chromium ARM/linux test hardware is
running armhf.
This CL does not change the default or remove armel
support. That is left for a future CL.
BUG=308256
Review URL: https://codereview.chromium.org/27197011
git-svn-id: http://src.chromium.org/svn/trunk/src/build@231487 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-29 02:38:46 +00:00
sbc@chromium.org
e4280741e0
Update the linux ARM root image.
...
This brings in precise security updates which fixes the
linux ARM cross build. The image itself was updated to
include these in the following NaCl CL:
https://codereview.chromium.org/25041003/
BUG=255241
TEST=linux_arm_cross_compile bot
R=bradnelson@google.com
Review URL: https://codereview.chromium.org/25000006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@226019 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-30 18:51:46 +00:00
thestig@chromium.org
0e139576fc
Small cleanup in build/linux/install-arm-sysroot.py and fix a typo in DEPS.
...
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/14647004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@199337 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-10 02:32:19 +00:00
sbc@chromium.org
04c56f0cc3
Roll sysroot used by linux ARM cross build.
...
This brings in the new libpulse build dependency
which should fix the ARM FYI builder.
BUG=191451
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/12545039
git-svn-id: http://src.chromium.org/svn/trunk/src/build@188162 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-14 19:53:44 +00:00
sbc@chromium.org
cff97432ae
Bump ARM root image.
...
This latest image is needed to pull in the libspeechd-dev
package.
BUG=http://code.google.com/p/chromium/issues/detail?id=167969
Review URL: https://chromiumcodereview.appspot.com/11743002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@175025 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-03 22:16:25 +00:00
sbc@chromium.org
415e55e4d4
Update arm sysroot to include missing package.
...
The existing sysroot was missing the x11proto-kb-dev package
which is needed to build chrome testing targets.
BUG=159519
Review URL: https://chromiumcodereview.appspot.com/11548006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@172501 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-12 02:22:17 +00:00
sbc@chromium.org
6110a69a9d
Download arm sysroot as part of gclient hooks.
...
install-arm-sysroot.py is now seperated out from
install-build-deps.sh so that it can be invoked
independently by the gclient hooks.
This addresses a couple of different issues with
configuring the arm buildbots. Firstly it means
that they will always have an up-to-date arm
sysroot installed. Secondly, it means the script
is always run as the user (and not as root) which
mean the expanded files that the correct ownership.
BUG=
Review URL: https://chromiumcodereview.appspot.com/11468014
git-svn-id: http://src.chromium.org/svn/trunk/src/build@171990 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-08 21:04:20 +00:00