<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-java.git/recipes-core/llvm, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-java.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-java.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/'/>
<updated>2013-04-23T06:41:46+00:00</updated>
<entry>
<title>llvm: Drop from meta-java, it was moved to meta-oe</title>
<updated>2013-04-23T06:41:46+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2013-04-19T12:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=798b0c58baeb339379bf65d4b9fb0a2c9a47a9f3'/>
<id>urn:sha1:798b0c58baeb339379bf65d4b9fb0a2c9a47a9f3</id>
<content type='text'>
Signed-off-by: Henning Heinold &lt;heinold@inf.fu-berlin.de&gt;
</content>
</entry>
<entry>
<title>llvm,openjdk: Turn bitbake parse error into warning on finding unsupported CPU</title>
<updated>2013-03-29T04:33:52+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2013-03-29T04:33:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=95d2eee93801618044e6cc1fe73cbc03fdb0d303'/>
<id>urn:sha1:95d2eee93801618044e6cc1fe73cbc03fdb0d303</id>
<content type='text'>
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 &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>llvm: disable llvm-mc again until we have real fix for</title>
<updated>2013-01-24T21:32:08+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2013-01-11T14:02:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=04866e51162e9263afc7fa0ff89e4e2a317d2713'/>
<id>urn:sha1:04866e51162e9263afc7fa0ff89e4e2a317d2713</id>
<content type='text'>
* bump PR
</content>
</entry>
<entry>
<title>llvm2.8: Fix build break discovred by unanchored regexp fix in bitbake</title>
<updated>2012-11-22T17:30:30+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2012-08-04T22:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=fe6f342de963a55f565dfdbb7de20d29977b4ad1'/>
<id>urn:sha1:fe6f342de963a55f565dfdbb7de20d29977b4ad1</id>
<content type='text'>
commit 23bd5300b4a99218a15f4f6b0ab4091d63a602a5 fixed a bug
in bitbake which exposed this latent problem where we were using

EXTRA_OECMAKE_append-arm it was being treated as
EXTRA_OECMAKE_append before the above mentioned fix and hence
all was fine but after this fix behavior changed and
it was just EXTRA_OECMAKE_append-arm and was causing build
breaks

| ../../lib/libLLVMTransformUtils.so: undefined reference to
`llvm::CallGraphNode::removeCallEdgeFor(llvm::CallSite)'
| ../../lib/libLLVMTransformUtils.so: undefined reference to
`llvm::CallGraph::getOrInsertFunction(llvm::Function const*)'
| ../../lib/libLLVMTransformUtils.so: undefined reference to
`llvm::CallGraphLinkVar'
| ../../lib/libLLVMScalarOpts.so: undefined reference to
`llvm::createInstructionCombiningPass()'
| collect2: error: ld returned 1 exit status
| make[2]: *** [bin/llc] Error 1
| make[2]: Leaving directory
`/work/yocto/poky/build/tmp/work/x86_64-poky-linux/llvm2.8-2.8-r2.1/llvm-2.8/build'
| make[1]: *** [tools/llc/CMakeFiles/llc.dir/all] Error 2
| make[1]: *** Waiting for unfinished jobs....

It also fixes the llvm-mc build for arm architecture

modified for INC-PR
bumped PR

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Henning Heinold &lt;heinold@inf.fu-berlin.de&gt;

Conflicts:
	recipes-core/llvm/llvm2.8_2.8.bb
</content>
</entry>
<entry>
<title>llvm: remove perl-native dep, we use inherit perlnative now and inherit pythonnative</title>
<updated>2012-08-17T07:39:38+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2012-08-16T21:01:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=bdb10ce175f9a849c358f9c23838cfedb0ba119d'/>
<id>urn:sha1:bdb10ce175f9a849c358f9c23838cfedb0ba119d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>llvm2.8: fix typo in variable append</title>
<updated>2012-08-16T21:00:07+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2012-08-16T21:00:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=a3977003ef6b9b346729728f77bca87ba729be45'/>
<id>urn:sha1:a3977003ef6b9b346729728f77bca87ba729be45</id>
<content type='text'>
* this fixes build for arm
</content>
</entry>
<entry>
<title>llvm: Accept ppc64</title>
<updated>2012-08-16T07:16:20+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2012-07-31T19:03:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=a681c0e6192203ed301ef278e123c2f7d2f66752'/>
<id>urn:sha1:a681c0e6192203ed301ef278e123c2f7d2f66752</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Henning Heinold &lt;heinold@inf.fu-berlin.de&gt;
</content>
</entry>
<entry>
<title>llvm: use INC_PR</title>
<updated>2012-07-19T15:44:26+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2012-07-19T15:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=01bd53d23f4a9bbad201bdc5d3d77fe23e22a87c'/>
<id>urn:sha1:01bd53d23f4a9bbad201bdc5d3d77fe23e22a87c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>llvm: use spaces for python functions</title>
<updated>2012-07-19T15:42:06+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2012-07-19T15:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=8e11ccd8a46abcf46fe3854d40ead208b5605b53'/>
<id>urn:sha1:8e11ccd8a46abcf46fe3854d40ead208b5605b53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>llvm: Use default PACKAGES var</title>
<updated>2012-07-19T15:40:15+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2012-07-18T01:56:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=488f15ff25dcaf90be6657df579221c36fc586db'/>
<id>urn:sha1:488f15ff25dcaf90be6657df579221c36fc586db</id>
<content type='text'>
avoids packaging errors with oe-core master

Signed-off-by: Khem Raj &lt;rak.khem@gmail.com&gt;
Signed-off-by: Henning Heinold &lt;heinold@inf.fu-berlin.de&gt;
</content>
</entry>
</feed>
