aboutsummaryrefslogtreecommitdiff
path: root/meta-aarch64
AgeCommit message (Collapse)Author
2013-08-19machine conf: mesa package name has changedRiku Voipio
2013-08-08meta-aarch64: openjdk-8: daily tarball taken from snapshots.linaro.orgAndrew McDermott
Also disabled checksums as the tarball is produced nightly from the tips of openjdk-8 aarch4 development. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-08-06qemu-native: fix buildRiku Voipio
qemu-native was picking up zlib.h from host instead of OE. Fix this by passing extra-cflags. oe-core has different fix.
2013-08-05fix qemu buildRiku Voipio
2013-08-05Revert "aarch64: openjdk-8: add openjdk-7 as dependency"Andrew McDermott
This reverts commit 35b751f6802713f015b31c3012d545656c94365b. Conflicts: meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-08-02Revert "openjdk-8: set sysroot manually"Andrew McDermott
This reverts commit 0794becb413540dc4afbb5ab55fbdf64edb3f01a. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-08-02openjdk-8: set sysroot manuallyRiku Voipio
gcc gets a hardcoded sysroot path when building. Most applications take the --sysroot from CC flag, but openjdk doesn't respect it. Set the sysroot flag in CFLAGS, which the openjdk configure does seem to respect. This impact the jenkins builds where the sysroot moves due to each rootfs being built in their own directory. Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2013-08-02aarch64: openjdk-8: disable ccache when buildingAndrew McDermott
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-08-01aarch64: openjdk-8: add openjdk-7 as dependencyAndrew McDermott
Wild stab in the dark to see if it resolves the current build failure. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-08-01aarch64: openjdk8: add LOG=debug to do_compile stageAndrew McDermott
This prints the raw compilation command and parameters to stdout. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-08-01aarch64: openjdk-8: add libxt as dependencyAndrew McDermott
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-07-31aarch64: add initial openjdk-8 recipeAndrew McDermott
Note: this does not currently pull from the Mercurial repos; a pre-assembled tarball of the openjdk-8 source tree is put into: http://people.linaro.org/~andrew.mcdermott/jdk8.tar.xz and the build currently fetches from there. TODO: update SRC_URI to pull from the tips of the various openjdk-8 repositories. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-07-26aarch64: add libhugetlbfs recipeFathi Boudra
Signed-off-by: Steve Capper <steve.capper@linaro.org> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-07-22qt4-x11-free: bump recipe version (oe-core ships 4.8.5)Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-07-19ltp: make install realtime testsuite workAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
2013-07-15Revert "boost: revert to 1.53 while we figure out why 1.54 fails to build"Fathi Boudra
This reverts commit b954cf51dff152b6233d5e5d25de00e26ec68ac8. Issue is fixed in openembedded-core: http://cgit.openembedded.org/openembedded-core/commit/?id=0115604c5b2fa649f27d734e8ae3b730d1e374ea
2013-07-09boost: revert to 1.53 while we figure out why 1.54 fails to buildRiku Voipio
2013-07-03binutils: merged to OE-coreRiku Voipio
It seems everything neccessary for binutils is in OE-core now.
2013-07-03ltp: enable realtime and pm testsuiteRiku Voipio
2013-07-03webkit: Remove local patchesKhem Raj
These patches are now on OE-Core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2013-07-03ltp: refresh patch for new versionRiku Voipio
2013-07-02ltp: Move LTP append from ltp_20130109.bbappend -> ltp_20130503.bbappendKhem Raj
Matches with OE-Core update Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2013-07-01webkit-gtk: Adjust the patch to apply on top of OE-CoreKhem Raj
OE-Core has added patches which needs the patch to be rebased Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2013-06-12linux-linaro: add kvm variantRiku Voipio
Split the kernel stuff to a common file and add kernel for kvm
2013-06-11mysql: workaround gcc-4.8 buildsRiku Voipio
While waiting for fix to https://bugs.launchpad.net/binutils-linaro/+bug/1184361
2013-06-11qemu: workaround qemu-native buildRiku Voipio
there is no TCG support for aarch64 so use another arch for now if building qemu-native
2013-06-10add qemu for kvm loopRiku Voipio
2013-06-07correct the earlyprintk locationRiku Voipio
2013-06-05linux-linaro: adapt to conf file changeRiku Voipio
2013-05-24linux-linaro: fix build with external toolchainRiku Voipio
seems like I broke it in the last commit...
2013-05-22add bootwrapper for lava submissionRiku Voipio
2013-05-22fix linux-linaro buildRiku Voipio
2013-05-20libunwind: update to latestRiku Voipio
Update to the version of patch from upstream.
2013-05-15openjdk: finish aarch64 cross-compile setupRiku Voipio
1) add remaining prebuilt file (sisers) 2) add aarch64 for acinclude.m4
2013-05-14openjdk: Add pregenerated filesRiku Voipio
UnixConstants-linux-aarch64.java and SocketOptionRegistry-linux-aarch64.java added, actual contents not verified.
2013-05-13add aarch64 for classpathRiku Voipio
2013-05-13Add Aarch64 patch for openjdkRiku Voipio
2013-05-09gdb: add 7.6 (on a way to OE Core)Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-05-08gcc: drop AArch64 branch from ARM. Use gcc-linaro 2013.04 or wait for gcc-4.8Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-05-08gcc: reuse OE-Core for gcc-aarch64-4.7.incMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-05-08gcc: update patches, refresh 800-arm-bigendian.patchMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-05-08gcc: reuse OE-Core moreMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-05-08gcc: restore gcc-cross gcc-crosssdk-initialMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-05-08binutils: reuse OE-Core moreMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-05-08gcc: reuse OE-CoreMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-05-08binutils: reuse OE-CoreMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-05-08binutils: lower preferenceMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-05-06openjdk: follow update in meta-javaMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-05-06netbase: follow update in oe coreMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-04-29ltp: follow OE update to 20130109 versionMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>