Merge pull request #2867 from ajeddeloh/use-minimal

coreos-devel: add sdk-extras
This commit is contained in:
Andrew Jeddeloh 2018-02-07 11:17:33 -08:00 committed by GitHub
commit bbe35187c5
4 changed files with 54 additions and 1 deletions

View File

@ -13,6 +13,10 @@ SLOT="0"
KEYWORDS="amd64 arm64"
IUSE=""
# Depend on everything OEMs need, but not the OEMs themselves.
# This makes the built packages available for image_vm_util.sh but
# avoids copying the oem specific files (e.g. grub configs) before
# the oem partition is set up.
DEPEND=""
RDEPEND="
amd64? (

View File

@ -4,7 +4,7 @@
EAPI=5
DESCRIPTION="Meta ebuild for everything that should be in the SDK."
DESCRIPTION="Meta ebuild for everything that needs to be in the SDK."
HOMEPAGE="http://coreos.com/docs/sdk/"
SRC_URI=""

View File

@ -0,0 +1,45 @@
# Copyright 2017 The CoreOS Authors
# Distributed under the terms of the GNU General Public License v2
# This isn't meant to be installed directly. It mostly exists so we can better keep track of
# dependencies within the SDK.
EAPI=5
DESCRIPTION="Meta ebuild for everything that isn't needed in the SDK, but might be useful"
HOMEPAGE="http://coreos.com/docs/sdk/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64"
IUSE=""
RDEPEND="
app-admin/python-updater
app-backup/casync
app-crypt/efitools
app-crypt/tpm-tools
app-editors/emacs
app-editors/nano
app-portage/eix
app-portage/gentoolkit-dev
app-portage/repoman
app-misc/screen
app-misc/tmux
app-text/tree
app-text/dos2unix
dev-util/cscope
dev-util/perf
dev-util/strace
dev-util/valgrind
dev-go/glide
dev-go/godep
dev-python/awscli
sys-apps/ed
"
# Needed for Jenkins
RDEPEND+="
dev-util/catalyst
"

View File

@ -7,3 +7,7 @@ dev-python/botocore ~amd64
dev-lang/rust ~amd64
dev-util/cargo ~amd64
virtual/rust ~amd64
# Accept go utilities
dev-go/glide ~amd64
dev-go/godep ~amd64