|
busybox_1.36.0.bb doesn't exist
mickledore hasn't been released, and will come from oe-core master. So I'm not sure what you are using, but it is 1.36.0 for the version there. I only branch meta-virt once I've stabilized post releas
mickledore hasn't been released, and will come from oe-core master. So I'm not sure what you are using, but it is 1.36.0 for the version there. I only branch meta-virt once I've stabilized post releas
|
By
Bruce Ashfield
· #7953
·
|
|
busybox_1.36.0.bb doesn't exist
On Tue, Mar 21, 2023 at 8:38 AM Bruce Ashfield via lists.yoctoproject.org <bruce.ashfield=gmail.com@...> wrote: Actually, cancel what I said above. I hadn't had my coffee yet, and I
On Tue, Mar 21, 2023 at 8:38 AM Bruce Ashfield via lists.yoctoproject.org <bruce.ashfield=gmail.com@...> wrote: Actually, cancel what I said above. I hadn't had my coffee yet, and I
|
By
Bruce Ashfield
· #7952
·
|
|
busybox_1.36.0.bb doesn't exist
This is a bump that I do everytime OE core updates their busybox, I'm just completing some runtime tests and should have it pushed today. Bruce
This is a bump that I do everytime OE core updates their busybox, I'm just completing some runtime tests and should have it pushed today. Bruce
|
By
Bruce Ashfield
· #7951
·
|
|
meta-virt fails check-layer-nightly
<alexandre.belloni@...> wrote: Aha. These recipes need the defaults that are supplied when the virtualization distro feature is specified. What is the exact command the nightly check is runnin
<alexandre.belloni@...> wrote: Aha. These recipes need the defaults that are supplied when the virtualization distro feature is specified. What is the exact command the nightly check is runnin
|
By
Bruce Ashfield
· #7949
·
|
|
[PATCH 0/1] lxc: templates/lxc-busybox.in: if busybox contains init then use it
This didn't apply cleanly to master-next, but I resolved the conflict and pushed it to master-next. I'm testing now. If I missed an older patch, or otherwise dropped something to mix up the context, p
This didn't apply cleanly to master-next, but I resolved the conflict and pushed it to master-next. I'm testing now. If I missed an older patch, or otherwise dropped something to mix up the context, p
|
By
Bruce Ashfield
· #7948
·
|
|
[PATCH 0/1] lxc: templates/lxc-busybox.in: if busybox contains init then use it
<xiangyu.chen@...> wrote: I'm not seeing anything obvious in the traces. I do wish we had a root cause as to why bash cannot go into daemon mode, while busybox can. I'm going to soak the
<xiangyu.chen@...> wrote: I'm not seeing anything obvious in the traces. I do wish we had a root cause as to why bash cannot go into daemon mode, while busybox can. I'm going to soak the
|
By
Bruce Ashfield
· #7947
·
|
|
[kirkstone][PATCH 0/2] fix the template of lxc download failure on kirkstone
In message: [meta-virtualization][kirkstone][PATCH 0/2] fix the template of lxc download failure on kirkstone on 17/03/2023 Xiangyu Chen wrote: Thanks for the explanation, you answered my questions ab
In message: [meta-virtualization][kirkstone][PATCH 0/2] fix the template of lxc download failure on kirkstone on 17/03/2023 Xiangyu Chen wrote: Thanks for the explanation, you answered my questions ab
|
By
Bruce Ashfield
· #7946
·
|
|
[PATCH 0/1] lxc: templates/lxc-busybox.in: if busybox contains init then use it
<xiangyu.chen@...> wrote: And to confirm, this is running on something like ubuntu, using the ubuntu bash ? It does look like that. When busybox is used as init, do you have a similar st
<xiangyu.chen@...> wrote: And to confirm, this is running on something like ubuntu, using the ubuntu bash ? It does look like that. When busybox is used as init, do you have a similar st
|
By
Bruce Ashfield
· #7940
·
|
|
[PATCH] lxc: skip lxc-test-apparmor-mount and lxc-test-get_item in ptest
merged. I'm still holding the template patch while we investigate the bash/busybox differences a bit more. Bruce In message: [meta-virtualization][PATCH] lxc: skip lxc-test-apparmor-mount and lxc-test
merged. I'm still holding the template patch while we investigate the bash/busybox differences a bit more. Bruce In message: [meta-virtualization][PATCH] lxc: skip lxc-test-apparmor-mount and lxc-test
|
By
Bruce Ashfield
· #7937
·
|
|
[PATCH v2] yq: drop {LINKSHARED}
v2 looks much better! merged. Bruce In message: [meta-virtualization] [PATCH v2] yq: drop {LINKSHARED} on 08/03/2023 Yu, Mingli wrote:
v2 looks much better! merged. Bruce In message: [meta-virtualization] [PATCH v2] yq: drop {LINKSHARED} on 08/03/2023 Yu, Mingli wrote:
|
By
Bruce Ashfield
· #7936
·
|
|
[PATCH] kubernetes: upgrade to 1.26.1
I haven't forgotten about this, I'm still working on a joint upgrade to multiple recipes and stacks related to kubernetes, so it is taking a bit longer than I'd like for the update. Bruce In message:
I haven't forgotten about this, I'm still working on a joint upgrade to multiple recipes and stacks related to kubernetes, so it is taking a bit longer than I'd like for the update. Bruce In message:
|
By
Bruce Ashfield
· #7935
·
|
|
[PATCH 0/1] lxc: templates/lxc-busybox.in: if busybox contains init then use it
<xiangyu.chen@...> wrote: I'm setting up to test this myself, but generally speaking we should include this detail in the commit log. That's the part that concerns me. Why does our bash
<xiangyu.chen@...> wrote: I'm setting up to test this myself, but generally speaking we should include this detail in the commit log. That's the part that concerns me. Why does our bash
|
By
Bruce Ashfield
· #7934
·
|
|
[PATCH] yq: Drop {LINKSHARED}
That didn't fix the buildah problem, but yes, this one could be different in the solution. That being said, I still suggest an entirely new do_compile(), to keep control in the recipe. Bruce
That didn't fix the buildah problem, but yes, this one could be different in the solution. That being said, I still suggest an entirely new do_compile(), to keep control in the recipe. Bruce
|
By
Bruce Ashfield
· #7932
·
|
|
[PATCH] yq: Drop {LINKSHARED}
My preference is implement do_compile, versus go_do_compile, since the go.bbclass rarely does the right thing by default. There's only one other go_do_compile that slipped through my normal checks (bu
My preference is implement do_compile, versus go_do_compile, since the go.bbclass rarely does the right thing by default. There's only one other go_do_compile that slipped through my normal checks (bu
|
By
Bruce Ashfield
· #7930
·
|
|
[PATCH] yq: remove .git suffix for cobra component
merged. Bruce In message: [PATCH] yq: remove .git suffix for cobra component on 02/03/2023 mingli.yu@... wrote:
merged. Bruce In message: [PATCH] yq: remove .git suffix for cobra component on 02/03/2023 mingli.yu@... wrote:
|
By
Bruce Ashfield
· #7927
·
|
|
[kirkstone][PATCH 07/10] skopeo: use container-host bbclass to provide configuration
These are arguably new functionality, so shouldn't be backported. But they are quite simple and make the series much simpler to apply, so I ended up taking the change. Bruce In message: [meta-virtuali
These are arguably new functionality, so shouldn't be backported. But they are quite simple and make the series much simpler to apply, so I ended up taking the change. Bruce In message: [meta-virtuali
|
By
Bruce Ashfield
· #7926
·
|
|
[kirkstone][PATCH 01/10] cri-o: remove meta-security check
All 10 have now been cherry-picked to kirkstone. Bruce In message: [meta-virtualization][kirkstone][PATCH 01/10] cri-o: remove meta-security check on 01/03/2023 Chen Qi wrote:
All 10 have now been cherry-picked to kirkstone. Bruce In message: [meta-virtualization][kirkstone][PATCH 01/10] cri-o: remove meta-security check on 01/03/2023 Chen Qi wrote:
|
By
Bruce Ashfield
· #7925
·
|
|
[PATCH 0/1] lxc: templates/lxc-busybox.in: if busybox contains init then use it
In message: [meta-virtualization][PATCH 0/1] lxc: templates/lxc-busybox.in: if busybox contains init then use it on 01/03/2023 Xiangyu Chen wrote: Is there an indication of what busybox is providing t
In message: [meta-virtualization][PATCH 0/1] lxc: templates/lxc-busybox.in: if busybox contains init then use it on 01/03/2023 Xiangyu Chen wrote: Is there an indication of what busybox is providing t
|
By
Bruce Ashfield
· #7924
·
|
|
query on docker support changes in yocto
A slow startup of the docker daemon is almost always due to networking being slow, or bouncing between active/inactive. The issues may not even be on your target, but the target's connection to the ne
A slow startup of the docker daemon is almost always due to networking being slow, or bouncing between active/inactive. The issues may not even be on your target, but the target's connection to the ne
|
By
Bruce Ashfield
· #7923
·
|
|
go breakage in master
On Mon, Feb 27, 2023 at 10:15 PM Bruce Ashfield via lists.yoctoproject.org <bruce.ashfield=gmail.com@...> wrote: My mistake, I pushed it to master. So if you are still seeing this w
On Mon, Feb 27, 2023 at 10:15 PM Bruce Ashfield via lists.yoctoproject.org <bruce.ashfield=gmail.com@...> wrote: My mistake, I pushed it to master. So if you are still seeing this w
|
By
Bruce Ashfield
· #7907
·
|