mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-06 12:36:59 +02:00
This change introduces a containerised SDK as a replacement for cork SDK operations. It also simplifies versioning by removing the need for manifest repos as well as usage of the "repo" tool by use of git submodules for coreos-overlay and portage-stable. The following feature scripts are added: - run_sdk_container: Run a command in an SDK container, using the current scripts repo + ebuild submodules. current scripts repo + ebuild submodules. - bootstrap_sdk_container / build_sdk_container_image: Bootstrap a new SDK and create an SDK container from the resulting SDK tarball. The following additions have been made to SDK scripts: - setup_board: add --pkgdir parameter to use a custom binary packge directory. Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
9 lines
515 B
Plaintext
9 lines
515 B
Plaintext
Defaults env_keep += "FLATCAR_BUILD_ID COREOS_OFFICIAL \
|
|
EMAIL GIT_AUTHOR_EMAIL GIT_AUTHOR_NAME \
|
|
GIT_COMMITTER_EMAIL GIT_COMMITTER_NAME \
|
|
GIT_PROXY_COMMAND GIT_SSH RSYNC_PROXY \
|
|
GNUPGHOME GPG_AGENT_INFO SSH_AUTH_SOCK \
|
|
BOTO_PATH GOOGLE_APPLICATION_CREDENTIALS \
|
|
USE FEATURES PORTAGE_USERNAME FORCE_STAGES \
|
|
all_proxy ftp_proxy http_proxy https_proxy no_proxy"
|