<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-raspberrypi.git/recipes-core, branch sumo</title>
<subtitle>Mirror of http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi</subtitle>
<id>https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=sumo</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=sumo'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/'/>
<updated>2018-09-06T19:00:49+00:00</updated>
<entry>
<title>rpi-hwup-image.bb: Modified the warning message in do_image_prepend()</title>
<updated>2018-09-06T19:00:49+00:00</updated>
<author>
<name>Steve Pavao</name>
<email>stevep@korgrd.com</email>
</author>
<published>2018-08-15T22:54:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=ade31d6d01b5cb37d6ae163ae75d390b15e95860'/>
<id>urn:sha1:ade31d6d01b5cb37d6ae163ae75d390b15e95860</id>
<content type='text'>
When bitbaking image rpi-hwup-image, a warning message is generated
to inform he user that the image is deprecated.  The warning message
contains a suggestion of a non-deprecated image to use instead.

Previous to this commit, core-image-minimal was the suggested alternate
image.  This was a subpar suggestion, because rpi-hwup-image packages
the kernel modules in the image, but core-image-minimal does not.  This
can lead to confusion for the user, who may not immediately realize that
their kernel modules are no longer in the image.  With this commit, the
warning message now suggests core-image-base, which packages the kernel
modules in its image.

This change was suggested by Khem Raj on the Yocto project mailing list.

Signed-off-by: Steve Pavao &lt;stevep@korgrd.com&gt;
</content>
</entry>
<entry>
<title>meta-raspberrypi: use generic licenses in ${COMMON_LICENSE_DIR} from Poky</title>
<updated>2018-09-06T19:00:49+00:00</updated>
<author>
<name>Hugo Hromic</name>
<email>hhromic@gmail.com</email>
</author>
<published>2018-06-19T13:46:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=2cae48218bfe9c934de53344b36d0f459a710378'/>
<id>urn:sha1:2cae48218bfe9c934de53344b36d0f459a710378</id>
<content type='text'>
Keep consistency with current practices.

Signed-off-by: Hugo Hromic &lt;hhromic@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-raspberrypi: use `_%` suffix instead of specific versions for bbappends</title>
<updated>2018-09-06T19:00:49+00:00</updated>
<author>
<name>Hugo Hromic</name>
<email>hhromic@gmail.com</email>
</author>
<published>2018-06-19T13:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=a4ba2982e4d1774f3b94bdd3333be2449aee65c8'/>
<id>urn:sha1:a4ba2982e4d1774f3b94bdd3333be2449aee65c8</id>
<content type='text'>
Keep naming consistency and ensure they are still applied when the upstream recipes are updated.

Signed-off-by: Hugo Hromic &lt;hhromic@gmail.com&gt;
</content>
</entry>
<entry>
<title>Drop unnecessary dependencies and tasks</title>
<updated>2018-04-23T13:08:04+00:00</updated>
<author>
<name>Paul Barker</name>
<email>pbarker@toganlabs.com</email>
</author>
<published>2018-04-16T20:44:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=9b2cbacb074786530c3c7eab70260c8f6de302bf'/>
<id>urn:sha1:9b2cbacb074786530c3c7eab70260c8f6de302bf</id>
<content type='text'>
We have a few recipes which only deploy files that go into the boot partition
and do not create packages to be installed into the rootfs. These recipes don't
need to run the usual packaging tasks so we can drop them to speed up the build
a little.

We also have a bunch of recipes that don't need the usual toolchain as they just
copy files or invoke native commands like `mkimage`. So to speed up the build a
little more we can set INHIBIT_DEFAULT_DEPS to avoid an unnecessary dependency
on the toolchain.

Signed-off-by: Paul Barker &lt;pbarker@toganlabs.com&gt;
</content>
</entry>
<entry>
<title>udev-udisks-rules-rpi: Hide initial boot partition from udisks2</title>
<updated>2018-04-06T11:33:40+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmail.com</email>
</author>
<published>2018-04-02T21:53:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=4bf40b2d322e34a5e3be28486987cc7bbb9125f1'/>
<id>urn:sha1:4bf40b2d322e34a5e3be28486987cc7bbb9125f1</id>
<content type='text'>
If I am not mistaken, many desktops (kde/lxqt/xfce..) use udisks2 to ask for
devices which can be mounted. Without this patch the initial boot partition
can be mounted by a single click on folder displayed on desktop or file manager.

Why it is suggested to add this recipe to an image:
* It removes annoying icon in desktop/file manager.
* The initial boot partition is vfat. Unpriviledged users can modify
  content. E.g by removing files accidently, images can be turned into
  non-booting condition easily. And from security point of view, it is a
  disaster.

FWIW: Have similar in all my BSPs vor very long time.

Signed-off-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
</content>
</entry>
<entry>
<title>rpi-basic-image: Refactor to avoid double deprecation warnings</title>
<updated>2018-02-28T18:02:58+00:00</updated>
<author>
<name>Paul Barker</name>
<email>pbarker@toganlabs.com</email>
</author>
<published>2018-02-26T19:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=207efc6fcfb4279b50abf82189dca31a099997c2'/>
<id>urn:sha1:207efc6fcfb4279b50abf82189dca31a099997c2</id>
<content type='text'>
If rpi-basic-image is based on rpi-hwup-image, both deprecation warnings are
printed which may be confusing. Therefore let's just copy over the relevant bits
of rpi-hwup-image for now.

Signed-off-by: Paul Barker &lt;pbarker@toganlabs.com&gt;
</content>
</entry>
<entry>
<title>rpi-*-image: Deprecate old image names</title>
<updated>2018-02-28T18:02:58+00:00</updated>
<author>
<name>Paul Barker</name>
<email>pbarker@toganlabs.com</email>
</author>
<published>2018-02-26T16:42:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=0deabddb14791bb33c989b167784821ffc690342'/>
<id>urn:sha1:0deabddb14791bb33c989b167784821ffc690342</id>
<content type='text'>
As discussed on the issue tracker, it's confusing for meta-raspberrypi to have
its own set of image names filling the same jobs as the core images. Therefore
we are marking these images as deprecated and will be removing them in the
future. The recommended replacement images are as follows:

    rpi-hwup-image -&gt; core-image-minimal
    rpi-basic-image -&gt; core-image-base

The image 'rpi-test-image' will be kept and is not marked as deprecated, it is
still useful for testing. It it updated to be based on 'core-image-base'.

Signed-off-by: Paul Barker &lt;pbarker@toganlabs.com&gt;
</content>
</entry>
<entry>
<title>packagegroup-rpi-test, rpi-test-image: restrict to ^rpi$ and include omxplayer only for 32bit rpi</title>
<updated>2017-07-27T08:56:34+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2017-07-26T10:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=ff02bf92e66a9997576923b4622cdcf740352724'/>
<id>urn:sha1:ff02bf92e66a9997576923b4622cdcf740352724</id>
<content type='text'>
* omxplayer has:
  COMPATIBLE_MACHINE_rpi_aarch64 = null

  so it cannot be inclued for raspberrypi3-64
* components used by this packagegroup are also restricted to ^rpi$ so
  the packagegroup and the image using it cannot be built for anything else
* fixes couple errors when trying to build world with meta-raspberrypi included

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>udev: Create rules file to generate serial0/1</title>
<updated>2017-04-19T16:47:39+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2017-04-18T15:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=668446e2835b3d48f9eda6648a09a825fe61c04c'/>
<id>urn:sha1:668446e2835b3d48f9eda6648a09a825fe61c04c</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>psplash: Let distro override the default splash image if it provides</title>
<updated>2017-04-17T01:20:30+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-04-14T18:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=d70e311c43073e01e1873647fed76f8d84bae286'/>
<id>urn:sha1:d70e311c43073e01e1873647fed76f8d84bae286</id>
<content type='text'>
BSPs should not be overriding the distro splash images, here we
reduce the priority of psplash-raspberrypi below 100 so the defaults
from distros can kick in.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
