<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-core, branch krogoth-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=krogoth-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=krogoth-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2016-08-16T17:29:40+00:00</updated>
<entry>
<title>plymouth: allow disabling the dracut dep</title>
<updated>2016-08-16T17:29:40+00:00</updated>
<author>
<name>Christopher Larson</name>
<email>chris_larson@mentor.com</email>
</author>
<published>2016-05-31T19:36:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3bb68da87090dc9f0d00c64ea61ad9fbfb31e6d7'/>
<id>urn:sha1:3bb68da87090dc9f0d00c64ea61ad9fbfb31e6d7</id>
<content type='text'>
Add a 'initrd' PACKAGECONFIG to disable emission of the plymouth-initrd
package which includes initramfs files for use by dracut. Disabling this will
avoid the runtime dependency on dracut, which is useful if one doesn't need or
want dracut and doesn't want to pull in meta-initramfs.

Signed-off-by: Christopher Larson &lt;chris_larson@mentor.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
(cherry picked from commit 240e2ebe4371f15fad37b31bd3db83aa0ab42522)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>llvm: make llvm-config wrapper error message more understandable</title>
<updated>2016-08-16T17:29:38+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2016-05-17T15:48:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9952ab95e6f41166215195d43e25c271b34e4ede'/>
<id>urn:sha1:9952ab95e6f41166215195d43e25c271b34e4ede</id>
<content type='text'>
The llvm-config wrapper has an error message that is quite abrupt, expand it so
it helps the user.

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
(cherry picked from commit 2318f8ee8be985a0e600fc457b8cc55d5aa9144f)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>llvm3.3: Disable auto -dbg packages</title>
<updated>2016-05-10T02:05:04+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2016-05-06T13:40:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0e063058cc3ae825a7ec9736a9a2dc44c2c96fb6'/>
<id>urn:sha1:0e063058cc3ae825a7ec9736a9a2dc44c2c96fb6</id>
<content type='text'>
* set NOAUTOPACKAGEDEBUG to disable automatic creation of -dbg FILES split
* it doesn't work well with our do_split_packages calls and in the end breaks
  installing llvm3.3-dbg (e.g. when you enable IMAGE_GEN_DEBUGFS)
* it shows a bit ugly error where multiple messages are written over
  each other:
WARNING: [log_check] In line: [ConfiCollected errors:
]
WARNING: [log_check] luneos-dev-image: found an error message in the logfile (keyword 'Collected errors'):
[log_check] ConfiCollected errors:

ERROR:
ConfiCollected errors:

 * satisfy_dependencies_for: Cannot satisfy the following dependencies for llvm3.3-dbg:

 *      libllvm3.3-lto-dbg *    libllvm3.3-llvm-3.3-dbg *

 * opkg_install: Cannot install package llvm3.3-dbg.

guring gstreamer1.0-libav-dbg.

  but the main point is that do_split_packages returns some package
  names of packages which in the end aren't created, because there
  are no files in them after other -dbg packages eat them all due
  to automatic -dbg creation

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>toybox: Remove out-of-date patch</title>
<updated>2016-05-10T02:05:04+00:00</updated>
<author>
<name>Paul Barker</name>
<email>paul@paulbarker.me.uk</email>
</author>
<published>2016-05-06T14:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=085dcdc987901e3a06ea96f63bda409d136337f0'/>
<id>urn:sha1:085dcdc987901e3a06ea96f63bda409d136337f0</id>
<content type='text'>
Signed-off-by: Paul Barker &lt;paul@paulbarker.me.uk&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-oe: use bb.utils.contains() instead of base_contains()</title>
<updated>2016-05-02T21:03:03+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2016-04-22T19:48:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=cf1819332d48d3307aa2e80255834aa7911cd0dc'/>
<id>urn:sha1:cf1819332d48d3307aa2e80255834aa7911cd0dc</id>
<content type='text'>
base_contains() is a compatibility wrapper and may warn in the future, so
replace all instances with bb.utils.contains().

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>libxml++: update to the latest stable version (2.38.1)</title>
<updated>2016-05-02T21:03:03+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2016-04-22T17:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9b956d24b54a396472a506f7ed0647400e13d427'/>
<id>urn:sha1:9b956d24b54a396472a506f7ed0647400e13d427</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>llvm: correct fix for the multilib libdir</title>
<updated>2016-05-02T21:03:02+00:00</updated>
<author>
<name>Jacob Stiffler</name>
<email>j-stiffler@ti.com</email>
</author>
<published>2016-04-11T21:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4fe750a9644911f3d282c3f23f122617732c19e4'/>
<id>urn:sha1:4fe750a9644911f3d282c3f23f122617732c19e4</id>
<content type='text'>
* If llvm.inc is used for native and nativesdk class packages, the
  resulting llvm-config is broken since "${base_libdir}" is prefixed
  with the full patch to sysroot
* Replace "/lib" with "/${baselib}" instead of "${base_libdir}" as
  "${base_libdir}" is the full path and "${baselib}" is the name of
  the multilib directory.

Signed-off-by: Jacob Stiffler &lt;j-stiffler@ti.com&gt;
Acked-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
Tested-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert "toybox: upgrade to 0.7.0"</title>
<updated>2016-03-07T12:02:19+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2016-03-04T15:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a1e135a499998add7575682bf53db5e02e753580'/>
<id>urn:sha1:a1e135a499998add7575682bf53db5e02e753580</id>
<content type='text'>
* issues reported by me and Khem weren't addressed
  http://lists.openembedded.org/pipermail/openembedded-devel/2016-February/105824.html
  http://lists.openembedded.org/pipermail/openembedded-devel/2016-March/106344.html

This reverts commit 26ee1849d1d70296aee8694f89502eb813842565.
</content>
</entry>
<entry>
<title>plymouth: fix empty plymouth-initrd after oe-core's libexec path transition</title>
<updated>2016-03-01T23:03:18+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2016-02-26T10:38:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2da7f2c6760712cf5611ff00350c02965f2afd3c'/>
<id>urn:sha1:2da7f2c6760712cf5611ff00350c02965f2afd3c</id>
<content type='text'>
Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>toybox: upgrade to 0.7.0</title>
<updated>2016-02-25T17:09:40+00:00</updated>
<author>
<name>Alejandro Joya</name>
<email>alejandro.joya.cruz@intel.com</email>
</author>
<published>2016-02-03T02:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=26ee1849d1d70296aee8694f89502eb813842565'/>
<id>urn:sha1:26ee1849d1d70296aee8694f89502eb813842565</id>
<content type='text'>
Change SRC_URI to latest version and update the checksum for package.
remove old patch not longer need it to build it and add depedency found for builiding
on temporary enviroment like yocto.

Signed-off-by: Alejandro Joya &lt;alejandro.joya.cruz@intel.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
