|
[PATCH 07/14] image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass
* move it from kernel.bbclass, because it needs to stay in sync with IMAGE_LINK_NAME structure * image-artifact-names.bbclass is also inheritted from kernel-artifact-names.bbclass so every recipe whic
* move it from kernel.bbclass, because it needs to stay in sync with IMAGE_LINK_NAME structure * image-artifact-names.bbclass is also inheritted from kernel-artifact-names.bbclass so every recipe whic
|
By
Martin Jansa
· #178439
·
|
|
[PATCH 06/14] selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME
* this still assumes that IMAGE_LINK_NAME will contain IMAGE_BASENAME which will be BPN 'multiconfig-image-packager' and that replacing it with 'core-image-minimal' will match with the actual IMAGE_LI
* this still assumes that IMAGE_LINK_NAME will contain IMAGE_BASENAME which will be BPN 'multiconfig-image-packager' and that replacing it with 'core-image-minimal' will match with the actual IMAGE_LI
|
By
Martin Jansa
· #178438
·
|
|
[PATCH 04/14] selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu
* this one is more tricky, because the test_rawcopy_plugin.wks.in file is used while building core-image-minimal-mtdutils, but the image filename inside wks.in is from core-image-minimal, so we cannot
* this one is more tricky, because the test_rawcopy_plugin.wks.in file is used while building core-image-minimal-mtdutils, but the image filename inside wks.in is from core-image-minimal, so we cannot
|
By
Martin Jansa
· #178437
·
|
|
[PATCH 05/14] selftest: runqemu: respect IMAGE_LINK_NAME
* don't assume that every built image is named: <recipe>-<machine>.<suffix> [YOCTO #12937] Signed-off-by: Martin Jansa <Martin.Jansa@...> --- meta/lib/oeqa/selftest/cases/runqemu.py | 10 ++++++-
* don't assume that every built image is named: <recipe>-<machine>.<suffix> [YOCTO #12937] Signed-off-by: Martin Jansa <Martin.Jansa@...> --- meta/lib/oeqa/selftest/cases/runqemu.py | 10 ++++++-
|
By
Martin Jansa
· #178436
·
|
|
[PATCH 03/14] selftest: wic: respect IMAGE_LINK_NAME
* use IMAGE_LINK_NAME instead of hardcoding core-image-minimal-${MACHINE} assumption [YOCTO #12937] Signed-off-by: Martin Jansa <Martin.Jansa@...> --- meta/lib/oeqa/selftest/cases/wic.py | 38 ++
* use IMAGE_LINK_NAME instead of hardcoding core-image-minimal-${MACHINE} assumption [YOCTO #12937] Signed-off-by: Martin Jansa <Martin.Jansa@...> --- meta/lib/oeqa/selftest/cases/wic.py | 38 ++
|
By
Martin Jansa
· #178435
·
|
|
[PATCH 02/14] selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR
* with my build/conf/local.conf: SSTATE_DIR = "/OE/build/poky/build/sstate-cache" these devtool tests will first set own SSTATE_DIR and the original one set as SSTATE_MIRROR: 2023-03-11 11:51:46,837 -
* with my build/conf/local.conf: SSTATE_DIR = "/OE/build/poky/build/sstate-cache" these devtool tests will first set own SSTATE_DIR and the original one set as SSTATE_MIRROR: 2023-03-11 11:51:46,837 -
|
By
Martin Jansa
· #178434
·
|
|
[PATCH 01/14] git-submodule-test: disable upstream version check
* this is one of the failures from distrodata.Distrodata.test_checkpkg: 2023-03-11 14:26:21,482 - oe-selftest - INFO - ====================================================================== 2023-03-11
* this is one of the failures from distrodata.Distrodata.test_checkpkg: 2023-03-11 14:26:21,482 - oe-selftest - INFO - ====================================================================== 2023-03-11
|
By
Martin Jansa
· #178433
·
|
|
[PATCH 00/14] selftest improvements to respect IMAGE_LINK_NAME
These changes are preparation for the actual changes from [YOCTO #12937], but without changing anything in current artifacts naming schema. Only change outside selftest was moving of INITRAMFS_IMAGE_N
These changes are preparation for the actual changes from [YOCTO #12937], but without changing anything in current artifacts naming schema. Only change outside selftest was moving of INITRAMFS_IMAGE_N
|
By
Martin Jansa
· #178432
·
|
|
[PATCH 2/2] tzdata: use separate B instead of WORKDIR for zic output
* avoid copying whole exec_prefix over base_prefix as there were only zoneinfo files anyway Signed-off-by: Martin Jansa <Martin.Jansa@...> --- meta/recipes-extended/timezone/tzdata.bb | 14 +++++
* avoid copying whole exec_prefix over base_prefix as there were only zoneinfo files anyway Signed-off-by: Martin Jansa <Martin.Jansa@...> --- meta/recipes-extended/timezone/tzdata.bb | 14 +++++
|
By
Martin Jansa
· #178430
·
|
|
[PATCH 1/2] timezone: use 'tz' subdir instead of ${WORKDIR} directly
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- meta/recipes-extended/timezone/timezone.inc | 6 ++++-- meta/recipes-extended/timezone/tzcode-native.bb | 3 --- meta/recipes-extended/timezone/t
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- meta/recipes-extended/timezone/timezone.inc | 6 ++++-- meta/recipes-extended/timezone/tzcode-native.bb | 3 --- meta/recipes-extended/timezone/t
|
By
Martin Jansa
· #178429
·
|
|
[langdale][kirkstone][PATCH] go-mod.bbclass: Allow network in do_compile
Hi Lukas, and update on this series? It doesn't have to be perfect, other people can help with remaining corner cases and right now there is nothing for this in oe-core, so any version will be big imp
Hi Lukas, and update on this series? It doesn't have to be perfect, other people can help with remaining corner cases and right now there is nothing for this in oe-core, so any version will be big imp
|
By
Martin Jansa
· #178380
·
|
|
[PATCH 01/26] devtool/upgrade: do not delete the workspace/recipes directory
Major ffmpeg upgrade might not be risky for components in oe-core (as you've already patched gst-libav). But considering how many other projects are still using ffmpeg-4, because upgrade to ffmpeg-5 a
Major ffmpeg upgrade might not be risky for components in oe-core (as you've already patched gst-libav). But considering how many other projects are still using ffmpeg-4, because upgrade to ffmpeg-5 a
|
By
Martin Jansa
· #178256
·
|
|
[PATCH] image_types: fix vname var init in multiubi_mkfs() function
Sorry, didn't get enough coffee today, I was reading it wrong.
Sorry, didn't get enough coffee today, I was reading it wrong.
|
By
Martin Jansa
· #178216
·
|
|
[PATCH] image_types: fix vname var init in multiubi_mkfs() function
- local vname="_$1" - fi + local vname="$1" cat <<EOF > ubinize${vname}-${IMAGE_NAME}.cfg _ surely got removed from this ubinize filename, right?
- local vname="_$1" - fi + local vname="$1" cat <<EOF > ubinize${vname}-${IMAGE_NAME}.cfg _ surely got removed from this ubinize filename, right?
|
By
Martin Jansa
· #178215
·
|
|
[kirkstone 00/28] Pull request (cover letter only)
Acked-by: Martin Jansa <Martin.Jansa@...>
Acked-by: Martin Jansa <Martin.Jansa@...>
|
By
Martin Jansa
· #178213
·
|
|
[PATCH] image_types: fix vname var init in multiubi_mkfs() function
On Thu, Mar 9, 2023 at 8:55 AM Romuald Jeanne via lists.openembedded.org <romuald.jeanne=st.com@...> wrote: Did you drop the _ separator intentionally?
On Thu, Mar 9, 2023 at 8:55 AM Romuald Jeanne via lists.openembedded.org <romuald.jeanne=st.com@...> wrote: Did you drop the _ separator intentionally?
|
By
Martin Jansa
· #178212
·
|
|
[DISTRO|MACHINE]_FEATURES_BACKFILL_CONSIDERED: confusing variable names?
On Tue, Feb 28, 2023 at 10:52 AM Michael Opdenacker via lists.openembedded.org <michael.opdenacker=bootlin.com@...> wrote: Whole BACKFILL mechanism was added for easier backwards co
On Tue, Feb 28, 2023 at 10:52 AM Michael Opdenacker via lists.openembedded.org <michael.opdenacker=bootlin.com@...> wrote: Whole BACKFILL mechanism was added for easier backwards co
|
By
Martin Jansa
· #177833
·
|
|
[PATCH] icecc.bbclass: enable the network only when ICECC_DISABLED is not set
As the network evaluation patch was merged in bitbake: https://git.openembedded.org/bitbake/commit/?id=3d96c07f9fd4ba1a84826811d14bb4e98ad58846 I can send my inline version: https://git.openembedded.o
As the network evaluation patch was merged in bitbake: https://git.openembedded.org/bitbake/commit/?id=3d96c07f9fd4ba1a84826811d14bb4e98ad58846 I can send my inline version: https://git.openembedded.o
|
By
Martin Jansa
· #177695
·
|
|
[PATCHv3] qemu: Fix building with 6.2 kernel headers
From: Joel Stanley <joel@...> When building native qemu with 6.2 kernel headers, qemu fails to build: In file included from /usr/include/linux/btrfs.h:29, from ../qemu-7.2.0/linux-user/syscall.c
From: Joel Stanley <joel@...> When building native qemu with 6.2 kernel headers, qemu fails to build: In file included from /usr/include/linux/btrfs.h:29, from ../qemu-7.2.0/linux-user/syscall.c
|
By
Martin Jansa
· #177595
·
|
|
[PATCHv2] qemu: Fix building with latest glibc 2.36
Can you confirm if it was related to glibc upgrade for you or it might be kernel headers like for me and it just looked like glibc related?
Can you confirm if it was related to glibc upgrade for you or it might be kernel headers like for me and it just looked like glibc related?
|
By
Martin Jansa
· #177593
·
|