<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-virtualization.git/dynamic-layers, branch master-next</title>
<subtitle>Mirror of git.yoctoproject.org/meta-virtualization</subtitle>
<id>https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=master-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=master-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/'/>
<updated>2025-02-11T23:19:51+00:00</updated>
<entry>
<title>kernel: drop 6.6 support</title>
<updated>2025-02-11T23:19:51+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2025-02-11T23:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=70790134547d8722a682cc1a2a4f4bc11ab8f110'/>
<id>urn:sha1:70790134547d8722a682cc1a2a4f4bc11ab8f110</id>
<content type='text'>
It could be argued that we could keep the fragments and virtualization
.inc file for old versions, as they won't trigger and immediate issue
for configurations that are using the older supported kernel versions.

BUT, we could extend that comment to any / all versions ever supported
by OEcore.

Since 6.6 isn't actively being tested in master, let's drop all
the references and only have 6.12 active. If someone does need the
older kernel support, then the support could be restored.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>device-tree: Rename EXTRA_OVERLAYS to EXTRA_DT_INCLUDE_FILES</title>
<updated>2024-10-10T13:09:31+00:00</updated>
<author>
<name>Sandeep Gundlupet Raju</name>
<email>sandeep.gundlupet-raju@amd.com</email>
</author>
<published>2024-10-08T20:14:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=385f7cecbc69e81ff03ac48fbc11e160ff4eeac2'/>
<id>urn:sha1:385f7cecbc69e81ff03ac48fbc11e160ff4eeac2</id>
<content type='text'>
Rename EXTRA_OVERLAYS to EXTRA_DT_INCLUDE_FILES as these variables
are renamed in https://github.com/Xilinx/meta-xilinx/blob/master/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb
recipe.

Signed-off-by: Sandeep Gundlupet Raju &lt;sandeep.gundlupet-raju@amd.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>u-boot-xlnx-scr.bbappend: Fix xen boot script comparison</title>
<updated>2024-09-25T18:50:57+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2024-09-15T23:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=0aa6e9fc7b9fe4a4b0da4bbd59500837445032e8'/>
<id>urn:sha1:0aa6e9fc7b9fe4a4b0da4bbd59500837445032e8</id>
<content type='text'>
Some versions of python/bitbake appear to allow 'true' and 'false',
but this is incorrect, True and False are the correct boolean variables.

Fixes:
  ERROR: ExpansionError during parsing .../meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-scr.bb

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
Signed-off-by: Mark Hatle &lt;mark.hatle@kernel.crashing.org&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>u-boot-xlnx-scr.bbappend: Enable xen boot script using variable</title>
<updated>2024-09-11T18:20:33+00:00</updated>
<author>
<name>John Vicky Vykuntapu</name>
<email>johnvicky.vykuntapu@amd.com</email>
</author>
<published>2024-09-11T17:20:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=c2d3d5001aa061a5f419af461a4c7350ac216176'/>
<id>urn:sha1:c2d3d5001aa061a5f419af461a4c7350ac216176</id>
<content type='text'>
Xen related boot script offset was override from
meta-virtualization for non xen builds.

ERROR: RD image overlaps OS image (OS=0xe00000..0x2610000)

Add to include xen boot script only if ENABLE_XEN_UBOOT_SCR variable
set from the configuration file and xen enabled in DISTRO_FEATURES to
avoid override.

Signed-off-by: John Vicky Vykuntapu &lt;johnvicky.vykuntapu@amd.com&gt;
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>xen-rpi-u-boot-scr: WORKDIR -&gt; UNPACKDIR transition</title>
<updated>2024-07-22T22:16:32+00:00</updated>
<author>
<name>Tim Orling</name>
<email>tim.orling@konsulko.com</email>
</author>
<published>2024-07-21T06:12:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=4e5c323154e6ea7da8ed54e65eecb724bb002ad7'/>
<id>urn:sha1:4e5c323154e6ea7da8ed54e65eecb724bb002ad7</id>
<content type='text'>
Borrowed from Leon Anavi &lt;leon.anavi@konsulko.com&gt;
meta-raspberrypi: commit 434ed33c90b7659152b1e8d7c2d4d785db85105f

and from Martin Jansa &lt;martin.jansa@gmail.com&gt;
meta-raspberrypi: commit c39c2b165e68388767f54dc86acf4595a33ee1e1

This adapts to the oe-core rework to enforce a separate directory
for unpacking local sources (UNPACKDIR) instead of directly using
WORKDIR.

Follows the preliminary guideline from:
https://lists.openembedded.org/g/openembedded-architecture/message/2007

Signed-off-by: Tim Orling &lt;tim.orling@konsulko.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>xen-boot-cmd.inc: Fix initrd boot issue with 6.6 kernel</title>
<updated>2024-02-22T17:15:22+00:00</updated>
<author>
<name>Sandeep Gundlupet Raju</name>
<email>sandeep.gundlupet-raju@amd.com</email>
</author>
<published>2024-02-22T01:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=e7f9c2dd2f9f4ac95942b69c05ed8f5d0494edbf'/>
<id>urn:sha1:e7f9c2dd2f9f4ac95942b69c05ed8f5d0494edbf</id>
<content type='text'>
Due to increase in 6.6 kernel image size xen ramdisk offset was
overlapping with kernel image. This causes xen randisk image boot
failures. Hence increase the ramdisk offset to fix initrd boot
issue.

Signed-off-by: Sandeep Gundlupet Raju &lt;sandeep.gundlupet-raju@amd.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>rpi: linux-yocto: move bbappend to 6.1</title>
<updated>2024-01-24T02:17:12+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2024-01-24T02:16:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=c39840a3bdac9923e841d69e40edd618eb754a41'/>
<id>urn:sha1:c39840a3bdac9923e841d69e40edd618eb754a41</id>
<content type='text'>
Moving the rpi to 6.6 to enable extended testing.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>zynqmp-xen-qemu.dtsi: Remove device_type dt nodes</title>
<updated>2023-12-14T20:00:06+00:00</updated>
<author>
<name>Sandeep Gundlupet Raju</name>
<email>sandeep.gundlupet-raju@amd.com</email>
</author>
<published>2023-12-13T01:00:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=caa14c63f158fdd13382ccf1ff4e20a8ba6ad667'/>
<id>urn:sha1:caa14c63f158fdd13382ccf1ff4e20a8ba6ad667</id>
<content type='text'>
Remove device_type device tree nodes as these nodes are no longer
required for Xen qemu boot.

Signed-off-by: Sandeep Gundlupet Raju &lt;sandeep.gundlupet-raju@amd.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>xen-boot-cmd: Remove hard assigment for ramdisk image</title>
<updated>2023-08-17T20:01:19+00:00</updated>
<author>
<name>Sandeep Gundlupet Raju</name>
<email>sandeep.gundlupet-raju@amd.com</email>
</author>
<published>2023-08-16T20:42:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=7fee614060705a64ea512e4035f650352f115bad'/>
<id>urn:sha1:7fee614060705a64ea512e4035f650352f115bad</id>
<content type='text'>
Setting hard assignment for RAMDISK_IMAGE will take precedence during
variable pre-expansion. Hence set RAMDISK_IMAGE variable with soft
assignment.

Signed-off-by: Sandeep Gundlupet Raju &lt;sandeep.gundlupet-raju@amd.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes-bsp: Add u-boot-xlnx scripts for Xen support</title>
<updated>2023-08-01T18:41:45+00:00</updated>
<author>
<name>Sandeep Gundlupet Raju</name>
<email>sandeep.gundlupet-raju@amd.com</email>
</author>
<published>2023-07-27T23:22:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=7332b594729085c5cd74fdad516ff977578017fc'/>
<id>urn:sha1:7332b594729085c5cd74fdad516ff977578017fc</id>
<content type='text'>
Add new boot.cmd.xen to u-boot-xlnx-scr bbappend to enable
Xen support for ZynqMP and Versal devices.

User can enable xen u-boot script by adding below variable from
configuration file.

BOOTMODE = "xen"

This u-boot script also supports to configure below Xen params from
configuration file

params          variable assignment
------          -------------------
duart           XEN_SERIAL_CONSOLES = "serial0"
dom0_mem        DOM0_MEM = "1500M"
dom0_max_vcpus  DOM0_MAX_VCPUS = "1"
extra params    XEN_CMDLINE_APPEND = "loglvl=all"

Signed-off-by: Sandeep Gundlupet Raju &lt;sandeep.gundlupet-raju@amd.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
</feed>
