]> Git Repo - buildroot-mgba.git/commit
configs/beaglebone_qt5: move patches to beaglebone-qt5 folder
authorDario Binacchi <[email protected]>
Sat, 20 Jul 2024 20:16:57 +0000 (22:16 +0200)
committerThomas Petazzoni <[email protected]>
Tue, 30 Jul 2024 21:37:53 +0000 (23:37 +0200)
commit38f3bb5fd7702a74ee5eb16ee59c6d8221aed452
tree8a9b6920fb8d4d48cd1efa301c7fcce2d7e1fda4
parent4cc21e5e842747916c7f751394539c925601f9c8
configs/beaglebone_qt5: move patches to beaglebone-qt5 folder

Compared to the beaglebone_defconfig, updating the Linux kernel for
beaglebone_qt5 is more tricky because it may also involve updating the
ti-sgx-{km,um} packages. Therefore, it is unlikely that the two
configurations can share the same software versions for the Linux
kernel, and consequently a single path for the patches. For this
reason, and with the foresight of adding the hash files for the
beaglebone_defconfig as well, the hash files and patches are moved to
a separate board/beagleboard/beaglebone-qt5/patches/ directory. This
way, future conflicts in managing the patches for the two
configurations (i.e., beaglebone[_qt5]_defconfig) are avoided.

Signed-off-by: Dario Binacchi <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
16 files changed:
.checkpackageignore
board/beagleboard/beaglebone-qt5/patches/linux-headers/linux-headers.hash [new symlink]
board/beagleboard/beaglebone-qt5/patches/linux/0001-keep-jtag-clock-alive-for-debugger.patch [new file with mode: 0644]
board/beagleboard/beaglebone-qt5/patches/linux/0002-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch [new file with mode: 0644]
board/beagleboard/beaglebone-qt5/patches/linux/0003-ata-ahci-Match-EM_MAX_SLOTS-with-SATA_PMP_MAX_PORTS.patch [new file with mode: 0644]
board/beagleboard/beaglebone-qt5/patches/linux/0004-ata-ahci-fix-enum-constants-for-gcc-13.patch [new file with mode: 0644]
board/beagleboard/beaglebone-qt5/patches/linux/linux.hash [new file with mode: 0644]
board/beagleboard/beaglebone-qt5/patches/uboot/uboot.hash [new file with mode: 0644]
board/beagleboard/beaglebone/patches/linux-headers/linux-headers.hash [deleted symlink]
board/beagleboard/beaglebone/patches/linux/0001-keep-jtag-clock-alive-for-debugger.patch [deleted file]
board/beagleboard/beaglebone/patches/linux/0002-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch [deleted file]
board/beagleboard/beaglebone/patches/linux/0003-ata-ahci-Match-EM_MAX_SLOTS-with-SATA_PMP_MAX_PORTS.patch [deleted file]
board/beagleboard/beaglebone/patches/linux/0004-ata-ahci-fix-enum-constants-for-gcc-13.patch [deleted file]
board/beagleboard/beaglebone/patches/linux/linux.hash [deleted file]
board/beagleboard/beaglebone/patches/uboot/uboot.hash [deleted file]
configs/beaglebone_qt5_defconfig
This page took 0.030767 seconds and 4 git commands to generate.