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.
This commit is contained in:
Norman Feske 2023-04-26 14:34:10 +02:00 committed by Christian Helmuth
parent ddc3b88cd2
commit 4edd45dd8f
4 changed files with 9 additions and 7 deletions

View File

@ -0,0 +1 @@
Components needed to use 'goa run' on a Linux-based development machine

View File

@ -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

View File

@ -0,0 +1 @@
2022-05-17 53a32aaadafdb9d564993b4bcb4fba383d1b28ae

View File

@ -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