|
[dunfell][PATCH] containerd-opencontainers: add EXTRA_EXTLDFLAGS and use it to fix build with gold
* Work around internal error in gold triggered due to DWARF-5 by forcing to use bfd even with ld-is-gold: _/OE/lge/build/webosose/dunfell/BUILD/work/qemux86_64-webos-linux/containerd-opencontainers/v1
* Work around internal error in gold triggered due to DWARF-5 by forcing to use bfd even with ld-is-gold: _/OE/lge/build/webosose/dunfell/BUILD/work/qemux86_64-webos-linux/containerd-opencontainers/v1
|
By
Martin Jansa
· #7124
·
|
|
[hardknott][PATCH 13/13] dev86: don't require dev86-native to build dev86
From: Ross Burton <ross@...> Instead of installing binaries and patching the makefiles to run external commands, simply build ifdef using BUILD_CC instead of CC. This patch is now upstreamab
From: Ross Burton <ross@...> Instead of installing binaries and patching the makefiles to run external commands, simply build ifdef using BUILD_CC instead of CC. This patch is now upstreamab
|
By
Martin Jansa
· #6951
·
|
|
[hardknott][PATCH 12/13] dev86: work on all hosts, other cleanups
From: Ross Burton <ross@...> Remove COMPATIBLE_HOST, whilst this is an x86 assembler there's nothing to stop you building it on or for arm64 and assembling x86 code. Override INEXE so that b
From: Ross Burton <ross@...> Remove COMPATIBLE_HOST, whilst this is an x86 assembler there's nothing to stop you building it on or for arm64 and assembling x86 code. Override INEXE so that b
|
By
Martin Jansa
· #6950
·
|
|
[hardknott][PATCH 11/13] dev86: remove the pre-generated token[12].h and force gperf to generate them in do_compile
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- ...1.tok-to-make-new-gperf-happy-regen..patch | 230 +----------- ...gen-token2.h-token1.h-with-gperf-3.1.patch | 332 +----------------- recipes
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- ...1.tok-to-make-new-gperf-happy-regen..patch | 230 +----------- ...gen-token2.h-token1.h-with-gperf-3.1.patch | 332 +----------------- recipes
|
By
Martin Jansa
· #6949
·
|
|
[hardknott][PATCH 10/13] dev86: fix compatibility with gperf-3.1
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- ...1.tok-to-make-new-gperf-happy-regen..patch | 256 ++++++++++++ ...gen-token2.h-token1.h-with-gperf-3.1.patch | 389 ++++++++++++++++++ recipes
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- ...1.tok-to-make-new-gperf-happy-regen..patch | 256 ++++++++++++ ...gen-token2.h-token1.h-with-gperf-3.1.patch | 389 ++++++++++++++++++ recipes
|
By
Martin Jansa
· #6948
·
|
|
[hardknott][PATCH 09/13] dev86: depend on dev86-native for ifdefg
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- ...espect-LDFLAGS-when-building-bcc-cpp.patch | 23 ++++++++++++ ...efg-from-dev86-native-instead-of-tar.patch | 36 +++++++++++++++++++ recipes-
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- ...espect-LDFLAGS-when-building-bcc-cpp.patch | 23 ++++++++++++ ...efg-from-dev86-native-instead-of-tar.patch | 36 +++++++++++++++++++ recipes-
|
By
Martin Jansa
· #6947
·
|
|
[hardknott][PATCH 08/13] dev86: switch to still maintained fork of dev86
* as mentioned in: https://github.com/lkundrak/dev86/pull/17 the original lkundrak repo is no longer maintained * pass only BASE_PV as VERSION in EXTRA_OEMAKE to prevent: | version.h:4:20: error: ‘git
* as mentioned in: https://github.com/lkundrak/dev86/pull/17 the original lkundrak repo is no longer maintained * pass only BASE_PV as VERSION in EXTRA_OEMAKE to prevent: | version.h:4:20: error: ‘git
|
By
Martin Jansa
· #6946
·
|
|
[hardknott][PATCH 07/13] dev86: add dependency on gperf-native
* fails to build on hosts without gperf: /bin/sh: gperf: command not found Makefile:27: recipe for target 'token2.h' failed * normally this isn't triggered, because token[12].h are included in git rep
* fails to build on hosts without gperf: /bin/sh: gperf: command not found Makefile:27: recipe for target 'token2.h' failed * normally this isn't triggered, because token[12].h are included in git rep
|
By
Martin Jansa
· #6945
·
|
|
[hardknott][PATCH 06/13] xvisor: set PV
* use something more reasonable than default 'git' from filename * there wasn't a new tag for a long time, so this is quite far from 0.3.0 as git describe shows: v0.3.0-231-g6b23764a but 0.3.0 is stil
* use something more reasonable than default 'git' from filename * there wasn't a new tag for a long time, so this is quite far from 0.3.0 as git describe shows: v0.3.0-231-g6b23764a but 0.3.0 is stil
|
By
Martin Jansa
· #6944
·
|
|
[hardknott][PATCH 02/13] uxen-guest-tools: fix build against kernels 5.4+
From: Bruce Ashfield <bruce.ashfield@...> This is a compile only fix to update the uxen kernel modules to work against newer kernels. Signed-off-by: Bruce Ashfield <bruce.ashfield@...> ---
From: Bruce Ashfield <bruce.ashfield@...> This is a compile only fix to update the uxen kernel modules to work against newer kernels. Signed-off-by: Bruce Ashfield <bruce.ashfield@...> ---
|
By
Martin Jansa
· #6943
·
|
|
[hardknott][PATCH 05/13] xvisor: uprev to latest master and fix python reference
From: Bruce Ashfield <bruce.ashfield@...> Bumping to the latest xvisor tip. We drop one patch that is now part of the upstream, and we add another to remove /usr/bin/python from scripts called d
From: Bruce Ashfield <bruce.ashfield@...> Bumping to the latest xvisor tip. We drop one patch that is now part of the upstream, and we add another to remove /usr/bin/python from scripts called d
|
By
Martin Jansa
· #6942
·
|
|
[hardknott][PATCH 04/13] uxen-guest-tools: fix -DMODULE not working when building uxenhc module
* undo the unnecessary and incomplete changes from 0001-vm-support-fix-buil= d-for-kernel-s-5.4.patch because with 5.15 it was still failing with: ERROR: modpost: missing MODULE_LICENSE() in uxen-gues
* undo the unnecessary and incomplete changes from 0001-vm-support-fix-buil= d-for-kernel-s-5.4.patch because with 5.15 it was still failing with: ERROR: modpost: missing MODULE_LICENSE() in uxen-gues
|
By
Martin Jansa
· #6941
·
|
|
[hardknott][PATCH 01/13] uxen: update guest tools to 4.1.8
From: Bruce Ashfield <bruce.ashfield@...> Signed-off-by: Bruce Ashfield <bruce.ashfield@...> --- ...xen-guest-tools_4.1.7.bb => uxen-guest-tools_4.1.8.bb} | 8 ++++---- 1 file changed, 4 in
From: Bruce Ashfield <bruce.ashfield@...> Signed-off-by: Bruce Ashfield <bruce.ashfield@...> --- ...xen-guest-tools_4.1.7.bb => uxen-guest-tools_4.1.8.bb} | 8 ++++---- 1 file changed, 4 in
|
By
Martin Jansa
· #6940
·
|
|
[hardknott][PATCH 03/13] uxen-guest-tools: fix build against kernels 5.15+
This is a compile only fix to update the uxen kernel modules to work against newer kernels. Signed-off-by: Martin Jansa <Martin.Jansa@...> Signed-off-by: Bruce Ashfield <bruce.ashfield@...
This is a compile only fix to update the uxen kernel modules to work against newer kernels. Signed-off-by: Martin Jansa <Martin.Jansa@...> Signed-off-by: Bruce Ashfield <bruce.ashfield@...
|
By
Martin Jansa
· #6939
·
|
|
[honister][PATCH 5/5] xvisor: set PV
* use something more reasonable than default 'git' from filename * there wasn't a new tag for a long time, so this is quite far from 0.3.0 as git describe shows: v0.3.0-231-g6b23764a but 0.3.0 is stil
* use something more reasonable than default 'git' from filename * there wasn't a new tag for a long time, so this is quite far from 0.3.0 as git describe shows: v0.3.0-231-g6b23764a but 0.3.0 is stil
|
By
Martin Jansa
· #6938
·
|
|
[honister][PATCH 4/5] xvisor: uprev to latest master and fix python reference
From: Bruce Ashfield <bruce.ashfield@...> Bumping to the latest xvisor tip. We drop one patch that is now part of the upstream, and we add another to remove /usr/bin/python from scripts called d
From: Bruce Ashfield <bruce.ashfield@...> Bumping to the latest xvisor tip. We drop one patch that is now part of the upstream, and we add another to remove /usr/bin/python from scripts called d
|
By
Martin Jansa
· #6937
·
|
|
[honister][PATCH 3/5] uxen-guest-tools: fix -DMODULE not working when building uxenhc module
* undo the unnecessary and incomplete changes from 0001-vm-support-fix-buil= d-for-kernel-s-5.4.patch because with 5.15 it was still failing with: ERROR: modpost: missing MODULE_LICENSE() in uxen-gues
* undo the unnecessary and incomplete changes from 0001-vm-support-fix-buil= d-for-kernel-s-5.4.patch because with 5.15 it was still failing with: ERROR: modpost: missing MODULE_LICENSE() in uxen-gues
|
By
Martin Jansa
· #6936
·
|
|
[honister][PATCH 2/5] uxen-guest-tools: fix build against kernels 5.15+
This is a compile only fix to update the uxen kernel modules to work against newer kernels. Signed-off-by: Martin Jansa <Martin.Jansa@...> Signed-off-by: Bruce Ashfield <bruce.ashfield@...
This is a compile only fix to update the uxen kernel modules to work against newer kernels. Signed-off-by: Martin Jansa <Martin.Jansa@...> Signed-off-by: Bruce Ashfield <bruce.ashfield@...
|
By
Martin Jansa
· #6935
·
|
|
[honister][PATCH 1/5] uxen-guest-tools: fix build against kernels 5.4+
From: Bruce Ashfield <bruce.ashfield@...> This is a compile only fix to update the uxen kernel modules to work against newer kernels. Signed-off-by: Bruce Ashfield <bruce.ashfield@...> ---
From: Bruce Ashfield <bruce.ashfield@...> This is a compile only fix to update the uxen kernel modules to work against newer kernels. Signed-off-by: Bruce Ashfield <bruce.ashfield@...> ---
|
By
Martin Jansa
· #6934
·
|
|
[dunfell][gatesgarth][hardknott][master][PATCH] uxen-guest-tools: inherit dos2unix to fix do_patch failure
I've found the cause of MODULE_LICENSE issue and sent updated PATCHv2, see: https://lists.yoctoproject.org/g/meta-virtualization/message/6929 https://lists.yoctoproject.org/g/meta-virtualization/messa
I've found the cause of MODULE_LICENSE issue and sent updated PATCHv2, see: https://lists.yoctoproject.org/g/meta-virtualization/message/6929 https://lists.yoctoproject.org/g/meta-virtualization/messa
|
By
Martin Jansa
· #6931
·
|