From 4edd45dd8f7553977821ae75f7d04de8160755c8 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Wed, 26 Apr 2023 14:34:10 +0200 Subject: [PATCH] depot: split pkg/goa-linux from pkg/goa This split allows us to cross-compile all arm_v8a packages needed for 'goa build' by creating pkg/arm_v8a/goa. The components featured on pkg/goa-linux are solely needed for 'goa run'. As they contain a number of lx/hybrid components, pkg/goa-linux must be complied on Linux running on the target architecture. --- repos/gems/recipes/pkg/goa-linux/README | 1 + repos/gems/recipes/pkg/goa-linux/archives | 6 ++++++ repos/gems/recipes/pkg/goa-linux/hash | 1 + repos/gems/recipes/pkg/goa/archives | 8 +------- 4 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 repos/gems/recipes/pkg/goa-linux/README create mode 100644 repos/gems/recipes/pkg/goa-linux/archives create mode 100644 repos/gems/recipes/pkg/goa-linux/hash diff --git a/repos/gems/recipes/pkg/goa-linux/README b/repos/gems/recipes/pkg/goa-linux/README new file mode 100644 index 0000000000..d7f1cb89e2 --- /dev/null +++ b/repos/gems/recipes/pkg/goa-linux/README @@ -0,0 +1 @@ +Components needed to use 'goa run' on a Linux-based development machine diff --git a/repos/gems/recipes/pkg/goa-linux/archives b/repos/gems/recipes/pkg/goa-linux/archives new file mode 100644 index 0000000000..d4c34aa25d --- /dev/null +++ b/repos/gems/recipes/pkg/goa-linux/archives @@ -0,0 +1,6 @@ +_/pkg/drivers_interactive-linux +_/src/base-linux +_/src/fb_sdl +_/src/linux_nic_drv +_/src/linux_rtc_drv +_/src/lx_fs diff --git a/repos/gems/recipes/pkg/goa-linux/hash b/repos/gems/recipes/pkg/goa-linux/hash new file mode 100644 index 0000000000..42626fe0b6 --- /dev/null +++ b/repos/gems/recipes/pkg/goa-linux/hash @@ -0,0 +1 @@ +2022-05-17 53a32aaadafdb9d564993b4bcb4fba383d1b28ae diff --git a/repos/gems/recipes/pkg/goa/archives b/repos/gems/recipes/pkg/goa/archives index 023801f63d..94029fdf80 100644 --- a/repos/gems/recipes/pkg/goa/archives +++ b/repos/gems/recipes/pkg/goa/archives @@ -1,19 +1,13 @@ -_/pkg/drivers_interactive-linux _/pkg/terminal _/raw/ttf-bitstream-vera-minimal -_/src/base-linux _/src/bash _/src/coreutils _/src/event_filter -_/src/fb_sdl _/src/fs_rom _/src/gui_fb _/src/init _/src/libc _/src/libssh -_/src/linux_nic_drv -_/src/linux_rtc_drv -_/src/lx_fs _/src/ncurses _/src/nic_router _/src/nitpicker @@ -27,7 +21,7 @@ _/src/sed _/src/stdcxx _/src/terminal _/src/vfs +_/src/vfs_lwip _/src/vfs_pipe _/src/vfs_ttf -_/src/vfs_lwip _/src/vim