<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-raspberrypi.git/conf/machine/include/rpi-base.inc, branch ag_cm3_64</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=ag_cm3_64</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=ag_cm3_64'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/'/>
<updated>2018-06-04T15:00:39+00:00</updated>
<entry>
<title>rpi-base.inc: install at86rf233 overlay</title>
<updated>2018-06-04T15:00:39+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>tossel@gmail.com</email>
</author>
<published>2018-06-02T11:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=2ad9aa01e7f342ca31831b0f57f4bb6e74d891c6'/>
<id>urn:sha1:2ad9aa01e7f342ca31831b0f57f4bb6e74d891c6</id>
<content type='text'>
Controlled with ENABLE_AT86RF variable

Signed-off-by: Anton Gerasimov &lt;tossel@gmail.com&gt;
</content>
</entry>
<entry>
<title>rpi-base.inc: add dwc2 overlay</title>
<updated>2018-05-05T09:03:21+00:00</updated>
<author>
<name>Peter A. Bigot</name>
<email>pab@pabigot.com</email>
</author>
<published>2018-04-30T21:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=07d06b04ddad202e739f629395a390672809ec6a'/>
<id>urn:sha1:07d06b04ddad202e739f629395a390672809ec6a</id>
<content type='text'>
This along with some module and connman magic allows a RaspberryPi Zero
Wireless to tether to a host over USB.

dtoverlay=dwc2,dr_mode=peripheral
modprobe g_ether
connman enable gadget
connman tether gadget on

Signed-off-by: Peter A. Bigot &lt;pab@pabigot.com&gt;
</content>
</entry>
<entry>
<title>rpi-base.inc: Add Raspberry Pi 3B+ dtb</title>
<updated>2018-03-29T10:49:40+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.com</email>
</author>
<published>2018-03-29T10:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=0059905a9047293f741ada3ceeba28b7d7461dbd'/>
<id>urn:sha1:0059905a9047293f741ada3ceeba28b7d7461dbd</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.com&gt;
</content>
</entry>
<entry>
<title>rpi-base.inc: set default wic kickstart file</title>
<updated>2018-03-07T23:35:18+00:00</updated>
<author>
<name>Peter A. Bigot</name>
<email>pab@pabigot.com</email>
</author>
<published>2018-03-07T16:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=ad7693c9a06a35f7251ea607c0290583c6b5c4ab'/>
<id>urn:sha1:ad7693c9a06a35f7251ea607c0290583c6b5c4ab</id>
<content type='text'>
While wic is not a standard image, adding it to IMAGE_FSTYPES in
local.conf will fail unless a WKS_FILE is provided.

Signed-off-by: Peter A. Bigot &lt;pab@pabigot.com&gt;
</content>
</entry>
<entry>
<title>Fix do_image_rpi_sdimg/do_image_wic dependencies</title>
<updated>2018-02-28T18:02:58+00:00</updated>
<author>
<name>Paul Barker</name>
<email>pbarker@toganlabs.com</email>
</author>
<published>2018-02-26T13:59:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=6d0830b26fe3d4b04296621fedf6906e66c054d7'/>
<id>urn:sha1:6d0830b26fe3d4b04296621fedf6906e66c054d7</id>
<content type='text'>
The dependency resolution code in bitbake has recently been optimized and this
seems to have slightly changed the behaviour of do_image_rpi_sdimg and
do_image_wic. We ensure that the main build artifacts are present by depending
on the relevant do_deploy and do_populate_sysroot tasks. However, we need to
ensure that other build tasks for these dependencies have also been executed
before we try to create our image. This can be achieved by adding a recursive
dependency on do_build, so that the do_build tasks of all recipes in the
dependency chain of do_image_rpi_sdimg/do_image_wic are executed before the
image function itself is executed.

The original issue seen here was that 'recipedata' files were not copied to
'tmp/deploy/licenses' as do_populate_lic for each dependency had not been ran
before the image creation function. The write_deploy_manifest function from
license.bbclass (listed in IMAGE_POSTPROCESS_COMMAND) therefore failed. Adding
the recursive dependency on do_build fixes this issue, ensuring do_populate_lic
runs before do_image_rpi_sdimg/do_image_wic.

Signed-off-by: Paul Barker &lt;pbarker@toganlabs.com&gt;
</content>
</entry>
<entry>
<title>rpi-base.inc: Include udev-rules-rpi in MACHINE_EXTRA_RRECOMMENDS</title>
<updated>2018-01-26T16:50:42+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.com</email>
</author>
<published>2018-01-26T15:06:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=0202bc288176fdd3319ea7764c7b62d9772c8903'/>
<id>urn:sha1:0202bc288176fdd3319ea7764c7b62d9772c8903</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.com&gt;
</content>
</entry>
<entry>
<title>rpi-base.inc: use $KERNEL_PACKAGE_NAME for the kernel package name</title>
<updated>2018-01-11T21:34:23+00:00</updated>
<author>
<name>Ricardo Salveti</name>
<email>ricardo@opensourcefoundries.com</email>
</author>
<published>2018-01-09T20:13:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=c47caaca325b8cd81ee5bcd7cb30295faf0d440d'/>
<id>urn:sha1:c47caaca325b8cd81ee5bcd7cb30295faf0d440d</id>
<content type='text'>
The kernel class is now using $KERNEL_PACKAGE_NAME to set the default
kernel package name in order to allow alternate kernel flavors.

This fixes the following bitbake warning:
Variable key RDEPENDS_${KERNEL_PACKAGE_NAME}-base (${KERNEL_PACKAGE_NAME}-image) replaces original key RDEPENDS_kernel-base ().

Signed-off-by: Ricardo Salveti &lt;ricardo@opensourcefoundries.com&gt;
</content>
</entry>
<entry>
<title>rpi-base.inc: Fix KERNEL_IMAGETYPE assignment</title>
<updated>2017-11-27T13:03:46+00:00</updated>
<author>
<name>Paul Barker</name>
<email>pbarker@toganlabs.com</email>
</author>
<published>2017-11-20T14:34:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=e0fe58909209e7a08280fff9b22b6512c8e9a030'/>
<id>urn:sha1:e0fe58909209e7a08280fff9b22b6512c8e9a030</id>
<content type='text'>
We can't just override KERNEL_IMAGETYPE in machine-specific conf files without
breaking the implementation of RPI_USE_U_BOOT. Instead we need to define a new
KERNEL_IMAGETYPE_DIRECT variable which will control the value when u-boot is not
in use. This new variable may then be overridden as needed without breaking our
u-boot support.

Signed-off-by: Paul Barker &lt;pbarker@toganlabs.com&gt;
</content>
</entry>
<entry>
<title>raspberrypi3-64: set default kernel to Image</title>
<updated>2017-11-10T12:39:51+00:00</updated>
<author>
<name>Loys Ollivier</name>
<email>lollivier@baylibre.com</email>
</author>
<published>2017-11-09T20:31:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=4d3a148b8eaca1a7137d4f081be6b865a27b0b2a'/>
<id>urn:sha1:4d3a148b8eaca1a7137d4f081be6b865a27b0b2a</id>
<content type='text'>
Fixes: 50fd319205d8 for raspberrypi3-64.
Fixes: #153

For raspberrypi3-64 set default kernel image to "Image".

"zImage" are not supported by arm64 platforms. And ".gz" images are not
handled by bootloader yet.

Signed-off-by: Loys Ollivier &lt;lollivier@baylibre.com&gt;
</content>
</entry>
<entry>
<title>rpi-base.inc: KERNEL_IMAGETYPE default to zImage</title>
<updated>2017-11-08T10:20:08+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.com</email>
</author>
<published>2017-11-02T15:19:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=50fd319205d8de9996edddad5f1a2c3f2b9e2f15'/>
<id>urn:sha1:50fd319205d8de9996edddad5f1a2c3f2b9e2f15</id>
<content type='text'>
We used to have this as the default but there was a bug at some point in the
firmware which didn't work with compressed kernel images. We switched to Image
and never changed it back even though that bug is long history.

In this way we will stop carrying 15M of a kernel image. 4M looks much better.

Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.com&gt;
</content>
</entry>
</feed>
