summaryrefslogtreecommitdiffstats
path: root/recipes-core/llvm/llvm.inc
Commit message (Collapse)AuthorAgeFilesLines
* llvm: Drop from meta-java, it was moved to meta-oeMartin Jansa2013-04-231-214/+0
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* llvm,openjdk: Turn bitbake parse error into warning on finding unsupported CPUKhem Raj2013-03-281-1/+1
| | | | | | | | | Sometimes we have meta-java in bblayers but one of the CPUs e.g. mips64 which does not support openjdk errors out on parsing. Thats not OK if say the image thats being generated does not use java at all. So its ok to warn and inform about it clearly but it should not be error. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* llvm: remove perl-native dep, we use inherit perlnative now and inherit ↵Henning Heinold2012-08-171-2/+2
| | | | pythonnative
* llvm: Accept ppc64Khem Raj2012-08-161-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* llvm: use INC_PRHenning Heinold2012-07-191-0/+1
|
* llvm: use spaces for python functionsHenning Heinold2012-07-191-34/+32
|
* llvm: Use default PACKAGES varKhem Raj2012-07-191-2/+0
| | | | | | | avoids packaging errors with oe-core master Signed-off-by: Khem Raj <rak.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* llvm, openjdk: Add mips to known architecturesKhem Raj2012-01-061-2/+2
| | | | | | | correct a typo Mips -> mips Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* llvm, openjdk: Use bb.error instread of oefatalKhem Raj2012-01-061-1/+1
| | | | | | | | | | | oefatal is not available in oe-core so replace it with bbfatal in classes and oe.error in recipes which use it in anonymous python. bb.fatal aborts parsing. So we want to give an error but not stop parsing. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* llvm: put the arm-fenv patch from inc file to llvm2.9Henning Heinold2011-12-221-2/+0
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* llvm.inc: add .a files to the dev package tooHenning Heinold2011-12-211-1/+2
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* llvm: correct license to NCSAXerxes Rånby2011-12-211-1/+1
| | | | Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
* meta-java: initial commitHenning Heinold2011-11-261-0/+218
* taken over mostly stuff from oe classic * cleaned up recipes * added license checksums * bump icedtea6-native to 1.8.11 * use jamvm from git as native