<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta-yocto-bsp, branch 1.5_M4</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=1.5_M4</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=1.5_M4'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2013-09-04T10:00:14+00:00</updated>
<entry>
<title>mpc8315e-rdb: Set PREFFERED_VERSION to 2013.07</title>
<updated>2013-09-04T10:00:14+00:00</updated>
<author>
<name>Liming Wang</name>
<email>liming.wang@windriver.com</email>
</author>
<published>2013-09-04T07:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=f1c74a33835f97c6b42235358d80851882b4687e'/>
<id>urn:sha1:f1c74a33835f97c6b42235358d80851882b4687e</id>
<content type='text'>
Now the latest u-boot, v2013.07, works well on the board. So set
PREFERRED_VERSION to use the latest u-boot.

(From meta-yocto rev: 4369347fb8247c5a2e56941047b369e000ac1341)

Signed-off-by: Liming Wang &lt;liming.wang@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>beagleboard: upgrade u-boot to the latest version</title>
<updated>2013-09-04T10:00:14+00:00</updated>
<author>
<name>Liming Wang</name>
<email>liming.wang@windriver.com</email>
</author>
<published>2013-09-04T07:08:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=3aa68fd9014a4745486a2e8ab03292b39ce11862'/>
<id>urn:sha1:3aa68fd9014a4745486a2e8ab03292b39ce11862</id>
<content type='text'>
Now the latest version of u-boot is 2013.07 and it depends on
its own MLO, instead of x-load, as the Second Program Loader. So remove
x-load and use u-boot's MLO.

And also replace u-boot.bin with u-boot.img as the u-boot image file.

(From meta-yocto rev: 468326eca78f1fc16f83d2a1fc06a66fae2e6ba1)

Signed-off-by: Liming Wang &lt;liming.wang@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>atom-pc: Purge straggling configuration files</title>
<updated>2013-08-27T23:25:56+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2013-08-27T20:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=201e54782594f9f8394a55cda2489a3193a9cac0'/>
<id>urn:sha1:201e54782594f9f8394a55cda2489a3193a9cac0</id>
<content type='text'>
A few atom-pc configuration files escaped the last purge of atom-pc.
Clean them up.

(From meta-yocto rev: f26d99ffb2c67b310d4c46627932dc3f8aefad96)

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>meta-yocto-bsp: Add genericx86-64 machine</title>
<updated>2013-08-27T23:25:56+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2013-08-27T20:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=6c3a0292df7ae0cb5bf7d8d19346d7b07610a1a3'/>
<id>urn:sha1:6c3a0292df7ae0cb5bf7d8d19346d7b07610a1a3</id>
<content type='text'>
Duplicate the genericx86 machine, but select x86_64 tunables and use the
common-pc-64 linux-yocto KMACHINE and config.

This has been boot tested with core-image-sato on a Lenovo x220
(Core-i5) and a Supermicro MBD-X8DTL-iF-O (dual-socket Xeon 5680).

(From meta-yocto rev: 9b7db7ded0e6b7f5c0cd3ab7fbb0bce4112407da)

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Cc: Ross Burton &lt;ross.burton@intel.com&gt;
Cc: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
Cc: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>layer.conf: Bumping LAYERVERSION_yoctobsp to account for atom-pc</title>
<updated>2013-08-27T09:55:08+00:00</updated>
<author>
<name>Elizabeth Flanagan</name>
<email>elizabeth.flanagan@intel.com</email>
</author>
<published>2013-08-26T20:52:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=9b8c20e435274982a7463ccda391e39938520566'/>
<id>urn:sha1:9b8c20e435274982a7463ccda391e39938520566</id>
<content type='text'>
In order to maintain autobuilder compatibility with prior releases
we'll need to decide on if we should build atom-pc or genericx86
based on LAYERVERSION_yoctobsp.

if LAYERVERSION_yoctobsp &lt; 2 we build out atom-pc else
we build out genericx86

(From meta-yocto rev: 775ed00b9248c780e4c0e6768c439e4ebb65d9ed)

Signed-off-by: Elizabeth Flanagan &lt;elizabeth.flanagan@intel.com&gt;
Cc: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>meta-yocto-bsp: Purge atom-pc in favor of genericx86</title>
<updated>2013-08-27T09:55:08+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2013-08-26T21:15:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=be5b80839e5a57c19f7e3ed0502b8b7c3184929f'/>
<id>urn:sha1:be5b80839e5a57c19f7e3ed0502b8b7c3184929f</id>
<content type='text'>
genericx86 is a superset of atom-pc, so remove all references to
atom-pc.

Note that genericx86 only has 3.10 linux-yocto support, that leaves us
with no x86 BSP in meta-yocto-bsp for the 3.4 kernel. As a general rule,
new BSPs are targeted at the current kernel version, so this is normal,
but something worth noting.

(From meta-yocto rev: 7a8ce1a8ba5a74e16da054c5a04302f028118ce0)

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Cc: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>meta-yocto-bsp/genericx86: Update kernel, branch, KMACHINE, and SRCREV</title>
<updated>2013-08-27T09:55:08+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2013-08-26T20:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ad8836134e92ee90526f6638b29c760999d5035e'/>
<id>urn:sha1:ad8836134e92ee90526f6638b29c760999d5035e</id>
<content type='text'>
For the genericx86 machine:
o Update the PREFERRED_VERSION for linux-yocto to 3.10
o Change the KBRANCH to common-pc/base
o Change the SRCREV to the HEAD
o Change the KMACHINE to a valid linux-yocto BSP name

(From meta-yocto rev: d26bfd7bf908d9ad622c1298c918ebf1db216e98)

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Cc: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>yocto-bsp: add 3.10 bbappend and update routerstationpro's preferred version</title>
<updated>2013-08-26T10:29:46+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-08-25T05:20:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b3357d5d5ab0d8497c911931f66637a89261f22b'/>
<id>urn:sha1:b3357d5d5ab0d8497c911931f66637a89261f22b</id>
<content type='text'>
Now that the 3.10 yocto kernel tree is available, meta-yocto-bsp needs a
bbappend with the relevant SRCREVs defined.

Note: that only the routerstationpro is updated to 3.10, and the other reference
BSPs continue to use their existing preferred versions.

(From meta-yocto rev: 8e3688ea98ad06a64218a67d5ee4c96165766686)

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>mpc8315e-rdb: Set PREFFERED_VERSION to a version thats known working</title>
<updated>2013-08-26T10:02:33+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2013-08-23T20:23:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=6ccc545238884414b0cd8addc0e268fababc30bf'/>
<id>urn:sha1:6ccc545238884414b0cd8addc0e268fababc30bf</id>
<content type='text'>
While adding the last version, the 2012.04 version was accidently removed, it was not
noticed becuase the 2011.06 version also works correctly.  When we next have a tested
u-boot against this core bsp, we can either drop or update this setting

(From meta-yocto rev: 79a8960aa43964ebf3f3cb4621ce10c872807cc9)

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>linux-yocto: switch genericx86 to use common-pc</title>
<updated>2013-08-24T08:37:49+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2013-08-22T15:59:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b467b99a5d25efe5eadfb07dbecba608575256ac'/>
<id>urn:sha1:b467b99a5d25efe5eadfb07dbecba608575256ac</id>
<content type='text'>
The common-pc machine is now more featureful, so switch from atom-pc to common-pc.

(From meta-yocto rev: 98fb095f97fa73ef458977cac4e83c802a5a1044)

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
