<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-virtualization.git, branch honister</title>
<subtitle>Mirror of git.yoctoproject.org/meta-virtualization</subtitle>
<id>https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=honister</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=honister'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/'/>
<updated>2022-05-25T16:18:18+00:00</updated>
<entry>
<title>xen: fix boot on the Raspberry Pi 4 with Xen 4.14</title>
<updated>2022-05-25T16:18:18+00:00</updated>
<author>
<name>Christopher Clark</name>
<email>christopher.w.clark@gmail.com</email>
</author>
<published>2022-05-21T19:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=e69e3df88aa56bd05a8c2d5df759fed24072c55a'/>
<id>urn:sha1:e69e3df88aa56bd05a8c2d5df759fed24072c55a</id>
<content type='text'>
Apply the patch from Xen to fix device tree parsing in newer kernels.

Signed-off-by: Christopher Clark &lt;christopher.w.clark@gmail.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>xen: drop patch to workaround prelink on aarch64</title>
<updated>2022-05-25T16:18:18+00:00</updated>
<author>
<name>Christopher Clark</name>
<email>christopher.w.clark@gmail.com</email>
</author>
<published>2022-05-21T19:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=d9f49b8818bf62532ffd8126e89bf2cee401d6a7'/>
<id>urn:sha1:d9f49b8818bf62532ffd8126e89bf2cee401d6a7</id>
<content type='text'>
Patch is not needed for image prelinking since the gcc toolchain
in this branch successfully links Xen without it.

Remove the patch from the stable branch since the BSD license of the
modified header file differs vs the GPLv2 source code referenced.
Removal preferred to replacement with a new patch that moves the function
into GPLv2 .c source files since the build now succeeds without it.

Signed-off-by: Christopher Clark &lt;christopher.w.clark@gmail.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>linux-yocto-dev, xen, raspberrypi: remove tracking bbappend</title>
<updated>2022-05-25T16:18:18+00:00</updated>
<author>
<name>Christopher Clark</name>
<email>christopher.w.clark@gmail.com</email>
</author>
<published>2022-05-21T19:04:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=7148a0664ae6cddaddca3f337e7ada6899d44f24'/>
<id>urn:sha1:7148a0664ae6cddaddca3f337e7ada6899d44f24</id>
<content type='text'>
The default preferred Linux kernel for Xen on the Raspberry Pi 4 in this
branch is linux-yocto. The alternative provided option is
linux-yocto-dev, but this is unintentionally a branch tracking configuration
rather than a fixed revision so not appropriate for a stable branch.

Remove the linux-yocto-dev in favour of the linux-yocto kernel, which
has been tested and verified working on the board.

Signed-off-by: Christopher Clark &lt;christopher.w.clark@gmail.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>dev86: fix a build race</title>
<updated>2022-05-12T04:04:09+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@arm.com</email>
</author>
<published>2022-05-11T02:53:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=ec562be1d5998d4f82760416071efcd180fabd8d'/>
<id>urn:sha1:ec562be1d5998d4f82760416071efcd180fabd8d</id>
<content type='text'>
Fix a race in cpp/ where token[12].h are written to a temporary file
with the same name.

Also update the status of cross.patch.

Signed-off-by: Ross Burton &lt;ross.burton@arm.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
(cherry picked from commit 36433bfef3b690ee1211f04a38022b1f3dc2b383)
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>xen: Override CC and CPP in make command line</title>
<updated>2022-03-11T11:01:39+00:00</updated>
<author>
<name>Michal Orzel</name>
<email>michal.orzel@arm.com</email>
</author>
<published>2022-03-09T11:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=bd7511c53b921c9ce4ba2fdb42778ca194ebc3e8'/>
<id>urn:sha1:bd7511c53b921c9ce4ba2fdb42778ca194ebc3e8</id>
<content type='text'>
After 4.16 release, Xen build system has been changed significantly.
When building latest status of Xen it was observed that commit
317c98cb91 broke the hypervisor build on arm32 due to the change in
handling Rules.mk that xen.inc modifies to override CC and CPP.

In order to fix the issue this patch moves overriding CC and CPP from
Rules.mk to make command line by adding them to EXTRA_OEMAKE:arm.

Take the opportunity to bump SRCREV of xen_git.bb and xen-tools_git.bb
to the current status of master.

Signed-off-by: Michal Orzel &lt;michal.orzel@arm.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>xen: Clear TUNE_CCARGS for Xen build for aarch64 machines</title>
<updated>2022-01-19T18:20:40+00:00</updated>
<author>
<name>Kamil Dziezyk</name>
<email>kamil.dziezyk@arm.com</email>
</author>
<published>2022-01-13T11:30:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=71efeb8cdce968378d6d69e7cd9532499506fa3f'/>
<id>urn:sha1:71efeb8cdce968378d6d69e7cd9532499506fa3f</id>
<content type='text'>
Xen build may fail for arm machines that have enabled extra flags,
that can be enabled only for specific architecture version, e.g. armv8-2a.

Reviewed-by: Bertrand Marquis &lt;bertrand.marquis@arm.com&gt;
Acked-by: Christopher Clark &lt;christopher.w.clark@gmail.com&gt;
Signed-off-by: Kamil Dziezyk &lt;kamil.dziezyk@arm.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>xen-tools: Load xen related kernel modules during system boot</title>
<updated>2022-01-19T18:20:40+00:00</updated>
<author>
<name>Kamil Dziezyk</name>
<email>kamil.dziezyk@arm.com</email>
</author>
<published>2022-01-13T11:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=6cde8f2ccbde5ecc9997cf727939a0ae5e0fe11d'/>
<id>urn:sha1:6cde8f2ccbde5ecc9997cf727939a0ae5e0fe11d</id>
<content type='text'>
This patch changes the location of xen.conf file, that contains list of kernel
modules to be loaded during system boot, to "${nonarch_libdir}". This is done
by removing '--with-systemd-modules-load=' flag from EXTRA_OECONF variable.

Previous path based on "${systemd_unitdir}" was not considered by default by
systemd-modules-load.service.

Reviewed-by: Bertrand Marquis &lt;bertrand.marquis@arm.com&gt;
Acked-by: Christopher Clark &lt;christopher.w.clark@gmail.com&gt;
Signed-off-by: Kamil Dziezyk &lt;kamil.dziezyk@arm.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>go-fsnotify: switch to main branch</title>
<updated>2022-01-14T18:32:18+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2022-01-14T13:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=ed52ba982179087ecc84f7dc3b0a16cfe25f2f8e'/>
<id>urn:sha1:ed52ba982179087ecc84f7dc3b0a16cfe25f2f8e</id>
<content type='text'>
The upstream project has changed from master -&gt; main, so we update
our branch to match .. otherwise, we fail the fetch!

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>cloud-init: switch branch to main</title>
<updated>2022-01-03T15:27:27+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2021-12-21T14:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=cc431616fc5011c0ba08c256e483ccc3663f580f'/>
<id>urn:sha1:cc431616fc5011c0ba08c256e483ccc3663f580f</id>
<content type='text'>
Cloud-init has removed the master branch, and has switched
to using main.

So we adjust our recipe accordingly to avoid fetcher errors.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>cri-o: switch from master -&gt; main</title>
<updated>2021-12-17T02:43:28+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2021-12-16T12:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=7618d5046a24e4c8852560b17f815b1ce3cba160'/>
<id>urn:sha1:7618d5046a24e4c8852560b17f815b1ce3cba160</id>
<content type='text'>
cri-o has joined the projects switching their default branch to
main (and removing the old one).

We update our recipe to avoid fetcher errors.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
</feed>
