mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-20 07:51:44 +01:00
Since EAPI=7 was supported, portage can no longer use different
ROOT and SYSROOT values. This adjusts the paths so that the first
phase builds cross-toolchains under /usr/${CHOST}, then the native
toolchains are built under /build/${BOARD} (as was being done
previously). Now that the cross-toolchain development files can't
be used when building the native toolchain, the headers and libs
are stupidly copied into the board root to be used used and then
overwritten by the board packages as they are built. Since this is
all done in a chroot, these changes shouldn't affect the SDK host.
CoreOS Container Linux SDK scripts
Welcome to the scripts repo, your starting place for most things here in the CoreOS Container Linux SDK. To get started you can find our documentation on the CoreOS website.
Description
Languages
Shell
93%
Python
6.9%