<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta-yocto-bsp, branch yocto-1.7.3</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=yocto-1.7.3</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=yocto-1.7.3'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2014-10-01T23:42:44+00:00</updated>
<entry>
<title>yocto-bsps: update h/w reference boards to the latest 3.14 SRCREVs</title>
<updated>2014-10-01T23:42:44+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-10-01T04:53:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4a3e3dbd67459f86f3656a310bceba1ffe54ec6a'/>
<id>urn:sha1:4a3e3dbd67459f86f3656a310bceba1ffe54ec6a</id>
<content type='text'>
The oe-core BSPs have been udpated to 3.14.19, so we follow suit with the
reference BSPs.

(From meta-yocto rev: 072b9dc5d0643c397d053bb00e541be5c285b9cd)

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>beaglebone.conf: add IMAGE_BOOT_FILES</title>
<updated>2014-09-23T19:36:11+00:00</updated>
<author>
<name>Maciej Borzecki</name>
<email>maciej.borzecki@open-rnd.pl</email>
</author>
<published>2014-09-22T11:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=8207c9034ea09fdf27b07ccbf1e1bbb6fefd4156'/>
<id>urn:sha1:8207c9034ea09fdf27b07ccbf1e1bbb6fefd4156</id>
<content type='text'>
Set IMAGE_BOOT_FILES to list of files that end up in boot
partition. This in turn is used by wic to generate a bootable SD card
image.

(From meta-yocto rev: 4ee4785154c1702ecfb8389f3c6ab99957a2f1d0)

Signed-off-by: Maciej Borzecki &lt;maciej.borzecki@open-rnd.pl&gt;
Signed-off-by: Maciek Borzecki &lt;maciek.borzecki@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>yocto-bsps: update SRCREVs to linux-yocto latest</title>
<updated>2014-09-01T13:35:42+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-08-30T04:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4900d763c94e4c030ceec4bc16d64d04a6970a21'/>
<id>urn:sha1:4900d763c94e4c030ceec4bc16d64d04a6970a21</id>
<content type='text'>
Bumping the reference boards to the linux-yocto 3.14 latest SRCREVs.

(From meta-yocto rev: 0fed8753eed45b29150f203b87cce25462596e9c)

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>yocto-bsps: remove 3.4 bbappend</title>
<updated>2014-09-01T13:35:42+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-08-30T04:46:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=834ab146e65cd4c45a4acaba41dcd9163a7d21cb'/>
<id>urn:sha1:834ab146e65cd4c45a4acaba41dcd9163a7d21cb</id>
<content type='text'>
The oe-core 3.4 recipes have been removed, so we drop our associated
bbappend from the yocto-bsps.

(From meta-yocto rev: 75c25180bb85e48b4029dbd444a681bfaee85b4b)

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>oeqa/controllers/beaglebonetarget.py: fix deploy when kernel file is a broken link</title>
<updated>2014-07-17T13:56:49+00:00</updated>
<author>
<name>Corneliu Stoicescu</name>
<email>corneliux.stoicescu@intel.com</email>
</author>
<published>2014-07-11T16:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d66c567b111335e1ad5c63fa5b3dde7fa2d4f00f'/>
<id>urn:sha1:d66c567b111335e1ad5c63fa5b3dde7fa2d4f00f</id>
<content type='text'>
Sometimes the uncompressed rootfs image contains boot/uImage but if it's a symlink, it seems broken from the master image's point of view.
Because [ -e /mnt/testrootfs/boot/uImage ] will return 1, it will proceed to copy the backup kernel file over it but cp ~/test-kernel /mnt/testrootfs/boot/uImage will also fail with:
cp: not writing through dangling symlink

Adding a new check here, if the boot/uImage is a link, leave it as is.

(From meta-yocto rev: 849b1e319a84a710259223f57b2e4c74bc64fe75)

Signed-off-by: Corneliu Stoicescu &lt;corneliux.stoicescu@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>grubtarget.py: Change 'test' GRUB entry selection method</title>
<updated>2014-07-04T07:46:01+00:00</updated>
<author>
<name>Corneliu Stoicescu</name>
<email>corneliux.stoicescu@intel.com</email>
</author>
<published>2014-07-03T17:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=868a2340757127c17420813e7f373a09cc61b5d1'/>
<id>urn:sha1:868a2340757127c17420813e7f373a09cc61b5d1</id>
<content type='text'>
Using character combinations for &lt;arrow down&gt; to select the test image will not always work.

Using the '--hotkey x' option added to the 'test' GRUB menuentry to select the 'test' GRUB entry.

(From meta-yocto rev: 962003f77258bd7d1e8b3fb034c6e256c7879c8d)

Signed-off-by: Corneliu Stoicescu &lt;corneliux.stoicescu@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>meta-yocto-bsp: oeqa/controllers: add GrubTarget</title>
<updated>2014-07-04T07:46:01+00:00</updated>
<author>
<name>Cristian Iorga</name>
<email>cristian.iorga@intel.com</email>
</author>
<published>2014-06-20T15:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=581a06afb5b59e1821eabb209a61612b0cdc137d'/>
<id>urn:sha1:581a06afb5b59e1821eabb209a61612b0cdc137d</id>
<content type='text'>
add control for generic grub pc via serial line

Implementation [YOCTO #5615].

(From meta-yocto rev: dc3d298688c2265b023219c81124065c36eeb417)

Signed-off-by: Cristian Iorga &lt;cristian.iorga@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Revert "meta-yocto-bsp: oeqa/controllers: add GrubTarget"</title>
<updated>2014-07-04T07:46:00+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2014-07-04T07:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=57bbb1af5ea1ef0cf10d92e399c445a3607b8be2'/>
<id>urn:sha1:57bbb1af5ea1ef0cf10d92e399c445a3607b8be2</id>
<content type='text'>
This reverts commit 01968e9244d0cf3deb1ec5cfb8e562d3b364add6.

Wrong repo

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>meta-yocto-bsp: oeqa/controllers: add GrubTarget</title>
<updated>2014-06-23T16:54:30+00:00</updated>
<author>
<name>Cristian Iorga</name>
<email>cristian.iorga@intel.com</email>
</author>
<published>2014-06-20T15:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d7b3683834f9095d7c1144fda18b2a34b85cf339'/>
<id>urn:sha1:d7b3683834f9095d7c1144fda18b2a34b85cf339</id>
<content type='text'>
add control for generic grub pc via serial line

Implementation [YOCTO #5615].

(From OE-Core rev: 01968e9244d0cf3deb1ec5cfb8e562d3b364add6)

Signed-off-by: Cristian Iorga &lt;cristian.iorga@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>meta-yocto-bsps: update 3.14 SRCREVs</title>
<updated>2014-06-17T16:56:22+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-06-17T16:13:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=053620a4cbd3fdfce899165db1d698085f81a018'/>
<id>urn:sha1:053620a4cbd3fdfce899165db1d698085f81a018</id>
<content type='text'>
Updating the h/w reference BSPs to the latest 3.14 content.

(From meta-yocto rev: 3b0e8596eb3154a1d2dc1653afc9ea9c72db2fc6)

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
