<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/classes, branch denzil-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=denzil-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=denzil-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2012-12-16T09:51:19+00:00</updated>
<entry>
<title>systemd: use system variables instead of hardcoded paths</title>
<updated>2012-12-16T09:51:19+00:00</updated>
<author>
<name>Ting Liu</name>
<email>b28495@freescale.com</email>
</author>
<published>2012-09-14T10:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=35f92b4bd4a5f9bbea61237dc7702d87a8812503'/>
<id>urn:sha1:35f92b4bd4a5f9bbea61237dc7702d87a8812503</id>
<content type='text'>
Back port commit 980b338fb5100ff4c779335a86f3d9450ea8c54a
Below is the original commit message:

Fix build for ppc64

Consider /lib64 and /usr/lib64

Some 64bit architectures chose lib64 instead of lib
for default library dirnames. So we dig this from metadata
vars base_libdir and libdir instead of hardcoding 'lib'

ppc64 in OE uses lib64 for default libdir
and this leaves lot of udev/systemd
files unpackaged since 'lib' was hardcoded

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Signed-off-by: Ting Liu &lt;b28495@freescale.com&gt;
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
</entry>
<entry>
<title>systemd.bbclass: introduce SYSTEMD_AUTO_ENABLE variable</title>
<updated>2012-09-02T13:03:00+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2012-08-28T06:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=59c995359502910da4dd60fb53130c84b23d96e8'/>
<id>urn:sha1:59c995359502910da4dd60fb53130c84b23d96e8</id>
<content type='text'>
Currently all services introduced are enabled and started at installation. By
setting SYSTEMD_AUTO_ENABLE = "disable" the default behaviour can be
overridden.

Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
</entry>
<entry>
<title>systemd.bbclass: do not warn for systemd files are in ${PN}</title>
<updated>2012-09-02T13:03:00+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2012-08-28T06:25:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=577943f85154be553b8133b3f2a13f53892152c4'/>
<id>urn:sha1:577943f85154be553b8133b3f2a13f53892152c4</id>
<content type='text'>
Since we have our own layer there is no need to separate out systemd packages

Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
</entry>
<entry>
<title>systemd.bbclass: extract SYSTEMD_SERVICE properly</title>
<updated>2012-09-02T13:02:59+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2012-08-28T06:25:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8e0c96b9abd568a942165d60edbf23971d552ac8'/>
<id>urn:sha1:8e0c96b9abd568a942165d60edbf23971d552ac8</id>
<content type='text'>
To set service files the following syntax is allowed:

SYSTEMD_SERVICE = &lt;service_file&gt;
or
SYSTEMD_SERVICE_{&lt;systemd_package_name&gt;} = &lt;service_file&gt;

A function get_package_var was introduced to handle all use-cases [1]
properly.

Build tested / buildhistory checks

[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-May/039870.html

Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
Acked-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
</entry>
<entry>
<title>systemd.bbclass: remove unused code</title>
<updated>2012-09-02T13:02:58+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2012-08-28T06:25:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8374a0caf3c86d3cbff19861f27e23d8fd6b970a'/>
<id>urn:sha1:8374a0caf3c86d3cbff19861f27e23d8fd6b970a</id>
<content type='text'>
Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
</entry>
<entry>
<title>kernel.bbclass: pass KERNEL_VERSION to depmod calls in postinst</title>
<updated>2012-07-13T09:28:25+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2012-07-13T09:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=51cd7ea1e65ca1f6cabb55505ae0cee420abf487'/>
<id>urn:sha1:51cd7ea1e65ca1f6cabb55505ae0cee420abf487</id>
<content type='text'>
* without this, kernel upgrades where KERNEL_VERSION is changed
  e.g. 3.4.2 -&gt; 3.4.3 generate .dep for running 3.4.2 and after reboot user ends
  up without any module loaded to make it worse after reboot nothing is upgraded
  to trigger another kernel(-module) postinst to generate .dep for now running 3.4.3

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
</entry>
<entry>
<title>kernel.bbclass: move kernel-vmlinux up in PACKAGES</title>
<updated>2012-05-09T15:09:48+00:00</updated>
<author>
<name>Christopher Larson</name>
<email>kergoth@gmail.com</email>
</author>
<published>2012-05-03T01:28:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ec2925df1cd6d08b9a6562106a739c6eb1aa1619'/>
<id>urn:sha1:ec2925df1cd6d08b9a6562106a739c6eb1aa1619</id>
<content type='text'>
If KERNEL_IMAGETYPE is vmlinux, the expectation is most likely that there will
be no kernel image package, but we still want a vmlinux package for debugging,
so move kernel-vmlinux in front of kernel-image in PACKAGES.

Signed-off-by: Christopher Larson &lt;kergoth@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
</entry>
<entry>
<title>kernel bbclass: recreate uImage unless KEEPUIMAGE is set</title>
<updated>2012-04-27T19:58:09+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2012-04-27T08:06:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7d85a77fb455b90e585e718ae79929ed3d0b9a3c'/>
<id>urn:sha1:7d85a77fb455b90e585e718ae79929ed3d0b9a3c</id>
<content type='text'>
The intent of the uImage code in this class includes the following

1) be able to specify custom load addresses without needing to patch the kernel
2) add better information to the uImage description field

The current state is a NOP anyway, the kernel will always build a uImage when you tell it to 'make uImage'.

Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>systemd.bbclass: allow recipe to inherit systemd with empty SYSTEMD_SERVICE</title>
<updated>2012-04-26T11:47:32+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2012-04-24T13:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=154d0bb399ce6a0bdc2bf756d1a8a9c77dd0a755'/>
<id>urn:sha1:154d0bb399ce6a0bdc2bf756d1a8a9c77dd0a755</id>
<content type='text'>
* I have use case where common recipe does inherit systemd and only some BSP's are bbappending some SERVICEs to it
* install was moved intentionaly, so that /lib/systemd/system is not
  created if there is no .service file (causing QA Warning about
  unpackaged dir)

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernel: Fix packaging issue</title>
<updated>2012-04-26T07:17:27+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2012-04-19T19:01:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=21d048aecfe72b6f15965906db988e9300fad68a'/>
<id>urn:sha1:21d048aecfe72b6f15965906db988e9300fad68a</id>
<content type='text'>
Remove /etc since it is empty, when creating a machine that does not
deliver any module config files, the /etc is empty and is then warned
about not being shipped, so we remove it.

This occurs in the routerstationpro with the following warning:
WARNING: For recipe linux-yocto, the following files/directories were installed but not shipped in any package:
WARNING:   /etc

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
