<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-raspberrypi.git/recipes-devtools/python, branch enableuart0</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=enableuart0</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=enableuart0'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/'/>
<updated>2021-11-07T21:30:23+00:00</updated>
<entry>
<title>recipes: Update SRC_URI protocols for github</title>
<updated>2021-11-07T21:30:23+00:00</updated>
<author>
<name>Marcel Hamer</name>
<email>marcel@solidxs.se</email>
</author>
<published>2021-11-05T11:18:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=e31fba4c96cdf819958d05875fb8733481997806'/>
<id>urn:sha1:e31fba4c96cdf819958d05875fb8733481997806</id>
<content type='text'>
Use protocols=https for GitHub SRC_URIs using the conversion script in
openembedded-core.

Signed-off-by: Marcel Hamer &lt;marcel@solidxs.se&gt;
</content>
</entry>
<entry>
<title>Convert to new override syntax</title>
<updated>2021-08-04T09:30:12+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-07-29T17:58:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=9ea7aa2cd2cdc775425797b689e782718896ea50'/>
<id>urn:sha1:9ea7aa2cd2cdc775425797b689e782718896ea50</id>
<content type='text'>
This is the result of automated script conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-adafruit-*: fix branch parameter</title>
<updated>2021-07-15T08:19:33+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-07-13T18:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=a18a760d1e341d671936b01aee044551b0fea992'/>
<id>urn:sha1:a18a760d1e341d671936b01aee044551b0fea992</id>
<content type='text'>
* master branch was renamed to main

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-adafruit-blinka: Delete microcontroller/bcm283x for non arm32 machines</title>
<updated>2021-03-01T10:49:06+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-02-27T23:07:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=5e543bd817a3eac27b4414d45cda2e570f144fc0'/>
<id>urn:sha1:5e543bd817a3eac27b4414d45cda2e570f144fc0</id>
<content type='text'>
It has prebuilt binary libgpiod_pulsein for rpi machines and these binary is 32bit
therefore we can not include it for 64bit machines even if they are rpi
based unless they have multilib enabled.

This patch makes it visible only on 32bit rpi

Fixes QA errors like
ERROR: QA Issue: Architecture did not match (ARM, expected AArch64) in /usr/lib/python3.9/site-packages/adafruit_blinka/microcontroller/bcm283x/pulseio/.debug/libgpiod_pulsein [arch]

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-adafruit-blinka: Make rpi-gpio dependency conditional</title>
<updated>2021-02-27T20:26:29+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-02-27T17:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=0a83508fac9397fe570415622164f56b32715ced'/>
<id>urn:sha1:0a83508fac9397fe570415622164f56b32715ced</id>
<content type='text'>
https://github.com/agherzan/meta-raspberrypi/pull/815

introduced python3-adafruit-blinka and this recipe has added rdep on rpi-gpio,
however rpi-gpio is rpi specific package, and therefore should only be added
when building rpi based platforms, this makes the layer work in a
multi-bsp setup work

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-adafruit-pureio: add recipe</title>
<updated>2021-02-26T12:48:42+00:00</updated>
<author>
<name>Chris Laplante</name>
<email>mostthingsweb@gmail.com</email>
</author>
<published>2021-02-21T14:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=f80b8d2dff9545fff81653904aed455267cc5cdd'/>
<id>urn:sha1:f80b8d2dff9545fff81653904aed455267cc5cdd</id>
<content type='text'>
Signed-off-by: Chris Laplante &lt;mostthingsweb@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-adafruit-platformdetect: add recipe</title>
<updated>2021-02-26T12:48:42+00:00</updated>
<author>
<name>Chris Laplante</name>
<email>mostthingsweb@gmail.com</email>
</author>
<published>2021-02-21T14:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=0d0c563aa13ecffebce228476deebcef851da84f'/>
<id>urn:sha1:0d0c563aa13ecffebce228476deebcef851da84f</id>
<content type='text'>
Signed-off-by: Chris Laplante &lt;mostthingsweb@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-adafruit-circuitpython-register: add recipe</title>
<updated>2021-02-26T12:48:42+00:00</updated>
<author>
<name>Chris Laplante</name>
<email>mostthingsweb@gmail.com</email>
</author>
<published>2021-02-21T14:43:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=ca7049451114cc16f9adcdf18418146a0eb4edfc'/>
<id>urn:sha1:ca7049451114cc16f9adcdf18418146a0eb4edfc</id>
<content type='text'>
Signed-off-by: Chris Laplante &lt;mostthingsweb@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-adafruit-circuitpython-pca9685: add recipe</title>
<updated>2021-02-26T12:48:42+00:00</updated>
<author>
<name>Chris Laplante</name>
<email>mostthingsweb@gmail.com</email>
</author>
<published>2021-02-21T14:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=76656d27bbca2e5633a34c2279cd022abde4eb15'/>
<id>urn:sha1:76656d27bbca2e5633a34c2279cd022abde4eb15</id>
<content type='text'>
Signed-off-by: Chris Laplante &lt;mostthingsweb@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-adafruit-circuitpython-motorkit: add recipe</title>
<updated>2021-02-26T12:48:42+00:00</updated>
<author>
<name>Chris Laplante</name>
<email>mostthingsweb@gmail.com</email>
</author>
<published>2021-02-21T14:43:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=0a58422984da99bf0d733ef360f4f12d4f8f0616'/>
<id>urn:sha1:0a58422984da99bf0d733ef360f4f12d4f8f0616</id>
<content type='text'>
Signed-off-by: Chris Laplante &lt;mostthingsweb@gmail.com&gt;
</content>
</entry>
</feed>
