<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-virtualization.git/recipes-core/busybox, branch master</title>
<subtitle>Mirror of git.yoctoproject.org/meta-virtualization</subtitle>
<id>https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/'/>
<updated>2026-02-09T03:32:52+00:00</updated>
<entry>
<title>busybox: add utilities required for container cross-install</title>
<updated>2026-02-09T03:32:52+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2025-12-16T20:43:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=aca7bf0bb64c66e1475738cb2ce016941e29823f'/>
<id>urn:sha1:aca7bf0bb64c66e1475738cb2ce016941e29823f</id>
<content type='text'>
Add busybox configuration fragment enabling utilities needed for
container cross-install initramfs:

- base64: Required for transferring container storage from QEMU
  to host via serial console
- hexdump, uuencode, split: Additional useful utilities

These utilities are used by the rootfs/runtime/init inside
QEMU to encode container storage data for transfer.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>core: adjust to OE-core UNPACKDIR changes</title>
<updated>2025-06-26T02:53:19+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2025-06-26T02:53:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=da1a1070814d2f6c178a4574687962446fc5be10'/>
<id>urn:sha1:da1a1070814d2f6c178a4574687962446fc5be10</id>
<content type='text'>
Adjusting our core recipes to work with the OE core source handling.

Note: some of these recipes don't work at runtime, but this makes
them parse.

These changes are explicit S assignment removal and replacement
of WORKDIR with UNPACKDIR.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>busybox-initrd: auto pv from busybox</title>
<updated>2023-05-17T15:44:51+00:00</updated>
<author>
<name>Adrian Freihofer</name>
<email>adrian.freihofer@gmail.com</email>
</author>
<published>2023-05-15T15:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=8e7b015b35593d14e57532b28e50396ed8a92280'/>
<id>urn:sha1:8e7b015b35593d14e57532b28e50396ed8a92280</id>
<content type='text'>
Not hardcoding the version of busybox from the core layer in this layer
is a small improvement for maintenance.

But the main motivation is to support the following layer combination
without getting a parse error from bitbake:
- poky LTS, branch = kirkstone
- meta-lts-mixins, branch = kirkstone/go
- meta-lts-mixins, branch = kirkstone/rust
- meta-virtualization, branch = master

Signed-off-by: Adrian Freihofer &lt;adrian.freihofer@siemens.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>busybox-initrd: update include</title>
<updated>2023-02-01T03:50:41+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2023-01-29T02:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=e6a578bbb8f397fb577643016aaa2adbb9626e7b'/>
<id>urn:sha1:e6a578bbb8f397fb577643016aaa2adbb9626e7b</id>
<content type='text'>
OEcore has an update to busybox, and since we include the core
recipe directly, we have to update our PV to match.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>busybox-initrd: update to 1.35.0</title>
<updated>2022-01-11T13:20:26+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2022-01-11T13:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=091d654875e05fcbec2990b6ba7c6fcd3ba92e3d'/>
<id>urn:sha1:091d654875e05fcbec2990b6ba7c6fcd3ba92e3d</id>
<content type='text'>
OE core commit a7d5150b621c2ab4e4 has bumped busybox to 1.35.0, so
we update our initrd recipe accordingly.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>busybox-initrd: update version to match oe-core</title>
<updated>2021-10-12T00:55:43+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2021-10-12T00:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=8a1b32e375887525c05d0cc92c12ed538f85f1cf'/>
<id>urn:sha1:8a1b32e375887525c05d0cc92c12ed538f85f1cf</id>
<content type='text'>
OEcore has moved to 1.34.1 of busybox, so we do the same with our
initrd recipe.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>busybox-initrd: rename to match 1.34.0 version from oe-core</title>
<updated>2021-08-27T14:50:45+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-08-27T13:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=e9fa487c3bca947ecbe3a34d0cc4896ba7591d32'/>
<id>urn:sha1:e9fa487c3bca947ecbe3a34d0cc4896ba7591d32</id>
<content type='text'>
Upgraded in:
https://git.openembedded.org/openembedded-core/commit/?id=d0e694ef4ec7bd862bdefee494210e3878152b44

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>global: overrides syntax conversion</title>
<updated>2021-08-02T21:17:53+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2021-07-28T18:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=d876cfc5bfafa516dee55d04b50b319a22165640'/>
<id>urn:sha1:d876cfc5bfafa516dee55d04b50b319a22165640</id>
<content type='text'>
OEcore/bitbake are moving to use the clearer ":" as an overrides
separator.

This is pass one of updating the meta-virt recipes to use that
syntax.

This has only been minimally build/runtime tested, more changes
will be required for missed overrides, or incorrect conversions

Note: A recent bitbake is required:

    commit 75fad23fc06c008a03414a1fc288a8614c6af9ca
    Author: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
    Date:   Sun Jul 18 12:59:15 2021 +0100

        bitbake: data_smart/parse: Allow ':' characters in variable/function names

        It is becomming increasingly clear we need to find a way to show what
        is/is not an override in our syntax. We need to do this in a way which
        is clear to users, readable and in a way we can transition to.

        The most effective way I've found to this is to use the ":" charater
        to directly replace "_" where an override is being specified. This
        includes "append", "prepend" and "remove" which are effectively special
        override directives.

        This patch simply adds the character to the parser so bitbake accepts
        the value but maps it back to "_" internally so there is no behaviour
        change.

        This change is simple enough it could potentially be backported to older
        version of bitbake meaning layers using the new syntax/markup could
        work with older releases. Even if other no other changes are accepted
        at this time and we don't backport, it does set us on a path where at
        some point in future we could
        require a more explict syntax.

        I've tested this patch by converting oe-core/meta-yocto to the new
        syntax for overrides (9000+ changes) and then seeing that builds
        continue to work with this patch.

        (Bitbake rev: 0dbbb4547cb2570d2ce607e9a53459df3c0ac284)

        Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>initrd: bump busybox to 1.33.1 to match oe-core</title>
<updated>2021-05-11T12:52:53+00:00</updated>
<author>
<name>zhengruoqin</name>
<email>zhengrq.fnst@fujitsu.com</email>
</author>
<published>2021-05-10T02:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=25b8c5d9816561ea24e3d0b3261c8c65cc6fb500'/>
<id>urn:sha1:25b8c5d9816561ea24e3d0b3261c8c65cc6fb500</id>
<content type='text'>
    OE core has updated busybox, so we bump to match.

Signed-off-by: Zheng Ruoqin &lt;zhengrq.fnst@cn.fujitsu.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>busybox: Add nsenter for podman runtime</title>
<updated>2021-04-19T00:13:19+00:00</updated>
<author>
<name>Nathan Dunne</name>
<email>Nathan.Dunne@arm.com</email>
</author>
<published>2021-04-15T08:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=94501882dcf6eec411d68696e59953653c787eab'/>
<id>urn:sha1:94501882dcf6eec411d68696e59953653c787eab</id>
<content type='text'>
Add nsenter to Busybox configuration as it is required by Podman at runtime

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