genode/repos/base-hw/board
Norman Feske fa68325a57 base-hw: streamline extraction of depot archives
This patch simplifies the packaging of the base-hw kernel for a given
board, in particular when the board support is hosted as an external
repository such as genode-world. Regardless of where the board-support
is hosted, the content.mk file becomes as simple as:

  include $(GENODE_DIR)/repos/base-hw/recipes/src/base-hw_content.inc

The board name is automatically inferred from the path of the src
recipe. The architecture is determined from board/<name>/arch files,
following the pattern of the image_link_address. The attempt to build a
base-hw-<board> binary archive for the wrong architecture is now
gracefully handled by skipping all targets (using the REQUIRES
mechanism).

Besides the improved convenience, the patch results in depot archives
that are much closer tailored to the actual board by omitting files for
architectures that are not used by the board. E.g., the src/base-hw-pc
archive does not contain any ARM-related content.

The patch also restores the package builds for core/bootstrap object
files as a follow-up fix of "base: remove SPEC variables of boards",
which happened to left 'BOARD' undefined in the src archives.

Fixes #4019
2021-02-23 12:02:45 +01:00
..
imx6q_sabrelite base-hw: streamline extraction of depot archives 2021-02-23 12:02:45 +01:00
imx7d_sabre base-hw: streamline extraction of depot archives 2021-02-23 12:02:45 +01:00
imx8q_evk base-hw: streamline extraction of depot archives 2021-02-23 12:02:45 +01:00
imx53_qsb base-hw: streamline extraction of depot archives 2021-02-23 12:02:45 +01:00
imx53_qsb_tz base-hw: streamline extraction of depot archives 2021-02-23 12:02:45 +01:00
nit6_solox base-hw: streamline extraction of depot archives 2021-02-23 12:02:45 +01:00
pbxa9 base-hw: streamline extraction of depot archives 2021-02-23 12:02:45 +01:00
pc base-hw: streamline extraction of depot archives 2021-02-23 12:02:45 +01:00
riscv_qemu base-hw: streamline extraction of depot archives 2021-02-23 12:02:45 +01:00
rpi base-hw: streamline extraction of depot archives 2021-02-23 12:02:45 +01:00
rpi3 base-hw: streamline extraction of depot archives 2021-02-23 12:02:45 +01:00
usb_armory base-hw: streamline extraction of depot archives 2021-02-23 12:02:45 +01:00
virt_qemu base-hw: streamline extraction of depot archives 2021-02-23 12:02:45 +01:00
wand_quad base-hw: streamline extraction of depot archives 2021-02-23 12:02:45 +01:00
zynq_qemu base-hw: streamline extraction of depot archives 2021-02-23 12:02:45 +01:00