<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-xilinx.git/conf/layer.conf, branch morty</title>
<subtitle>Mirror of git.yoctoproject.org/meta-xilinx.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=morty</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=morty'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/'/>
<updated>2015-11-26T05:38:36+00:00</updated>
<entry>
<title>layer.conf: Remove unnecessary early expansion with ':='</title>
<updated>2015-11-26T05:38:36+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2015-11-26T05:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=34736392307c45c25176a135edde672b8ca5062e'/>
<id>urn:sha1:34736392307c45c25176a135edde672b8ca5062e</id>
<content type='text'>
Avoid the use of early expansion operator. This change is done because
LAYERDIR immediate expansion is handled automatically by bitbake.

This change brings the layer.conf in-line with common practices used by
other layers.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>conf/layer.conf: Reduce Priority of layer to 5 (from 6)</title>
<updated>2015-02-23T04:23:34+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2015-02-20T05:16:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=87ba8f345f6dd5c47e460c99ffa00c1bf6d479b4'/>
<id>urn:sha1:87ba8f345f6dd5c47e460c99ffa00c1bf6d479b4</id>
<content type='text'>
* Align priority of recipes to the same level as oe-core, this is to
  prevent the selection of meta-xilinx recipes over oe-core recipes for
  general use cases

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: correct BBFILES append</title>
<updated>2014-11-07T02:28:57+00:00</updated>
<author>
<name>Yasir-Khan</name>
<email>yasir_khan@mentor.com</email>
</author>
<published>2014-11-05T08:33:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=3ec876abc8762cbaa0c6fcf0d4decfe84c587f08'/>
<id>urn:sha1:3ec876abc8762cbaa0c6fcf0d4decfe84c587f08</id>
<content type='text'>
Due to immediate expansion operator being  used to assign
BBFILES variable, bitbake was ignoring BBFILE_COLLECTIONS.split()
based append to BBFILES used in other layers to add layer specific
bbappends. Use append operator instead of immediate expansion to
correct this.

Signed-off-by: Yasir-Khan &lt;yasir_khan@mentor.com&gt;
</content>
</entry>
<entry>
<title>conf/layer.conf: Add LAYERDEPENDS</title>
<updated>2014-09-18T07:27:58+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-09-18T07:27:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=c359e7ebaaf72d42c8b588db2c09c9ceca013d7d'/>
<id>urn:sha1:c359e7ebaaf72d42c8b588db2c09c9ceca013d7d</id>
<content type='text'>
* Add the LAYERDEPENDS variable to correctly define the layers
  meta-xilinx depends on. Currently only the core layer is a dependency

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: Change layer priority to match other BSP layers</title>
<updated>2013-08-01T07:45:36+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2013-08-01T07:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=acd7f28e7e608b0b4b7eb5c8f23a1e50ad783478'/>
<id>urn:sha1:acd7f28e7e608b0b4b7eb5c8f23a1e50ad783478</id>
<content type='text'>
Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>Refactored MACHINE_* usage</title>
<updated>2013-08-01T07:45:02+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2013-08-01T07:45:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=505a3f93504e12085ad7b78d12c4eb21f67cda1f'/>
<id>urn:sha1:505a3f93504e12085ad7b78d12c4eb21f67cda1f</id>
<content type='text'>
* Added 'conf/machine/boards' as a default FILESEXTRAPATH
  (for each available layer).
* Change MACHINE_* to rely only on the path being relative to
  'conf/machine/boards'.
* Fixed up linux-xlnx.inc and linux-machine-common.inc to use 'MACHINE_*'
  for default files.
* Fixed KERNEL_DEVICETREE setting such that the variable is valid before
  the base __anonymous function of linux-dtb.inc is executed.

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>Rearranged location of board configuration files</title>
<updated>2013-06-26T07:48:06+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2013-06-26T05:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=2e81ce70fdaca875a665f12690155db35c5de887'/>
<id>urn:sha1:2e81ce70fdaca875a665f12690155db35c5de887</id>
<content type='text'>
* Moved qemu* device tree and kernel config to conf/machine/boards/qemu/
* Moved common dtsi and kernel config to conf/machine/boards/common/
* Added 'MACHINE_DEVICETREE' and 'MACHINE_KCONFIG' variables for linux-xlnx
  to allow machine configs to specify the exact device tree and config to
  use when building the kernel.

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>Created initial meta-xilinx layer.</title>
<updated>2012-09-26T07:01:41+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@petalogix.com</email>
</author>
<published>2012-09-26T07:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=88e5ad9e5e14f572c6cdddb88b5a4a6583e4b7ee'/>
<id>urn:sha1:88e5ad9e5e14f572c6cdddb88b5a4a6583e4b7ee</id>
<content type='text'>
Signed-off-by: Nathan Rossi &lt;nathan.rossi@petalogix.com&gt;
</content>
</entry>
</feed>
