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

Port to Yocto scarthgap [Part3] #1545

Draft
wants to merge 97 commits into
base: main
Choose a base branch
from

Commits on Nov 22, 2024

  1. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    6fa0433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    935c86d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0a58bc View commit details
    Browse the repository at this point in the history
  4. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    1211f35 View commit details
    Browse the repository at this point in the history
  5. base: bluez5: 5.70 > 5.72

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    56e9ab4 View commit details
    Browse the repository at this point in the history
  6. base: optee-os-fio: drop imx fio patches

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    6613392 View commit details
    Browse the repository at this point in the history
  7. base/bsp: drop SDPX deploy fixes

    The current SPDX version can correctly handle dependencies
    so we don't need to do this anymore.
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    005e839 View commit details
    Browse the repository at this point in the history
  8. bsp: lmp-machine-custom: ti-generic: Ajust LICENSE_DIRECTORY for ti-soc

    we also need to adjust the LICENSE_DIRECTORY because our deploy is
    shared by both muticonfigs.
    
    | 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    87f31fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9266d6d View commit details
    Browse the repository at this point in the history
  10. bsp: imx-atf: fix RPROVIDES 'virtual/'

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    8543d05 View commit details
    Browse the repository at this point in the history
  11. bsp: opensbi: 1.3 -> 1.4

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

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ee835c4 View commit details
    Browse the repository at this point in the history
  13. bsp: lmp-machine-custom: fix beaglebone-yocto KERNEL_DEVICETREE

    This workaround is mainly to revert the KERNEL_DEVICETREE change [1]
    
    That change updates the kernel from 61 to 6.6 and defines the KERNEL_DEVICETREE
    with the DTB_FILES but relocated.
    [1] https://git.yoctoproject.org/meta-yocto/commit/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf?id=58ac51b7a44fbb165311c7226ae8b15cd004114d
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    e084eaa View commit details
    Browse the repository at this point in the history
  14. base: alsa-utils: refresh patches for 1.2.11

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    0dbebf2 View commit details
    Browse the repository at this point in the history
  15. base: networkmanager: 1.44 -> 1.46

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    0308c77 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3174da8 View commit details
    Browse the repository at this point in the history
  17. base: ostree: rebase patches in v2024.3

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

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

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    b86b47a View commit details
    Browse the repository at this point in the history
  20. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    9d4dd36 View commit details
    Browse the repository at this point in the history
  21. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    f1b0ce9 View commit details
    Browse the repository at this point in the history
  22. bsp: layer: add scarthgap compatibility

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

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

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

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

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

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

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    5f0a471 View commit details
    Browse the repository at this point in the history
  29. base: docker-ce -> docker-moby

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    2d3c5b3 View commit details
    Browse the repository at this point in the history
  30. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    5a1cbc0 View commit details
    Browse the repository at this point in the history
  31. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    958af11 View commit details
    Browse the repository at this point in the history
  32. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    0ef3b82 View commit details
    Browse the repository at this point in the history
  33. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    5b4ddfa View commit details
    Browse the repository at this point in the history
  34. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    6f3f683 View commit details
    Browse the repository at this point in the history
  35. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    76d1b6b View commit details
    Browse the repository at this point in the history
  36. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a27638a View commit details
    Browse the repository at this point in the history
  37. bsp: imx-boot: refresh patches

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    f056298 View commit details
    Browse the repository at this point in the history
  38. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    85c37dd View commit details
    Browse the repository at this point in the history
  39. Revert "bsp: meson: fixup the imx meson backported"

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

    This reverts commit c8db41e.
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    8eb90cd View commit details
    Browse the repository at this point in the history
  41. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    16cf520 View commit details
    Browse the repository at this point in the history
  42. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ea0951a View commit details
    Browse the repository at this point in the history
  43. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    83e9f60 View commit details
    Browse the repository at this point in the history
  44. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    d861be6 View commit details
    Browse the repository at this point in the history
  45. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    4ced9d0 View commit details
    Browse the repository at this point in the history
  46. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ec2b243 View commit details
    Browse the repository at this point in the history
  47. bsp: fioefi: currently this is only supported on tegra

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    559d29e View commit details
    Browse the repository at this point in the history
  48. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    059a21a View commit details
    Browse the repository at this point in the history
  49. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ba6f423 View commit details
    Browse the repository at this point in the history
  50. 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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    364e844 View commit details
    Browse the repository at this point in the history
  51. bsp: 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 authored and quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ab3f112 View commit details
    Browse the repository at this point in the history
  52. bsp: linux-lmp-ti-staging: bump 6.1.83

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c507fb7 View commit details
    Browse the repository at this point in the history
  53. bsp: linux-lmp-ti-staging: drop beagleplay repo

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    3247601 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    f529b09 View commit details
    Browse the repository at this point in the history
  55. Revert "bsp: lmp-machine-custom: UBOOT_PROVIDES_BOOT_CONTAINER is now…

    … chosed dynamic"
    
    This reverts commit f19349c.
    
    Required by Freescale/meta-freescale#1945
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    81a2c48 View commit details
    Browse the repository at this point in the history
  56. 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 authored and quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    9eb3f28 View commit details
    Browse the repository at this point in the history
  57. base: kernel-lmp-fitimage: replace with oe-core 74054f3 copy

    Replace with a copy of oe-core kernel-fitimage.bbclass
    from scarthgap branch rev 74054f3
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    2d37fa7 View commit details
    Browse the repository at this point in the history
  58. base: kernel-lmp-fitimage: add loadable

    - Rebased on top of the scarthgap branch
    
    Signed-off-by: Daiane Angolini <[email protected]>
    Signed-off-by: Jose Quaresma <[email protected]>
    angolini authored and quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    14e1345 View commit details
    Browse the repository at this point in the history
  59. base: libdevmapper: Inherit nopackages

    This fixes errors from buildhistory changes where packages-split would
    be empty.
    
    Submited: https://lists.openembedded.org/g/openembedded-devel/topic/108648856
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    3578643 View commit details
    Browse the repository at this point in the history
  60. base: u-boot-fio: inherit uuu_bootloader_tag on imx bsp

    Fix:
    | wic.filemap.Error: cannot open image file '/lmp/build-lmp-base-imx6ullevk-scarthgap-next/deploy/images/imx6ullevk/u-boot.bin.tagged': [Errno 2] No such file or directory: '/lmp/build-lmp-base-imx6ullevk-scarthgap-next/deploy/images/imx6ullevk/u-boot.bin.tagged'
    | WARNING: exit code 1 from a shell command.
    
    References:
    Freescale/meta-freescale#1791
    Freescale/meta-freescale#1945
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    e89e61e View commit details
    Browse the repository at this point in the history
  61. base: u-boot-fio-mfgtool: add default lmp-base distro cfg

    Parsing recipes...ERROR: /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool_imx-2023.04.bb: Unable to get checksum for u-boot-fio-mfgtool SRC_URI entry lmp-base-common.cfg: file could not be found
    The following paths were searched:
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/lmp-base/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-imx-2023.04/lmp-base/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/lmp-base/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/lmp-base/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/lmp/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-imx-2023.04/lmp/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/lmp/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/lmp/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/generic-arm64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-imx-2023.04/generic-arm64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/generic-arm64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/generic-arm64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/armv8a/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-imx-2023.04/armv8a/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/armv8a/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/armv8a/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-imx-2023.04/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-imx-2023.04/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-imx-2023.04/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/lmp-base-common.cfg
    ERROR: Parsing halted due to errors, see error messages above
    ERROR: /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool_imx-2022.04.bb: Unable to get checksum for u-boot-fio-mfgtool SRC_URI entry lmp-base-common.cfg: file could not be found
    The following paths were searched:
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/lmp-base/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-imx-2022.04/lmp-base/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/lmp-base/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/lmp-base/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/lmp/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-imx-2022.04/lmp/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/lmp/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/lmp/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/generic-arm64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-imx-2022.04/generic-arm64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/generic-arm64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/generic-arm64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/armv8a/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-imx-2022.04/armv8a/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/armv8a/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/armv8a/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-imx-2022.04/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-imx-2022.04/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-imx-2022.04/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/lmp-base-common.cfg
    ERROR: /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool_2023.04.bb: Unable to get checksum for u-boot-fio-mfgtool SRC_URI entry lmp-base-common.cfg: file could not be found
    The following paths were searched:
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/lmp-base/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-2023.04/lmp-base/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/lmp-base/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/lmp-base/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/lmp/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-2023.04/lmp/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/lmp/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/lmp/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/generic-arm64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-2023.04/generic-arm64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/generic-arm64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/generic-arm64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/armv8a/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-2023.04/armv8a/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/armv8a/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/armv8a/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-2023.04/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-2023.04/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/aarch64/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-bsp/recipes-bsp/u-boot/u-boot-fio-mfgtool/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool-2023.04/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio-mfgtool/lmp-base-common.cfg
    /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-bsp/u-boot/files/lmp-base-common.cfg
    
    Summary: There were 4 ERROR messages, returning a non-zero exit code.
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a4e22b9 View commit details
    Browse the repository at this point in the history
  62. base/bsp: uboot-fitimage: Adapt the class to scarthgap dir naming

    Since [1] the uboot-sign class is being refactored and some files were
    reorganized.
    
    Taking concat_dtb_helper as example, the dtb files once installed
    previous the deploy were migrated to the deploy. It makes only the
    simple named dtb files being available during the fitimage its creation.
    
    Because of that, use the variables with the file names for signed or not
    signed u-boot dtb files.
    
    The instalation directory also changed.
    
    [1] openembedded/openembedded-core@5e12dc9
    
    Signed-off-by: Daiane Angolini <[email protected]>
    Signed-off-by: Jose Quaresma <[email protected]>
    angolini authored and quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    5f7107f View commit details
    Browse the repository at this point in the history
  63. base/bsp: mfgtool-files: Change the image filename for scarthgap

    Signed-off-by: Daiane Angolini <[email protected]>
    angolini authored and quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    324851e View commit details
    Browse the repository at this point in the history
  64. bsp: lmp-machine-custom: drop beagleplay KERNEL_DEVICETREE

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    05b4a57 View commit details
    Browse the repository at this point in the history
  65. bsp: linux-lmp-ti-staging: 6.1 -> 6.6

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    160c2fe View commit details
    Browse the repository at this point in the history
  66. bsp: u-boot-ti-staging: refresh patches

    Drop lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    25840f4 View commit details
    Browse the repository at this point in the history
  67. bsp: u-boot-bb.org: drop beagleplay repo

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    755e973 View commit details
    Browse the repository at this point in the history
  68. base: kmeta-linux-lmp-6.6.y: bump to cc8b1802

    Relevant changes:
    - cc8b1802 ktypes/standard: enable CONFIG_CRC64
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    217d6b5 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    4581c24 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    8d4bb96 View commit details
    Browse the repository at this point in the history
  71. bsp: ti-mfgtool-files: also add multiconfig depends

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    8ce0f9d View commit details
    Browse the repository at this point in the history
  72. bsp: lmp-mfgtool: am62xx-evm u-boot dfu is now using UBOOT_CONFIG_FRA…

    …GMENTS
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    56a1e71 View commit details
    Browse the repository at this point in the history
  73. bsp: lmp-mfgtool: disable TI k3 u-boot sign

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    103e80a View commit details
    Browse the repository at this point in the history
  74. bsp: tegra: update bbappends for L4T R35.6.0

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    f83ef58 View commit details
    Browse the repository at this point in the history
  75. base: lmp: systemd: enable coredump

    When we have lmpdebug in DISTRO_FEATURES it will be good to enable systemd coredump
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    28a0ec3 View commit details
    Browse the repository at this point in the history
  76. base: lmp: remove pending IMAGE_NAME_SUFFIX

    The IMAGE_NAME already includes the IMAGE_NAME_SUFFIX in the scarthgap
    
    IMAGE_NAME="lmp-base-console-image-intel-corei7-64.rootfs-20241014163026"
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    030185b View commit details
    Browse the repository at this point in the history
  77. base: lmp: drop luks unused ota-ext4 backup image

    This image is not used anywhere
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    9ee2397 View commit details
    Browse the repository at this point in the history
  78. base/bsp: u-boot-fio: update to the 2024.04+fio baseline

    Signed-off-by: Ricardo Salveti <[email protected]>
    ricardosalveti authored and quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    9cc60b7 View commit details
    Browse the repository at this point in the history
  79. bsp: u-boot-ostree-scr-fit: qemu: fix default conf entry

    When a default dtb is not used the fit now points to the default kernel
    index, which is 1 by default.
    
    Signed-off-by: Ricardo Salveti <[email protected]>
    ricardosalveti authored and quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    327a758 View commit details
    Browse the repository at this point in the history
  80. base: lmp: bump version for the 5.0.4 yocto release

    Based on scarthgap.
    
    Signed-off-by: Ricardo Salveti <[email protected]>
    ricardosalveti authored and quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    e943e72 View commit details
    Browse the repository at this point in the history
  81. bsp: lmp-machine-custom: add kernel serial arguments for rpi5

    Signed-off-by: Ricardo Salveti <[email protected]>
    ricardosalveti authored and quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    2f5e2c1 View commit details
    Browse the repository at this point in the history
  82. bsp: linux-lmp-rpi: update to 6.6.22, from meta-rpi scarthgap

    Align base version with the same default version used in meta-rpi.
    
    Signed-off-by: Ricardo Salveti <[email protected]>
    ricardosalveti authored and quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    8dd4258 View commit details
    Browse the repository at this point in the history
  83. base: kmeta-linux-lmp-6.6.y: bump to 16feae8a

    Relevant changes:
    - 16feae8a bsp: add BSP fragments for raspberrypi5
    - 9bff1de1 bsp: raspberrypi4: config updates for 6.6
    - 94d1435a kver: bumping to v6.6.54
    - 3c4731cb netfilter: Enable CONFIG_NETFILTER_XTABLES_COMPAT
    - 1dd9e613 features/intel-npu: introduce Intel NPU fragment
    - 12e25b9a bsp/intel-corei7-64: enable Intel IOMMU support
    - 130af14e features/intel-pinctrl: add pinctrl driver for Intel Meteor Lake
    - dd8d897b full_nohz: remove RCU_FAST_NO_HZ gone from upstream
    - 8f915afd cgl: drop SELINUX_DISABLE option
    - 18f9024a nft_test.cfg: Enable CONFIG_VETH
    - f4c820c0 features/nf_tables: Add net_fib_* options for greater ptest coverage
    - 754686f5 features/nf_tables: nft_objref is now builtin
    - 4bf6d3f7 features/net_sched: Add MULTIQ and NET_EMATCH config
    - d3a802b6 features/net: Add xdp feature config
    - 97f449ea features/vfio: remove CONFIG_VFIO_VIRQFD
    
    Signed-off-by: Ricardo Salveti <[email protected]>
    ricardosalveti authored and quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a60bc14 View commit details
    Browse the repository at this point in the history
  84. bsp: lmp-machine-custom: drop imx93 devicetrees that do not exist in …

    …our tree
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    0de5d40 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    d1186cb View commit details
    Browse the repository at this point in the history
  86. Revert "systemd: add job to fix timesyncd update"

    This reverts commit 5cb0fa1.
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    aa1b8a6 View commit details
    Browse the repository at this point in the history
  87. bsp: dynamic-layers: lmp-boot-firmware: use L4T_VERSION

    Use L4T_VERSION variable, and convert it to the same format as it's
    currenlty exposed via ESRT table:
    
    $ cat /sys/firmware/efi/esrt/entries/entry0/fw_version
    2295296
    
    Signed-off-by: Igor Opaniuk <[email protected]>
    igoropaniuk authored and quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    d7f275c View commit details
    Browse the repository at this point in the history
  88. base: systemd: refresh lmp patch

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    5282210 View commit details
    Browse the repository at this point in the history
  89. base: systemd-boot display order

    By using the sort-key[1] label in the conf files, this PR positions ostree
    deployments above UEFI provisioning applications.
    
    [1] https://uapi-group.org/specifications/specs/boot_loader_specification/#sorting
    
    Signed-off-by: Jorge Ramirez-Ortiz <[email protected]>
    ldts authored and quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    9bec3d6 View commit details
    Browse the repository at this point in the history
  90. base: systemd: don't install bless-boot service

    Don't install systemd-bless-boot.service, as ak-lite invokes
    bless-boot tool manually fio SOTA targets with fioefi support.
    
    Signed-off-by: Igor Opaniuk <[email protected]>
    igoropaniuk authored and quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    f98b5ec View commit details
    Browse the repository at this point in the history
  91. bsp: dynamic-layers: tegra: fix esp mount path

    Fix ESP partition defined path.
    
    Signed-off-by: Igor Opaniuk <[email protected]>
    igoropaniuk authored and quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    44b9f1d View commit details
    Browse the repository at this point in the history
  92. bsp: dynamic-layers: tegra: disable nv_update_verifier service

    Disable nv_update_verifier service, as it's invoked manually by
    ak-lite for SOTA targets with fioefi support.
    
    Signed-off-by: Igor Opaniuk <[email protected]>
    igoropaniuk authored and quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    0e1a945 View commit details
    Browse the repository at this point in the history
  93. base: fioefi: improve fioefi script

    * Add support for upgrade_available cmd
    * Parse target sysroot deployment path from boot entries
    
    Signed-off-by: Igor Opaniuk <[email protected]>
    igoropaniuk authored and quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    45e44bd View commit details
    Browse the repository at this point in the history
  94. bsp: fioefi: tegra: support bootfirmware_version

    Add support for obtaining current boot firmware version,
    which is exposed in ESRT table.
    
    [1] https://uefi.org/specs/UEFI/2.9_A/23_Firmware_Update_and_Reporting.html
    Signed-off-by: Igor Opaniuk <[email protected]>
    igoropaniuk authored and quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    bc41732 View commit details
    Browse the repository at this point in the history
  95. bsp: linux-lmp-ti-staging: bump scarthgap.202411141406

    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    4d6886c View commit details
    Browse the repository at this point in the history
  96. base: optee-os-fio-se05x: yocto multiple-repo support

    Define SRCREV_FORMAT for the Plug-and-Trust expansion.
    
    Signed-off-by: Jorge Ramirez-Ortiz <[email protected]>
    ldts authored and quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    87f312c View commit details
    Browse the repository at this point in the history
  97. base: ostree: sysroot: deploy systemd-boot efi to ESP partition

    Add support for deploying systemd-boot to ESP partition.
    Considering that default deployment has always index == 0, the filenames
    in ESP for efi binaries are generated in this way:
    deployment index       path
    0:                     /boot/EFI/BOOT/bootx64.efi
    1:                     /boot/EFI/BOOT/bootx64-1.efi
    2:                     /boot/EFI/BOOT/bootx64-2.efi
    
    Signed-off-by: Igor Opaniuk <[email protected]>
    igoropaniuk authored and quaresmajose committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    8bdeba6 View commit details
    Browse the repository at this point in the history