<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-xilinx.git/meta-xilinx-standalone-experimental, branch mickledore</title>
<subtitle>Mirror of git.yoctoproject.org/meta-xilinx.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=mickledore</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=mickledore'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/'/>
<updated>2023-10-23T00:40:49+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'origin/rel-v2023.2' into mickledore</title>
<updated>2023-10-23T00:40:49+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2023-10-23T00:31:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=e08eacd3b7e25d9435c742dcfb54c1e31113c047'/>
<id>urn:sha1:e08eacd3b7e25d9435c742dcfb54c1e31113c047</id>
<content type='text'>
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>dt-processor.sh: Redirect MACHINEOVERRIDES to conf file</title>
<updated>2023-07-07T14:41:02+00:00</updated>
<author>
<name>Raju Kumar Pothuraju</name>
<email>rajukumar.pothuraju@amd.com</email>
</author>
<published>2023-07-04T11:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=861c02a8b3e8f72667979bce88f6537335888d48'/>
<id>urn:sha1:861c02a8b3e8f72667979bce88f6537335888d48</id>
<content type='text'>
Redirect MACHINEOVERRIDES to conf file.

Signed-off-by: Raju Kumar Pothuraju &lt;rajukumar.pothuraju@amd.com&gt;
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>dt-processor.sh: All dts_path to be relative or absolute</title>
<updated>2023-06-22T15:49:59+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2023-06-21T22:26:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=79a27b96380290ce42a101ec046f8b227f2e7a07'/>
<id>urn:sha1:79a27b96380290ce42a101ec046f8b227f2e7a07</id>
<content type='text'>
When the dts_path is relative, it's relative from &lt;build&gt;/conf/dts

Note, using an absolute path may affect some recipe hashes, preventing
sstate-cache re-use by other users.

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>dt-processor.sh: Add -O option to allow the user to add overrides</title>
<updated>2023-06-21T20:07:01+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2023-06-19T21:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=6fd3d3532311675a7074cbbd4efe1683ead6624b'/>
<id>urn:sha1:6fd3d3532311675a7074cbbd4efe1683ead6624b</id>
<content type='text'>
Additional MACHINEOVERRIDES can be automatically appeneded by using the
-O option.  No validation is preformed, but the value is used in the
generated content.  For example:

  dt-processor.sh .... -O override1:override2

The generated content will be:

  MACHINEOVERRDIES .= ":override1:override2"

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>dt-processor.sh: Add -r option to defined required (inherited)</title>
<updated>2023-06-21T20:07:01+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2023-06-19T21:44:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=1beca9030170ed6bd86d51654adfbdb2673e1d6d'/>
<id>urn:sha1:1beca9030170ed6bd86d51654adfbdb2673e1d6d</id>
<content type='text'>
  [-r &lt;require_machine&gt;]  This machine will be required, instead of the generic machine if defined

For example:

  dt-processor.sh -m xilinx-zynqmp-sc-revb -r eval-brd-sc-zynqmp.conf

This will create a new machine 'xilinx-zynqmp-sc-revb' which will generate:
  require conf/machine/eval-brd-sc-zynqmp.conf

The value of -r is not verified, but is designed to allow for arbitrary
values such as:
  -r include/kria-k24-generic.inc

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>dt-processor.sh: Define dts subdirectory differently</title>
<updated>2023-06-21T20:07:01+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2023-06-19T21:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=c8751de878c0ea341faff089d0e16decbf6176c9'/>
<id>urn:sha1:c8751de878c0ea341faff089d0e16decbf6176c9</id>
<content type='text'>
The generated DTS files will be installed into the same directory as the
automatically generated machine name.  This provides a method for the user
to specify an alternative directory name instead.

Note, if the machine name is defined by the user, the dts directory is not
changed from the default without using this additional argument.

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>meta-xilinx-standalone-experimental: dt-processor.sh: move to min config</title>
<updated>2023-06-08T15:25:19+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2023-06-05T19:26:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=845935b361026ecfb784625f873db18a41cf4d52'/>
<id>urn:sha1:845935b361026ecfb784625f873db18a41cf4d52</id>
<content type='text'>
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>meta-xilinx-standalone-experimental: dmaps: Update recipe to fix dependency loop</title>
<updated>2023-05-24T22:37:38+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2023-05-24T16:32:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=a0ff9b1f276979e2b6127828235d02aa873eff60'/>
<id>urn:sha1:a0ff9b1f276979e2b6127828235d02aa873eff60</id>
<content type='text'>
The recipe has not been updated since originally created.  This was triggering
a dependency loop since it has not been updated to the current format.

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>meta-xilinx-standalone-experimental: conf: dtb-embeddedsw.inc: Update branch and srcrev for 2023.2 release</title>
<updated>2023-05-24T22:32:16+00:00</updated>
<author>
<name>Appana Durga Kedareswara rao</name>
<email>appana.durga.kedareswara.rao@amd.com</email>
</author>
<published>2023-05-19T12:14:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=a174f1216b601d84245fbb99468edd7ef1c7071c'/>
<id>urn:sha1:a174f1216b601d84245fbb99468edd7ef1c7071c</id>
<content type='text'>
Below are the updates:
742a608800e7 create_bsp: Remove references to /dev/null
826fcc503554 settings.sh: Changing version from 2023.1 to 2023.2
51adc44151e7 scripts: rigel_scripts: regen_linker: Add script for regenerating linker
b5e2f5e9b887 dmaps: Remove arm,primecell compat string from compatible list
89767030a151 rigel_scripts: copy psu_init* files for zynqmp_fsbl app
2a448b31f000 scripts: rigel_scritps: build_app: Remove unneeded repo handling from build_app
1d85f3d87ffd scripts: rigel_scripts: Handle drivers which are part of sdt folder
23891dfcfdad scripts: rigel_scripts: create_example: Add support for compiling library or driver examples
88b749d8e8c6 scripts: rigel_scripts: Update get_high_precedence_path API to use concatenate paths
cade1b610ba4 scripts: rigel_scripts: Add support for library examples meta-data
49df9535433a scripts: rigel_scripts: load_example: Add support for driver example meta-data
3169cabf8576 scripts: rigel_scripts: Update the bsp.yaml domain drv_info with hardware instance instead of driver
f81d03153a45 create_bsp: Adding libsrc subdir properly by correcting cmake syntax
1ede8254fb6e *.py: Fixing the timing issues with library addition and configuration
787efbe8dd0f sw_services:xilsecure:Fix passing device id to xilmailbox library
27d8798fb1f0 scripts: rigel_scripts: Workaround for windows support enablement
3a2ce07f49ed scripts: rigel_scripts: Use GNU Makefile generator

Signed-off-by: Appana Durga Kedareswara rao &lt;appana.durga.kedareswara.rao@amd.com&gt;
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/rel-v2023.1'</title>
<updated>2023-05-18T20:59:03+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2023-05-18T19:18:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=96363a1fada8f5dca874917e47899e7f6dd26b43'/>
<id>urn:sha1:96363a1fada8f5dca874917e47899e7f6dd26b43</id>
<content type='text'>
Resolved conflicts
Preserved 2022* versions

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
</feed>
