<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/meta-fsl-ppc/conf/machine/include/e6500-64b.inc, branch morty</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=morty</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=morty'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2015-07-29T02:26:59+00:00</updated>
<entry>
<title>Move meta-fsl-ppc content to layer root</title>
<updated>2015-07-29T02:26:59+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2015-07-23T19:02:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=6a868a671472d454b407a165fc31c5f7dfe783c6'/>
<id>urn:sha1:6a868a671472d454b407a165fc31c5f7dfe783c6</id>
<content type='text'>
This commit is just a rename of all contents of meta-fsl-ppc
subdirectory to this layer's root, merging the contents of common
files, subsequent changes are based on top of that.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>multilib: use ?= to allow overridden in local.conf</title>
<updated>2015-01-12T08:56:16+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@freescale.com</email>
</author>
<published>2015-01-09T09:09:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=dc2e2ff97a6f8a83ac922c395f70d21eecc60fce'/>
<id>urn:sha1:dc2e2ff97a6f8a83ac922c395f70d21eecc60fce</id>
<content type='text'>
The multilib setting was set in &lt;core&gt;.inc which was included by
the &lt;machine&gt;.conf. In bitbake.conf, &lt;machine&gt;.conf is included
after local.conf. Change to use ?= to not override the value in
local.conf.

This is useful when using external toolchain which does not need
to enable multilib.

Signed-off-by: Zongchun Yu &lt;Zongchun.Yu@freescale.com&gt;
</content>
</entry>
<entry>
<title>enable multilib for e5500-64b/e6500/e6500-64b</title>
<updated>2014-07-23T09:51:50+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@freescale.com</email>
</author>
<published>2014-07-22T10:04:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=7cb7b451666721c1512531dd5c0c608d577e3670'/>
<id>urn:sha1:7cb7b451666721c1512531dd5c0c608d577e3670</id>
<content type='text'>
enable multilib by default as it is needed:
* for e5500-64b/e6500-64b, 32bit toolchain is need to build u-boot
* for e6500, only 64bit kernel is supported

Signed-off-by: Ting Liu &lt;ting.liu@freescale.com&gt;
</content>
</entry>
<entry>
<title>remove fslmachine MACHINEOVERRIDES usage</title>
<updated>2014-07-15T06:13:20+00:00</updated>
<author>
<name>Ting Liu</name>
<email>b28495@freescale.com</email>
</author>
<published>2014-07-11T06:52:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=424f1e55060fed7126bd0ca68a83df984583c9b3'/>
<id>urn:sha1:424f1e55060fed7126bd0ca68a83df984583c9b3</id>
<content type='text'>
fslmachine is too generic, use qoriq-ppc instead.

Signed-off-by: Ting Liu &lt;b28495@freescale.com&gt;
</content>
</entry>
<entry>
<title>conf/machine/: move common bits to inc files</title>
<updated>2014-07-15T06:13:19+00:00</updated>
<author>
<name>Ting Liu</name>
<email>b28495@freescale.com</email>
</author>
<published>2014-07-11T06:07:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=528285dfb196b8bdfa25c6d84eaf659b83c5cbdd'/>
<id>urn:sha1:528285dfb196b8bdfa25c6d84eaf659b83c5cbdd</id>
<content type='text'>
* add four new files to hold common bits:
   include/qoriq-base.inc
   include/qoriq-default-providers.inc
   include/qoriq-default-settings.inc
   include/qoriq-default-versions.inc
* add 'qoriq-ppc' into list of MACHINEOVERRIDES

Signed-off-by: Ting Liu &lt;b28495@freescale.com&gt;
</content>
</entry>
<entry>
<title>remove obsolete PREFERRED_VERSION for virtual/kernel</title>
<updated>2014-07-15T06:13:19+00:00</updated>
<author>
<name>Ting Liu</name>
<email>b28495@freescale.com</email>
</author>
<published>2014-07-11T05:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=0117961f98e4bd4c33152f05c37a9092bed50dfb'/>
<id>urn:sha1:0117961f98e4bd4c33152f05c37a9092bed50dfb</id>
<content type='text'>
there is only one linux-qoriq-sdk recipe that is based on 3.12 now

Signed-off-by: Ting Liu &lt;b28495@freescale.com&gt;
</content>
</entry>
<entry>
<title>remove kernel26 machine feature usage</title>
<updated>2014-07-15T06:13:19+00:00</updated>
<author>
<name>Ting Liu</name>
<email>b28495@freescale.com</email>
</author>
<published>2014-07-11T05:25:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=28cf59805ab886add7cde931298285940f7b724c'/>
<id>urn:sha1:28cf59805ab886add7cde931298285940f7b724c</id>
<content type='text'>
kernel26 is now obsolete so remove it from the machine configs

Signed-off-by: Ting Liu &lt;b28495@freescale.com&gt;
</content>
</entry>
<entry>
<title>move all inc files to folder include/</title>
<updated>2014-07-15T06:13:19+00:00</updated>
<author>
<name>Ting Liu</name>
<email>b28495@freescale.com</email>
</author>
<published>2014-07-11T05:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=22729e3b2cf70106b8221025e5f622b028f1d6e1'/>
<id>urn:sha1:22729e3b2cf70106b8221025e5f622b028f1d6e1</id>
<content type='text'>
Signed-off-by: Ting Liu &lt;b28495@freescale.com&gt;
</content>
</entry>
</feed>
