Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] base: ostree: add support systemd-boot automatic boot assesment #1513

Closed

Commits on Sep 16, 2024

  1. bsp: u-boot-ti-staging: remove multiconfig common files

    Because TI uses multiconfig we can't have this file names shared between machines in [1]
    
    | ERROR: mc:k3r5:u-boot-ti-staging-1_2023.04+git-r0 do_deploy: Recipe u-boot-ti-staging is trying to install files into a shared area when those files already exist. The files and the manifests listing them are:
    |   /build/deploy/images/am62xx-evm/u-boot-ti-staging-config
    |     (matched in manifest-am62xx_evm-u-boot-ti-staging.deploy)
    | Please adjust the recipes so only one recipe provides a given file.
    
    [1] meta-lmp-base/recipes-bsp/u-boot/u-boot-lmp-common.inc
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4f88976 View commit details
    Browse the repository at this point in the history
  2. base: networkmanager: 1.36 -> 1.38

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    41ff66c View commit details
    Browse the repository at this point in the history
  3. bsp: opensbi: 1.0 -> 1.1

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1135dbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf2eaf0 View commit details
    Browse the repository at this point in the history
  5. base: networkmanager: 1.38 -> 1.40

    - Update patches with devtool
    
    | Applying patch 0001-85-nm-unmanaged.rules-do-not-manage-docker-bridges.patch
    | patching file data/85-nm-unmanaged.rules
    | Hunk foundriesio#1 succeeded at 30 with fuzz 2 (offset 4 lines).
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    06c1153 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    041e8d6 View commit details
    Browse the repository at this point in the history
  7. base: layer: add langdale compatibility

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d9ed79a View commit details
    Browse the repository at this point in the history
  8. bsp: layer: add langdale compatibility

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2a45b81 View commit details
    Browse the repository at this point in the history
  9. Revert "base: ovmf: backport patches to fix nvm support with qemu"

    This reverts commit 35696b6.
    
    These pacthes are already included in ovmf 2022.11
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3fa861d View commit details
    Browse the repository at this point in the history
  10. base: lshw: drop recipe and use a bbappend

    Use the meta-openembedded version that is updated to b4e0673
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1b8d422 View commit details
    Browse the repository at this point in the history
  11. bsp: u-boot-xlnx: increase u-boot spl size limit

    We are facing some build erros on uz3eg-iocc-sec machine
    because we don't have sufficient space.
    
    | spl/u-boot-spl.bin exceeds file size limit:
    |   limit:  0x26000 bytes
    |   actual: 0x26009 bytes
    |   excess: 0x9 bytes
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4eb279a View commit details
    Browse the repository at this point in the history
  12. base: layer: add langdale mickledore compatibility

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e0508a3 View commit details
    Browse the repository at this point in the history
  13. bsp: layer: add mickledore compatibility

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    36af477 View commit details
    Browse the repository at this point in the history
  14. base: ostree: rebase patches in v2022.7

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6c5f6e3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    185ae68 View commit details
    Browse the repository at this point in the history
  16. base: lmp-feature-wifi: drop mxm-mwifiex-setup

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d22f77c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b9ed415 View commit details
    Browse the repository at this point in the history
  18. base: bluez5: 5.65 -> 5.66

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2657b5f View commit details
    Browse the repository at this point in the history
  19. base: bluez5: refresh patches with devtool

    | devtool finish --force-patch-refresh bluez5 ../layers/meta-lmp/meta-lmp-base
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6d73c03 View commit details
    Browse the repository at this point in the history
  20. base: fioconfig: don't use the linkshared as it is broken on go 1.20

    There are some missing symbol's on the runtime library.
    So don't use the -linkshared until the runtime is fixed.
    
    On go-1.19.4 it incease the binary size 3x
    
    | git -C buildhistory show --oneline --unified=0 packages/corei7-64-lmp-linux/fioconfig/fioconfig/latest
    | --- a/packages/corei7-64-lmp-linux/fioconfig/fioconfig/latest
    | +++ b/packages/corei7-64-lmp-linux/fioconfig/fioconfig/latest
    | @@ -4 +4 @@ RPROVIDES =
    | -RDEPENDS = aktualizr-lite glibc (>= 2.37) go-runtime (>= 1.19.4) networkmanager-nmcli
    | +RDEPENDS = aktualizr-lite glibc (>= 2.37) networkmanager-nmcli
    | @@ -6 +6 @@ RRECOMMENDS =
    | -PKGSIZE = 2686434
    | +PKGSIZE = 8980898
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8dce608 View commit details
    Browse the repository at this point in the history
  21. base: networkmanager: 1.40 -> 1.42

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    89b81fd View commit details
    Browse the repository at this point in the history
  22. base: ostree: rebase patches in v2023.1

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c2aa959 View commit details
    Browse the repository at this point in the history
  23. bsp: opensbi: 1.1 -> 1.2

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d222720 View commit details
    Browse the repository at this point in the history
  24. Revert "base: fioconfig: don't use the linkshared as it is broken on …

    …go 1.20"
    
    This reverts commit 724de7b.
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c475eee View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e8b60c7 View commit details
    Browse the repository at this point in the history
  26. bsp: lmp-machine-custom: explicity disable imx-boot-container

    The imx-boot-container MACHINEOVERRIDES is now SoC specific [1]
    with higher prioririty than mx8-generic-bsp.
    The meta-freescale layer also check for 1/0 so set it to 0.
    
    [1] Freescale/meta-freescale#1465
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    24118ff View commit details
    Browse the repository at this point in the history
  27. bsp: lmp-machine-custom: imx-boot-container override removed upstream

    The imx-boot-container [1] is now only enabled on mx8m-generic-bsp
    machines.
    
    [1] Freescale/meta-freescale#1488
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6f7122b View commit details
    Browse the repository at this point in the history
  28. bsp: lmp-machine-custom: UBOOT_PROVIDES_BOOT_CONTAINER is now chosed …

    …dynamic
    
    Add boot container dynamic selection to imx-base.inc
    Freescale/meta-freescale#1492
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9430672 View commit details
    Browse the repository at this point in the history
  29. base: linux-lmp: build the kernel with clang

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    64945ad View commit details
    Browse the repository at this point in the history
  30. Revert "base: linux-lmp: build the kernel with clang"

    This reverts commit 87b7b38.
    
    do_kernel_configme fails in most of the platforms
    
    | ERROR: Could not generate a .config for generic-arm64-standard
    | ERROR: Details can be found at: /srv/oe/build/tmp-lmp/work-shared/generic-arm64/kernel-source/.kernel-meta/cfg/merge_config_build.log
    
    The following machines are in good shape:
    
    intel-corei7-64
    beaglebone-yocto
    imx8mn-ddr4-evk-sec
    imx8mn-lpddr4-evk
    imx8mn-lpddr4-evk-sec
    imx8qm-mek
    imx8qm-mek-sec
    jetson-agx-xavier-devkit
    jetson-agx-orin-devkit
    qemuarm64-secureboot
    raspberrypi4-64
    kv260
    vck190-versal
    uz3eg-iocc
    uz3eg-iocc-sec
    mfgtool-imx8mn-ddr4-evk
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    54f8385 View commit details
    Browse the repository at this point in the history
  31. base: linux-lmp: integrity handling

    Upstream moves the distro feature integrity handling [1]
    to be applied only in linux-yocto kernel variants.
    
    [1] https://git.yoctoproject.org/meta-security/commit/?id=a0132f72ca71e787233cc4b361424e763f0b262e
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    fc5fb87 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    2b59743 View commit details
    Browse the repository at this point in the history
  33. base: ostree: rebase patches in v2023.3

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f4d9079 View commit details
    Browse the repository at this point in the history
  34. base: base-passwd: rebase patch

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ab1b07b View commit details
    Browse the repository at this point in the history
  35. base: image-types-wicnopt: IMAGE_NAME_SUFFIX is now directly included

    The IMAGE_NAME_SUFFIX is now directly included in both IMAGE_NAME and IMAGE_LINK_NAME.
    
    https://git.yoctoproject.org/poky/commit/?id=6f6c79029bc2020907295858449c725952d560a1
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c6e79de View commit details
    Browse the repository at this point in the history
  36. base: lmp: IMAGE_NAME_SUFFIX is now directly included

    The IMAGE_NAME_SUFFIX is now directly included in both IMAGE_NAME and IMAGE_LINK_NAME.
    
    https://git.yoctoproject.org/poky/commit/?id=6f6c79029bc2020907295858449c725952d560a1
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4e04409 View commit details
    Browse the repository at this point in the history
  37. bsp: lmp-machine-custom: generic-arm64: IMAGE_NAME_SUFFIX is now dire…

    …ctly included
    
    The IMAGE_NAME_SUFFIX is now directly included in both IMAGE_NAME and IMAGE_LINK_NAME.
    
    https://git.yoctoproject.org/poky/commit/?id=6f6c79029bc2020907295858449c725952d560a1
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b909d61 View commit details
    Browse the repository at this point in the history
  38. base: initramfs-ostree-lmp-image: IMAGE_NAME_SUFFIX should by empty f…

    …or initramfs
    
    INITRAMFS_IMAGE_NAME stay as before but it assumes that all
    images used as initramfs will set IMAGE_NAME_SUFFIX to empty.
    
    https://git.yoctoproject.org/poky/commit/?id=6f6c79029bc2020907295858449c725952d560a1
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7be521e View commit details
    Browse the repository at this point in the history
  39. base: initramfs-ostree-lmp-recovery: IMAGE_NAME_SUFFIX should by empt…

    …y for initramfs
    
    INITRAMFS_IMAGE_NAME stay as before but it assumes that all
    images used as initramfs will set IMAGE_NAME_SUFFIX to empty.
    
    https://git.yoctoproject.org/poky/commit/?id=6f6c79029bc2020907295858449c725952d560a1
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5295165 View commit details
    Browse the repository at this point in the history
  40. base: bluez5: 5.66 -> 5.68

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f60568d View commit details
    Browse the repository at this point in the history
  41. base: bluez5: refresh patches

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a4f2dbd View commit details
    Browse the repository at this point in the history
  42. base: base-passwd: refresh patches

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    615cd6a View commit details
    Browse the repository at this point in the history
  43. [FIXME] base: lmp: systemd: enable coredump

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    653feae View commit details
    Browse the repository at this point in the history
  44. base: networkmanager: 1.42 -> 1.44

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2c4d1cb View commit details
    Browse the repository at this point in the history
  45. base: drop SRCPV

    Since OE-core a8e7b0f SRCPV was appended to PKGV on base.bbclass
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6a295e5 View commit details
    Browse the repository at this point in the history
  46. base: bluez5: 5.68 -> 5.69

    Rebase and refresh patches
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8dbb316 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    834fc01 View commit details
    Browse the repository at this point in the history
  48. base: python3-docker-compose: drop python variant

    dropped upstream [1]
    
    The python variant of docker-compose is no longer updated. We have the
    golang version, so we drop this recipe to avoid use of an obselete and
    potentially non-secure application.
    
    [1] https://git.yoctoproject.org/meta-virtualization/commit/?id=7bd56074fece944ef9279d87106eb16452ec6338
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e8b8ace View commit details
    Browse the repository at this point in the history
  49. [WIP] base: linux-lmp: build the kernel with clang

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    77b5bfb View commit details
    Browse the repository at this point in the history
  50. Revert "[WIP] base: linux-lmp: build the kernel with clang"

    This reverts commit 8cd8c62.
    
    do_kernel_configme stil fails in most of the platforms
    
    | ERROR: Could not generate a .config for generic-arm64-standard
    | ERROR: Details can be found at: /srv/oe/build/tmp-lmp/work-shared/generic-arm64/kernel-source/.kernel-meta/cfg/merge_config_build.log
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b31c685 View commit details
    Browse the repository at this point in the history
  51. base: systemd: drop systemd-crypt as it is sent uptream

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a6af465 View commit details
    Browse the repository at this point in the history
  52. base: systemd: upstream drop gnu-efi

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    89a57bf View commit details
    Browse the repository at this point in the history
  53. bsp: linux-firmware: add SRCREV_FORMAT

    The SRCREV_FORMAT variable must be set when multiple SCMs are used.
    
    | bb.data_smart.ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: The SRCREV_FORMAT variable must be set when multiple SCMs are used.
    | The SCMs are:
    | git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git;protocol=https;branch=main
    | git://github.com/NXP/imx-firmware.git;protocol=https;branch=lf-5.15.71_2.2.0;destsuffix=imx-firmware;name=imx-firmware;
    | The variable dependency chain for the failure is: SRCPV -> PV -> BP -> FILESPATH
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1541068 View commit details
    Browse the repository at this point in the history
  54. base: bluez5: 5.69 > 5.70

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e6ed6e8 View commit details
    Browse the repository at this point in the history
  55. base: ostree: rebase patches in v2023.6

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d7bd7cd View commit details
    Browse the repository at this point in the history
  56. base: non-clangable: efivar: force gcc

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    360363b View commit details
    Browse the repository at this point in the history
  57. [FIXME] bsp: lmp-machine-custom: fix tegra do_populate_lic_deploy

    Use this while carrying out the investigation on our side
    /////////////////////////////////////////////////////////
    
    Upstream report OE4T/meta-tegra#1406
    
    image_types_tegra: Adds EXTRA_IMAGEDEPENDS to fix the image task do_populate_lic_deploy
    
    This fix is needed to bring the complete dependency chain in order to guarantee
    the recursive runtime dependencies [1] of do_populate_lic_deploy in do_populate_lic
    will run as expected.
    
    [1] openembedded-core/meta/classes-recipe/license_image.bbclass:do_populate_lic_deploy[recrdeptask] += "do_populate_lic do_deploy"
    
    Fix the following image build issues:
    
    | ERROR: lmp-base-console-image-1.0-r0 do_populate_lic_deploy: Couldn't find license information for dependency tos-optee
    | ERROR: lmp-base-console-image-1.0-r0 do_populate_lic_deploy: Couldn't find license information for dependency edk2-firmware-tegra
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    fb937ae View commit details
    Browse the repository at this point in the history
  58. bsp: opensbi: 1.2 -> 1.3

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6ec9b1f View commit details
    Browse the repository at this point in the history
  59. base: layer.conf: add nanbield compatibility

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    476f915 View commit details
    Browse the repository at this point in the history
  60. bsp: layer.conf: add nanbield compatibility

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4b14193 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    5ee235e View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    3c9b8eb View commit details
    Browse the repository at this point in the history
  63. base: docker-compose: move the oe-go-mod-autogen version

    | cat ../layers/meta-virtualization/scripts/scripts/README-oe-go-mod-autogen.txt
    | ../layers/meta-virtualization/scripts/oe-go-mod-autogen.py --repo https://github.com/docker/compose --rev v2.21.0
    | mv modules.txt ../layers/meta-lmp/meta-lmp-base/recipes-containers/docker-compose/files
    | mv relocation.inc src_uri.inc ../layers/meta-lmp/meta-lmp-base/recipes-containers/docker-compose
    | # manualy update PV and SRCREV
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    10872e3 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    cbc4a30 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    7fa2ef6 View commit details
    Browse the repository at this point in the history
  66. base: distro: lmp-base: Enable minidebuginfo

    gdb/systemd: enable minidebuginfo support conditionally
    Enabling minidebuginfo is not useful if gdb and systemd-coredump
    are unable to parse it.
    
    In order to parse it, gdb needs xz support. Systemd needs coredump enabled, as
    well as elfutil enabled as well (systemd-coredump loads libdw which is part of elfutils using dlopen).
    
    https://git.yoctoproject.org/poky/commit/?id=959b1f7de437db9156da11fb799a3c2f4e9082dc
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e025df4 View commit details
    Browse the repository at this point in the history
  67. base: bluez5: 5.70 > 5.71

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1b12a06 View commit details
    Browse the repository at this point in the history
  68. [FIXME] base: optee-os-fio: drop patch

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6e950ed View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    dfc03f4 View commit details
    Browse the repository at this point in the history
  70. [WIP] Revert "bsp: lmp-machine-custom: ti-generic: Ajust DEPLOY_DIR_S…

    …PDX for ti-soc"
    
    This reverts commit e3556b3.
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    677df44 View commit details
    Browse the repository at this point in the history
  71. [WIP] drop SDPX deploy fixes

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    be82e0d View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    9a3b589 View commit details
    Browse the repository at this point in the history
  73. Revert "[WIP] Revert "bsp: lmp-machine-custom: ti-generic: Ajust DEPL…

    …OY_DIR_SPDX for ti-soc""
    
    This reverts commit a80987a.
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c1901ab View commit details
    Browse the repository at this point in the history
  74. Revert "[WIP] bsp: lmp-machine-custom: ti-generic: Ajust TI_TMPDIR_AP…

    …PEND"
    
    This reverts commit a22b23f.
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    be72247 View commit details
    Browse the repository at this point in the history
  75. [WIP] bsp: lmp-machine-custom: ti-generic: Ajust LICENSE_DIRECTORY fo…

    …r ti-soc
    
    ERROR: mc:k3r5:quilt-native-0.67-r0 do_populate_lic: Recipe quilt-native is trying to install files into a shared area when those files already exist. The files and the manifests listing them are:
      /srv/oe/build/deploy/licenses/x86_64/quilt-native/generic_GPL-2.0-only
        (not matched to any task)
      /srv/oe/build/deploy/licenses/x86_64/quilt-native/recipeinfo
        (not matched to any task)
      /srv/oe/build/deploy/licenses/x86_64/quilt-native/COPYING
        (not matched to any task)
    Please adjust the recipes so only one recipe provides a given file.
    ERROR: Logfile of failure stored in: /srv/oe/build/tmp-lmp-k3r5/work/x86_64-linux/quilt-native/0.67/temp/log.do_populate_lic.72562
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    bb84a08 View commit details
    Browse the repository at this point in the history
  76. bsp: imx-atf: fix RPROVIDES 'virtual/'

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2af1caa View commit details
    Browse the repository at this point in the history
  77. bsp: opensbi: 1.3 -> 1.4

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5d24444 View commit details
    Browse the repository at this point in the history
  78. base: bluez5: 5.71 -> 5.72

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    22abbe0 View commit details
    Browse the repository at this point in the history
  79. [FIXME] base: systemd: drop patch

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    423f4c5 View commit details
    Browse the repository at this point in the history
  80. bsp: linux-lmp-rpi: 5.15.92 -> 6.1.74

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8288b9e View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    e1a4594 View commit details
    Browse the repository at this point in the history
  82. base: lmp-image-common: Do not create the user's home directory

    The user home directory is created in runtime when it does not exist.
    
    This will fix the remaining warning:
    | WARNING: lmp-base-console-image-1.0-r0 do_image_ostree: Data in 'home' directory is not preserved by OSTree. Consider moving it under '/usr'
    | home/fio
    | home/fio/.bashrc
    | home/fio/.profile
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a5409ae View commit details
    Browse the repository at this point in the history
  83. base: lmp: cleanup the home/root as it is not preserved by ostree

    This will fix the remaining warning:
    | WARNING: lmp-base-console-image-1.0-r0 do_image_ostree: Data in 'home' directory is not preserved by OSTree. Consider moving it under '/usr'
    | home/root
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2e90325 View commit details
    Browse the repository at this point in the history
  84. base: alsa-utils: refresh patches for 1.2.11

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9729e69 View commit details
    Browse the repository at this point in the history
  85. base: networkmanager: 1.44 -> 1.46

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4147dd2 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    48c6057 View commit details
    Browse the repository at this point in the history
  87. base: ostree: rebase patches in v2024.3

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a3a89fb View commit details
    Browse the repository at this point in the history
  88. base: ostree: rebase patches in v2024.4

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5312ec9 View commit details
    Browse the repository at this point in the history
  89. base: ostree: rebase patches in v2024.5

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d2594a2 View commit details
    Browse the repository at this point in the history
  90. base: ostree: disable static

    Added to fix the lack of systemd in the initramfs [1]
    but look like is not need anymore.
    
    [1] foundriesio@17d647d
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    09b1f60 View commit details
    Browse the repository at this point in the history
  91. Revert "base: ostree: as we use static linking fix it with clang"

    This reverts commit 0abb08c.
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3f53ea7 View commit details
    Browse the repository at this point in the history
  92. bsp: layer: add scarthgap compatibility

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    dee8bcf View commit details
    Browse the repository at this point in the history
  93. base: layer: add scarthgap compatibility

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e971fe3 View commit details
    Browse the repository at this point in the history
  94. base: runc-opencontainers: drop

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2a52151 View commit details
    Browse the repository at this point in the history
  95. base: containerd-opencontainers: drop

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c921dde View commit details
    Browse the repository at this point in the history
  96. base: docker-compose: drop

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    986bea1 View commit details
    Browse the repository at this point in the history
  97. base: docker-ce: drop

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    51694d7 View commit details
    Browse the repository at this point in the history
  98. base: lmp: drop PREFERRED_PROVIDER_virtual/docker

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    de8c322 View commit details
    Browse the repository at this point in the history
  99. [WIP] base: docker-ce -> docker-moby

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    cabf6bc View commit details
    Browse the repository at this point in the history
  100. [WIP] base: ostree: drop fetcher curl set timeout patch

    Fixed Upstream in PR2843 and available v2024.5
    ostreedev/ostree#2843
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b5b0398 View commit details
    Browse the repository at this point in the history
  101. Revert "base: tpm2-tools: add 5.5 from meta-tpm rev 1ac7c66"

    This reverts commit 36ab4c6.
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7113196 View commit details
    Browse the repository at this point in the history
  102. Revert "base: tpm2-abrmd: add 3.0.0 from meta-tpm rev c06b9a1"

    This reverts commit aee51bd.
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    843d285 View commit details
    Browse the repository at this point in the history
  103. Revert "base: tpm2-tss: add 4.0.1 from meta-tpm rev e188be0"

    This reverts commit 17f5095.
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8241347 View commit details
    Browse the repository at this point in the history
  104. Revert "base: tpm2-pkcs11: add 1.9.0 from meta-tpm rev 13653bf"

    This reverts commit 67c2334.
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8c7e1a0 View commit details
    Browse the repository at this point in the history
  105. bsp: tegra-helper-scripts: update initrd-flash.sh fork with lastest c…

    …hanges
    
    Includes:
    - 733b9787 tegra-helper-scripts: remove fuselevel settings in initrd-flash script
    OE4T/meta-tegra@733b978
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    11f7445 View commit details
    Browse the repository at this point in the history
  106. bsp: freescale: cairo: drop compatibility with 1.16

    The master branch have the 1.18 witch don't need it
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3400d66 View commit details
    Browse the repository at this point in the history
  107. [WIP] base: docker-compose: drop patch

    The patch needs to be rebased
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7727dc5 View commit details
    Browse the repository at this point in the history
  108. [FIXME] bsp: add generic-arm64 machine alias

    the generic-arm64 machine was removed from the meta-arm layer and is now part of the meta-yocto-bsp layer.
    also renamed: generic-arm64 -> genericarm64
    https://git.yoctoproject.org/meta-arm/commit/meta-arm/conf/machine?h=scarthgap&id=10e23fe1dfa66513dbda668d807ea3e384eff49c
    https://git.yoctoproject.org/poky/commit/meta-yocto-bsp/conf/machine?h=scarthgap&id=2f4f72fff2b642beff179530a74403fa2c608b64
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5dc5f98 View commit details
    Browse the repository at this point in the history
  109. [FIXME] bsp: lmp-machine-custom: imx6ullevk: drop KERNEL_DEVICETREE

    | NOTE: make -j 16 CC=arm-lmp-linux-gnueabi-gcc  -mno-thumb-interwork -marm -fuse-ld=bfd   -fmacro-prefix-map=/srv/oe/build/tmp-lmp/work-shared/imx6ullevk/kernel-source=/usr/src/debug/linux-lmp-fslc-imx/6.1.70+git  -fdebug-prefix-map=/srv/oe/build/tmp-lmp/work-shared/imx6ullevk/kernel-source=/usr/src/debug/linux-lmp-fslc-imx/6.1.70+git  -fmacro-prefix-map=/srv/oe/build/tmp-lmp/work/imx6ullevk-lmp-linux-gnueabi/linux-lmp-fslc-imx/6.1.70+git/linux-imx6ullevk-standard-build=/usr/src/debug/linux-lmp-fslc-imx/6.1.70+git  -fdebug-prefix-map=/srv/oe/build/tmp-lmp/work/imx6ullevk-lmp-linux-gnueabi/linux-lmp-fslc-imx/6.1.70+git/linux-imx6ullevk-standard-build=/usr/src/debug/linux-lmp-fslc-imx/6.1.70+git  -fdebug-prefix-map=/srv/oe/build/tmp-lmp/work/imx6ullevk-lmp-linux-gnueabi/linux-lmp-fslc-imx/6.1.70+git/recipe-sysroot=  -fmacro-prefix-map=/srv/oe/build/tmp-lmp/work/imx6ullevk-lmp-linux-gnueabi/linux-lmp-fslc-imx/6.1.70+git/recipe-sysroot=  -fdebug-prefix-map=/srv/oe/build/tmp-lmp/work/imx6ullevk-lmp-linux-gnueabi/linux-lmp-fslc-imx/6.1.70+git/recipe-sysroot-native=  -fdebug-prefix-map=/srv/oe/build/tmp-lmp/work-shared/imx6ullevk/kernel-source=/usr/src/kernel -fdebug-prefix-map=/srv/oe/build/tmp-lmp/work-shared/imx6ullevk/kernel-build-artifacts=/usr/src/kernel LD=arm-lmp-linux-gnueabi-ld.bfd   OBJCOPY=arm-lmp-linux-gnueabi-objcopy  STRIP=arm-lmp-linux-gnueabi-strip HOSTCC=gcc  HOSTCFLAGS=-isystem/srv/oe/build/tmp-lmp/work/imx6ullevk-lmp-linux-gnueabi/linux-lmp-fslc-imx/6.1.70+git/recipe-sysroot-native/usr/include -O2 -pipe HOSTLDFLAGS=-L/srv/oe/build/tmp-lmp/work/imx6ullevk-lmp-linux-gnueabi/linux-lmp-fslc-imx/6.1.70+git/recipe-sysroot-native/usr/lib                         -L/srv/oe/build/tmp-lmp/work/imx6ullevk-lmp-linux-gnueabi/linux-lmp-fslc-imx/6.1.70+git/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,/srv/oe/build/tmp-lmp/work/imx6ullevk-lmp-linux-gnueabi/linux-lmp-fslc-imx/6.1.70+git/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,/srv/oe/build/tmp-lmp/work/imx6ullevk-lmp-linux-gnueabi/linux-lmp-fslc-imx/6.1.70+git/recipe-sysroot-native/lib                         -Wl,-rpath,/srv/oe/build/tmp-lmp/work/imx6ullevk-lmp-linux-gnueabi/linux-lmp-fslc-imx/6.1.70+git/recipe-sysroot-native/usr/lib                         -Wl,-rpath,/srv/oe/build/tmp-lmp/work/imx6ullevk-lmp-linux-gnueabi/linux-lmp-fslc-imx/6.1.70+git/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=/srv/oe/build/tmp-lmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread HOSTCPP=gcc  -E HOSTCXX=g++  HOSTCXXFLAGS=-isystem/srv/oe/build/tmp-lmp/work/imx6ullevk-lmp-linux-gnueabi/linux-lmp-fslc-imx/6.1.70+git/recipe-sysroot-native/usr/include -O2 -pipe HOSTPKG_CONFIG=pkg-config-native PAHOLE=false nxp/imx/imx6ull-14x14-evk-btwifi.dtb CC=arm-lmp-linux-gnueabi-gcc  -mno-thumb-interwork -marm -fuse-ld=bfd   -fmacro-prefix-map=/srv/oe/build/tmp-lmp/work-shared/imx6ullevk/kernel-source=/usr/src/debug/linux-lmp-fslc-imx/6.1.70+git  -fdebug-prefix-map=/srv/oe/build/tmp-lmp/work-shared/imx6ullevk/kernel-source=/usr/src/debug/linux-lmp-fslc-imx/6.1.70+git  -fmacro-prefix-map=/srv/oe/build/tmp-lmp/work/imx6ullevk-lmp-linux-gnueabi/linux-lmp-fslc-imx/6.1.70+git/linux-imx6ullevk-standard-build=/usr/src/debug/linux-lmp-fslc-imx/6.1.70+git  -fdebug-prefix-map=/srv/oe/build/tmp-lmp/work/imx6ullevk-lmp-linux-gnueabi/linux-lmp-fslc-imx/6.1.70+git/linux-imx6ullevk-standard-build=/usr/src/debug/linux-lmp-fslc-imx/6.1.70+git  -fdebug-prefix-map=/srv/oe/build/tmp-lmp/work/imx6ullevk-lmp-linux-gnueabi/linux-lmp-fslc-imx/6.1.70+git/recipe-sysroot=  -fmacro-prefix-map=/srv/oe/build/tmp-lmp/work/imx6ullevk-lmp-linux-gnueabi/linux-lmp-fslc-imx/6.1.70+git/recipe-sysroot=  -fdebug-prefix-map=/srv/oe/build/tmp-lmp/work/imx6ullevk-lmp-linux-gnueabi/linux-lmp-fslc-imx/6.1.70+git/recipe-sysroot-native=  -fdebug-prefix-map=/srv/oe/build/tmp-lmp/work-shared/imx6ullevk/kernel-source=/usr/src/kernel -fdebug-prefix-map=/srv/oe/build/tmp-lmp/work-shared/imx6ullevk/kernel-build-artifacts=/usr/src/kernel   LD=arm-lmp-linux-gnueabi-ld.bfd   OBJCOPY=arm-lmp-linux-gnueabi-objcopy  STRIP=arm-lmp-linux-gnueabi-strip
    | make[1]: *** No rule to make target 'arch/arm/boot/dts/nxp/imx/imx6ull-14x14-evk-btwifi.dtb'.  Stop.
    | make: *** [/srv/oe/build/tmp-lmp/work-shared/imx6ullevk/kernel-source/Makefile:1471: nxp/imx/imx6ull-14x14-evk-btwifi.dtb] Error 2
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0cb3238 View commit details
    Browse the repository at this point in the history
  110. bsp: imx-boot: refresh patches

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a44bfed View commit details
    Browse the repository at this point in the history
  111. Revert "base: layer.conf: override compat for stm-st-stm32mp"

    This reverts commit 9986c69.
    
    Not need anymore with the scarthgap, fix the error:
    | ERROR: Layer stm-st-stm32mp is not compatible with the core layer which only supports these series: scarthgap (layer is compatible with kirkstone)
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d587815 View commit details
    Browse the repository at this point in the history
  112. [WIP] bsp: u-boot-ti-staging: drop failing patches

    ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch' on target directory '/srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
    CmdError('quilt --quiltrc /srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
    patching file lib/zlib/inflate.c
    Hunk foundriesio#1 FAILED at 455.
    1 out of 1 hunk FAILED -- rejects in file lib/zlib/inflate.c
    Patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch can be reverse-applied
    
    ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-accept-filesystem-path-to-the-RoT-key.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
    CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-accept-filesystem-path-to-the-RoT-key.patch
    patching file arch/arm/dts/Makefile
    Hunk foundriesio#1 succeeded at 1549 with fuzz 2 (offset 174 lines).
    patching file arch/arm/dts/k3-binman.dtsi
    Hunk foundriesio#1 FAILED at 13.
    1 out of 1 hunk FAILED -- rejects in file arch/arm/dts/k3-binman.dtsi
    patching file board/ti/common/Kconfig
    Hunk foundriesio#1 FAILED at 49.
    1 out of 1 hunk FAILED -- rejects in file board/ti/common/Kconfig
    Patch k3-accept-filesystem-path-to-the-RoT-key.patch does not apply (enforce with -f)
    
    ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-set-env-variable-device_type.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
    CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-set-env-variable-device_type.patch
    patching file arch/arm/mach-k3/common.c
    Hunk foundriesio#1 succeeded at 570 (offset -30 lines).
    Hunk foundriesio#2 FAILED at 613.
    1 out of 2 hunks FAILED -- rejects in file arch/arm/mach-k3/common.c
    Patch k3-set-env-variable-device_type.patch does not apply (enforce with -f)
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    22413d3 View commit details
    Browse the repository at this point in the history
  113. Revert "bsp: meson: fixup the imx meson backported"

    This reverts commit 915af2c.
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4123cfa View commit details
    Browse the repository at this point in the history
  114. Revert "bsp: meson: backport version 0.63.3"

    This reverts commit c8db41e.
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0fd2003 View commit details
    Browse the repository at this point in the history
  115. base: fioefi: introduce initial recipe

    Introduce recipe, that assembles a "fioefi" script which wraps
    UEFI Capsule update commands. Scripts provides the same usage API
    as fiovb/ubootenv apps:
    
    $ fioefi_setenv bootupgrade_available 1
    $ fioefi_printenv rollback
    
    Signed-off-by: Igor Opaniuk <[email protected]>
    igoropaniuk authored and quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4dc9faa View commit details
    Browse the repository at this point in the history
  116. base: sota: install fioefi package if feature is enabled

    Install fioefi package if fioefi machine feature is enabled.
    
    Signed-off-by: Igor Opaniuk <[email protected]>
    igoropaniuk authored and quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d55f669 View commit details
    Browse the repository at this point in the history
  117. bsp: fioefi: tegra: add tegra-specific includes

    Add tegra-specific fioefi script includes. Testing fioefi script:
    
    $ export FIO_OSTREE_TARGET_SYSROOT=/
    $ fioefi_setenv bootupgrade_available 1
    $ reboot
    ....
    Update Progress - 100% **************************************************
    Shutdown state requested 1
    Rebooting system ...
    
    When ak-lite is used, it automatically sets a path to the target sysroot via
    FIO_OSTREE_TARGET_SYSROOT variable.
    
    Signed-off-by: Igor Opaniuk <[email protected]>
    igoropaniuk authored and quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    94d833c View commit details
    Browse the repository at this point in the history
  118. base: aktualizr: introduce fioefi rollback mode

    Introduce support for fioefi rollback mode in aktualizr.
    
    Signed-off-by: Igor Opaniuk <[email protected]>
    igoropaniuk authored and quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    fb26bcf View commit details
    Browse the repository at this point in the history
  119. bsp: tegra: enable fioefi machine feature

    Enable fioefi MACHINE_FEATURE for tegra by default.
    
    Signed-off-by: Igor Opaniuk <[email protected]>
    igoropaniuk authored and quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    cd4d8f4 View commit details
    Browse the repository at this point in the history
  120. bsp: tegra: define LMP_BOOT_FIRMWARE_FILES

    Add tegra-bl.cap UEFI capsule to LMP_BOOT_FIRMWARE_FILES.
    
    Signed-off-by: Igor Opaniuk <[email protected]>
    igoropaniuk authored and quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5ed5173 View commit details
    Browse the repository at this point in the history
  121. bsp: fioefi: currently this is only supported on tegra

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    db77646 View commit details
    Browse the repository at this point in the history
  122. bsp: lmp-boot-firmware: tegra: depend on tegra-uefi-capsules

    Add dependency on tegra-uefi-capsules for lmp-boot-firmware on tegra
    machines.
    
    Signed-off-by: Igor Opaniuk <[email protected]>
    igoropaniuk authored and quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    57f562a View commit details
    Browse the repository at this point in the history
  123. base: fioefi: add lmp-boot-firmware dependency for all targets

    Add lmp-boot-firmware runtime dependency for all targets.
    
    Signed-off-by: Igor Opaniuk <[email protected]>
    igoropaniuk authored and quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f0ad12d View commit details
    Browse the repository at this point in the history
  124. bsp: tegra: do not install uefi capsules

    Do not install UEFI capsules to rootfs, lmp-boot-firmware should handle
    that instead.
    
    Signed-off-by: Igor Opaniuk <[email protected]>
    igoropaniuk authored and quaresmajose committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    27747bc View commit details
    Browse the repository at this point in the history
  125. tegra: enable systemd-boot support

    Enable systemd-boot support by default for Tegra machines.
    Boot test:
    
    Jetson UEFI firmware (version v35.5.0 built on 2024-02-26T13:44:31+00:00)
    ESC   to enter Setup.
    F11   to enter Boot Manager Menu.
    Enter to continue boot.
    **  WARNING: Test Key is used.  **
    ......EFI stub: Booting Linux Kernel...
    EFI stub: Using DTB from configuration table
    EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
    EFI stub: Exiting boot services and installing virtual address map...
    I/TC: Secondary CPU 1 initializing
    
    .....
    Linux-microPlatform 4.0.20 jetson-agx-xavier-devkit ttyTCU0
    
    jetson-agx-xavier-devkit login:
    
    Signed-off-by: Igor Opaniuk <[email protected]>
    igoropaniuk committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3c4c0d3 View commit details
    Browse the repository at this point in the history
  126. base: ostree: add support systemd-boot automatic boot assesment

    Add support for Automatic Boot Assessment [1].
    Boot entries are now created with an additional suffix, which
    represents the amount of maximum tries for boot counting.
    
    [1] https://systemd.io/AUTOMATIC_BOOT_ASSESSMENT/
    Signed-off-by: Igor Opaniuk <[email protected]>
    igoropaniuk committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5ec9687 View commit details
    Browse the repository at this point in the history