All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/6] Fix gitlab CI build failure due to missing HOST_ dependencies
@ 2022-02-01 18:33 Giulio Benetti
  2022-02-01 18:33 ` [Buildroot] [PATCH 1/6] configs/bananapi_m2_ultra_defconfig: u-boot needs host python3 and host openssl Giulio Benetti
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Giulio Benetti @ 2022-02-01 18:33 UTC (permalink / raw)
  To: buildroot
  Cc: Eugen Hristev, Ludovic Desroches, Giulio Benetti, Lothar Felten,
	Thomas Petazzoni

This patchset fixes the gitlab build failure due to HOST_ dependencies(uboot/linux).

Giulio Benetti (6):
  configs/bananapi_m2_ultra_defconfig: u-boot needs host python3 and
    host openssl
  configs/beaglev_defconfig: linux needs host openssl
  configs/microchip_sama5d2_icp_mmc_defconfig: linux needs host openssl
  configs/microchip_sama5d2_icp_mmc_dev_defconfig: linux needs host
    openssl
  configs/microchip_sama7g5ek_mmc_defconfig: add missing
    BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15
  configs/microchip_sama7g5ek_mmc_dev_defconfig: add missing
    BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15

 configs/bananapi_m2_ultra_defconfig             | 2 ++
 configs/beaglev_defconfig                       | 1 +
 configs/microchip_sama5d2_icp_mmc_defconfig     | 1 +
 configs/microchip_sama5d2_icp_mmc_dev_defconfig | 1 +
 configs/microchip_sama7g5ek_mmc_defconfig       | 1 +
 configs/microchip_sama7g5ek_mmc_dev_defconfig   | 1 +
 6 files changed, 7 insertions(+)

-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-02-01 23:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-01 18:33 [Buildroot] [PATCH 0/6] Fix gitlab CI build failure due to missing HOST_ dependencies Giulio Benetti
2022-02-01 18:33 ` [Buildroot] [PATCH 1/6] configs/bananapi_m2_ultra_defconfig: u-boot needs host python3 and host openssl Giulio Benetti
2022-02-01 18:33 ` [Buildroot] [PATCH 2/6] configs/beaglev_defconfig: linux needs " Giulio Benetti
2022-02-01 18:33 ` [Buildroot] [PATCH 3/6] configs/microchip_sama5d2_icp_mmc_defconfig: " Giulio Benetti
2022-02-01 20:04   ` Michael Nazzareno Trimarchi
2022-02-01 20:18     ` Giulio Benetti
2022-02-01 18:33 ` [Buildroot] [PATCH 4/6] configs/microchip_sama5d2_icp_mmc_dev_defconfig: " Giulio Benetti
2022-02-01 18:33 ` [Buildroot] [PATCH 5/6] configs/microchip_sama7g5ek_mmc_defconfig: add missing BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15 Giulio Benetti
2022-02-01 23:02   ` Giulio Benetti
2022-02-01 18:33 ` [Buildroot] [PATCH 6/6] configs/microchip_sama7g5ek_mmc_dev_defconfig: " Giulio Benetti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.