|
[PATCH] openvswitch: fix configure error with dpdk enabled
When enabling 'dpdk' PACKAGECONFIG, the following error appears.
| configure: error: Could not find DPDK library in default search path
Fix the error by tweaking the configure option regarding
When enabling 'dpdk' PACKAGECONFIG, the following error appears.
| configure: error: Could not find DPDK library in default search path
Fix the error by tweaking the configure option regarding
|
By
Chen Qi
·
#6901
·
|
|
Re: Building xen-image-minimal for RPi4 Compute Module
No worries, now it's my turn to apologize :) Got pulled away from this over the last week and haven't had a chance to fully dive back on in, but I really appreciate you taking the time to reply here!
No worries, now it's my turn to apologize :) Got pulled away from this over the last week and haven't had a chance to fully dive back on in, but I really appreciate you taking the time to reply here!
|
By
Patrick Godwin
·
#6900
·
|
|
Re: [PATCH] libvirt: do not install /var/log for target
I poked around at this myself, and then asked Ross to help me out .. I
assumed it was meson doing this, and he pointed out the right
meson.build files to me.
I'm trying to figure out how to balance
I poked around at this myself, and then asked Ross to help me out .. I
assumed it was meson doing this, and he pointed out the right
meson.build files to me.
I'm trying to figure out how to balance
|
By
Bruce Ashfield
·
#6899
·
|
|
Re: [PATCH] libvirt: do not install /var/log for target
OK.I'll figure out.
Regards,
Kai
--
Kai Kang
Wind River Linux
OK.I'll figure out.
Regards,
Kai
--
Kai Kang
Wind River Linux
|
By
kai
·
#6898
·
|
|
Re: [PATCH] libvirt: do not install /var/log for target
We should be preventing the install from happening at all, not
deleting it after the fact.
If libvirt thinks something needs to be in the directory, then we
should be looking into why it does exactly
We should be preventing the install from happening at all, not
deleting it after the fact.
If libvirt thinks something needs to be in the directory, then we
should be looking into why it does exactly
|
By
Bruce Ashfield
·
#6897
·
|
|
[PATCH] libvirt: do not install /var/log for target
From: Kai Kang <kai.kang@...>
/var/log is normally a link to /var/volatile/log and /var/volatile is a tmpfs
mount. So anything created in /var/log will not be available when the tmpfs
From: Kai Kang <kai.kang@...>
/var/log is normally a link to /var/volatile/log and /var/volatile is a tmpfs
mount. So anything created in /var/log will not be available when the tmpfs
|
By
kai
·
#6896
·
|
|
Re: Building xen-image-minimal for RPi4 Compute Module
Sorry for the slow reply,
Not sure if you've sorted this out yet.
We do have reference images that booted on the RPI, but I can't say that I've
been testing them myself. I'm hoping that my reply
Sorry for the slow reply,
Not sure if you've sorted this out yet.
We do have reference images that booted on the RPI, but I can't say that I've
been testing them myself. I'm hoping that my reply
|
By
Bruce Ashfield
·
#6895
·
|
|
Re: [PATCH] python3-dtc: port to Python 3.10
My xen-image-minimal build worked with this change, so I've grabbed it and
pushed it to master.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use
My xen-image-minimal build worked with this change, so I've grabbed it and
pushed it to master.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use
|
By
Bruce Ashfield
·
#6894
·
|
|
[PATCH] python3-dtc: port to Python 3.10
Signed-off-by: Ross Burton <ross.burton@...>
---
recipes-kernel/dtc/files/ssize.patch | 35 +++++++++++++++++++++++++
recipes-kernel/dtc/python3-dtc_1.6.1.bb | 3 ++-
2 files changed, 37
Signed-off-by: Ross Burton <ross.burton@...>
---
recipes-kernel/dtc/files/ssize.patch | 35 +++++++++++++++++++++++++
recipes-kernel/dtc/python3-dtc_1.6.1.bb | 3 ++-
2 files changed, 37
|
By
Ross Burton <ross@...>
·
#6893
·
|
|
Re: [m-c-s][PATCH] concurrent-ruby: add explicit branch
By
Peter Kjellerstedt
·
#6892
·
|
|
[m-c-s][PATCH] concurrent-ruby: add explicit branch
From: Kai Kang <kai.kang@...>
Add explicit branch master for concurrent-ruby as the same for other
recipes.
Signed-off-by: Kai Kang <kai.kang@...>
---
From: Kai Kang <kai.kang@...>
Add explicit branch master for concurrent-ruby as the same for other
recipes.
Signed-off-by: Kai Kang <kai.kang@...>
---
|
By
kai
·
#6891
·
|
|
[m-c-s][PATCH] open-iscsi-user: remove typo spaces in SRC_URI
From: Kai Kang <kai.kang@...>
There are typo spaces in SRC_URI which are introduced when add
';branch=master'. Remove them.
Signed-off-by: Kai Kang <kai.kang@...>
---
From: Kai Kang <kai.kang@...>
There are typo spaces in SRC_URI which are introduced when add
';branch=master'. Remove them.
Signed-off-by: Kai Kang <kai.kang@...>
---
|
By
kai
·
#6890
·
|
|
Re: [PATCH 2/2] yq: convert github SRC_URI to use https protocol
Ha! I managed to miss the main repoistory (with the GO_IMPORT indirection).
I've merged this to master and honister.
Bruce
In message: [meta-virtualization][PATCH 2/2] yq: convert github SRC_URI to
Ha! I managed to miss the main repoistory (with the GO_IMPORT indirection).
I've merged this to master and honister.
Bruce
In message: [meta-virtualization][PATCH 2/2] yq: convert github SRC_URI to
|
By
Bruce Ashfield
·
#6889
·
|
|
Re: [PATCH 1/2] irqbalance: bump SRCREV to latest
In message: [meta-virtualization][PATCH 1/2] irqbalance: bump SRCREV to latest
on 07/11/2021 Martin Jansa wrote:
Thanks for the cleanup! This is now merged.
Bruce
In message: [meta-virtualization][PATCH 1/2] irqbalance: bump SRCREV to latest
on 07/11/2021 Martin Jansa wrote:
Thanks for the cleanup! This is now merged.
Bruce
|
By
Bruce Ashfield
·
#6888
·
|
|
Re: [PATCH] docker: add netfilter configuration fragments
I'm currently unifying the fragments into the central kernel
repository, so I've grabbed this and will make sure it is represented
in that sync.
Bruce
<crawford.benjamin15@...> wrote:
--
-
I'm currently unifying the fragments into the central kernel
repository, so I've grabbed this and will make sure it is represented
in that sync.
Bruce
<crawford.benjamin15@...> wrote:
--
-
|
By
Bruce Ashfield
·
#6887
·
|
|
[PATCH 2/2] yq: convert github SRC_URI to use https protocol
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
recipes-devtools/yq/yq_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-devtools/yq/yq_git.bb
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
recipes-devtools/yq/yq_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-devtools/yq/yq_git.bb
|
By
Martin Jansa
·
#6886
·
|
|
[PATCH 1/2] irqbalance: bump SRCREV to latest
* remove the incorrect comment about SRCREV being 1.7.0
* and add +git because the old SRCREV wasn't matching
with 1.8.0 tag as well
* add -Wno-error=format-security to work around build failures
* remove the incorrect comment about SRCREV being 1.7.0
* and add +git because the old SRCREV wasn't matching
with 1.8.0 tag as well
* add -Wno-error=format-security to work around build failures
|
By
Martin Jansa
·
#6885
·
|
|
Re: [PATCH 1/2] go-{distribution,systemd}: convert github SRC_URIs to use https protocol
Please apply this patch as soon as possible, qemuarm + xen is seeing
warnings for this (and it's quite annoying).
Thanks,
Jon
Please apply this patch as soon as possible, qemuarm + xen is seeing
warnings for this (and it's quite annoying).
Thanks,
Jon
|
By
Jon Mason
·
#6884
·
|
|
Building xen-image-minimal for RPi4 Compute Module
I'm in the process of building xen-image-minimal for my Raspberry Pi 4 Compute Module and am hitting some issues when running the image on physical hardware. Upon inspecting the boot partition of the
I'm in the process of building xen-image-minimal for my Raspberry Pi 4 Compute Module and am hitting some issues when running the image on physical hardware. Upon inspecting the boot partition of the
|
By
Patrick Godwin
·
#6883
·
|
|
[PATCH 2/2] linux-yocto_virtualization.inc: remove :append and += combination
* fixes:
KERNEL_FEATURES:append += is not a recommended operator combination, please replace it.
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
* fixes:
KERNEL_FEATURES:append += is not a recommended operator combination, please replace it.
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
|
By
Martin Jansa
·
#6882
·
|