28179 Commits

Author SHA1 Message Date
mischief
eccd5a981d sys-apps/systemd: bump to v219 2015-04-07 16:02:22 -07:00
Alex Crawford
774b0a308a app-admin/fleet: remove dependency on etcd
Additionally, make this start after etcd2.
2015-04-07 14:30:20 -07:00
Alex Crawford
9f88f9b55a Merge pull request #1173 from crawford/etcd
dev-db/etcd: remove starter
2015-04-06 14:04:46 -07:00
Alex Crawford
510db2b958 dev-db/etcd: write all v2 files from ebuild
Remove etcd-migrate and etcd-dump-logs
2015-04-06 14:04:16 -07:00
Michael Marineau
8bcad7a238 Merge pull request #1183 from marineam/update_engine
update_engine: remove dependency on libchromeos
2015-04-06 13:47:53 -07:00
Michael Marineau
64e47d9f23 system_api: remove, no longer used 2015-04-06 13:19:35 -07:00
Michael Marineau
77186d7a21 dbus-c++: remove, no longer used. 2015-04-06 13:19:35 -07:00
Michael Marineau
1c964028f0 libchromeos: remove, no longer used 2015-04-06 13:16:32 -07:00
Michael Marineau
1008e73dfe update_engine: remove dependency on libchromeos
libchromeos and the related system_api protobufs are left over from
update_engine's integration with other ChromeOS services.
2015-04-06 13:15:19 -07:00
Alex Crawford
ffdcaaac2b dev-db/etcd: write all v1 files from ebuild 2015-04-05 15:00:13 -07:00
Alex Crawford
69d3a2f871 dev-db/etcd-starter: remove the starter 2015-04-05 14:59:33 -07:00
Michael Marineau
da5146d89f Merge pull request #1181 from marineam/rkt
rkt: add rocket conflict dependency
2015-04-04 17:29:17 -07:00
Michael Marineau
24873ccad4 rkt: add rocket conflict dependency
Portage is not processing the rocket->rkt package move for me in
/build/amd64-usr for some reason. Not sure what trick we are missing. As
an alternative to the package move use a conflict to remove the old
package instead.
2015-04-04 13:07:59 -07:00
Michael Marineau
f04e213c2c Merge pull request #391 from marineam/repos
toolchain_util: include repos.conf in bootstrap build environments
2015-04-03 13:45:18 -07:00
Geert-Johan Riemer
b06183be69 oem-gce: bind-mount /var/run/docker.sock to gcloud container
`gcloud preview docker` requires access to the host system docker.
2015-04-03 17:36:17 +02:00
Alex Crawford
abf2881898 Merge pull request #1179 from crawford/rocket
coreos-base/coreos: rocket -> rkt
2015-04-01 21:16:49 -07:00
Alex Crawford
84e20ebfec coreos-base/coreos: rocket -> rkt 2015-04-01 21:07:43 -07:00
Michael Marineau
6e6a0a4967 toolchain_util: include repos.conf in bootstrap build environments
This is required for the eventual removal of `$PORTDIR` and
`$PORTDIR_OVERLAY` and ensures toolchain rebuilds/updates with
`./build_packages --nousepkg` don't erroniously try to use ebuilds from
`/usr/portage` inside of the SDK.

In order to fix up the build_toolchains script the crossdev overlay
needs to be setup properly, previously only setup_board did it.

Overall silences a lot of warnings and fixes an issue with crossdev:

    /usr/bin/emerge-wrapper: line 48: /eclass/toolchain-funcs.eclass: No such file or directory
    /usr/bin/emerge-wrapper: line 49: tc-arch: command not found
2015-04-01 16:30:37 -07:00
Michael Marineau
10c9a82f79 Merge pull request #390 from marineam/cbuild
Fixes for cross compiling
2015-04-01 16:27:52 -07:00
Geoff Levand
ea6cf50b8d toolchain_util.sh: Fix _configure_sysroot CBUILD
The portage CBUILD and HOSTCC variables need to be set to the SDK host to get
a proper cross build when building target binaries.

Change _configure_sysroot to use the CBUILD environment variable to set the
CBUILD and HOSTCC variables of ${ROOT}/etc/portage/make.conf.  Also, fix up all
calls to _configure_sysroot to set the CBUILD environment variable.

Fixes setup_board failure when the host and target architectures differ.

Signed-off-by: Geoff Levand <geoff@infradead.org>

[marineam: fixed a copy/paste error]
2015-04-01 15:54:43 -07:00
Alex Crawford
ccd56e3b78 Merge pull request #1178 from crawford/cloudinit
coreos-base/coreos-cloudinit: bump to v1.3.4
2015-04-01 15:28:14 -07:00
Alex Crawford
ab58a034da coreos-base/coreos-cloudinit: bump to v1.3.4 2015-04-01 15:02:15 -07:00
Alex Crawford
1c5ce8634f Merge pull request #1177 from crawford/rocket
app-emulation/rkt: update rkt
2015-04-01 14:55:29 -07:00
Alex Crawford
17b27ac60b app-emulation/rkt: rename project 2015-04-01 14:43:47 -07:00
Alex Crawford
3db857dbd5 app-emulation/rocket: bump to v0.5.3 2015-04-01 14:29:10 -07:00
Alex Crawford
7ebcfb2031 Merge pull request #1176 from crawford/etcd-new
dev-db/etcd: bump versions
2015-04-01 12:36:18 -07:00
Alex Crawford
ba536afbd1 dev-db/etcd: bump to v2.0.8 2015-04-01 11:53:47 -07:00
Alex Crawford
f535313884 dev-db/etcd: bump to v0.4.9 2015-04-01 11:53:01 -07:00
Geoff Levand
46f5478991 setup_board: Fix hard coded symbol path
commit 03e8d451bf7d5dc66994ccdc90af39e6128689e5 (setup_board: setup
gdb wrapper and debug symbol path) added hard coded paths for the
symbol path.  Change those to use the BOARD_ROOT variable.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-04-01 10:58:57 -07:00
Nick Owens
be351c3bdf Merge pull request #1165 from mischief/mayday
Mayday
2015-03-31 16:33:33 -07:00
mischief
570149ac7d coreos-base/coreos: add mayday 2015-03-31 16:20:30 -07:00
mischief
3761b11cd0 app-admin/mayday: add mayday ebuild 2015-03-31 16:20:30 -07:00
Brian Waldon
160830f2fc Merge pull request #1175 from bcwaldon/bump-fleet
app-admin/fleet: bump to v0.9.2
2015-03-30 17:27:56 -07:00
Brian Waldon
95b9b32191 app-admin/fleet: bump to v0.9.2 2015-03-30 17:24:55 -07:00
Alex Crawford
1ba7e327ae Merge pull request #1174 from crawford/divsufsort
dev-libs/libdivsufsort: bump revision
2015-03-30 16:47:36 -07:00
Alex Crawford
44e2c38783 dev-libs/libdivsufsort: bump revision
This is needed for cd783fde to apply.
2015-03-30 14:38:38 -07:00
Nick Owens
fd52cbfd20 Merge pull request #1171 from mischief/systemd-nosrc
sys-apps/systemd: remove SRC_URI from ebuild
2015-03-30 13:06:42 -07:00
mischief
787453eab0 sys-apps/systemd: remove SRC_URI from ebuild
since systemd is checked out from git, we dont download a tarball any
more.
2015-03-30 13:03:02 -07:00
Nick Owens
613b0dcf81 Merge pull request #1172 from mischief/kernel-bump
sys-kernel/coreos-kernel: bump ebuild rev
2015-03-30 12:57:32 -07:00
mischief
392c649bf8 sys-kernel/coreos-kernel: bump ebuild rev 2015-03-30 12:50:00 -07:00
Nick Owens
0ff8502bcd Merge pull request #1170 from mischief/enable-zram
sys-kernel/coreos-kernel: enable ZRAM
2015-03-30 12:18:28 -07:00
mischief
a53e54ad46 sys-kernel/coreos-kernel: enable ZRAM
closes #1169
2015-03-30 12:04:16 -07:00
Michael Marineau
dd660e0f07 Merge pull request #1168 from marineam/bindist
Fixup bindist and mirror restrictions
2015-03-30 12:01:59 -07:00
Michael Marineau
69e89d5b98 Merge pull request #1167 from marineam/glibc
Glibc 2.20
2015-03-30 12:01:48 -07:00
Michael Marineau
ce7cb7905e Merge pull request #179 from marineam/mpc
bump(dev-libs/mpc): sync with upstream
2015-03-30 12:01:33 -07:00
Michael Marineau
10accfe2c4 bump(dev-libs/mpc): sync with upstream
Dependency of GCC that was skipped during the last GCC upgrade due to
upgrade issues in the sdk_bootstrap script at the time. Fixed since
4debbfc257
2015-03-29 15:22:35 -07:00
Michael Marineau
aee4faa83d profiles: block packages with distribution issues
Gentoo has switched to using USE=bindist only for packages with optional
features that cannot be distributed and RESTRICT=bindist otherwise. This
change doesn't impact anything in our tree at the moment but we should
follow along to avoid mistakes in the future.

Also, block packages with mirror restrictions. This is just to call
attention to anything that would otherwise be missing from our distfiles
mirror. Nothing we ship should actually have such a restriction.
2015-03-29 15:14:33 -07:00
Michael Marineau
63acd519f7 dev-libs/libdivsufsort: remove bogus mirror restriction
This was mistakenly added in the early turmoil of forking ChromiumOS in
commit 86ce9947: "the gentoo mirrors don't have this package, download
from Google code for now." Since then we have started to provide our own
mirror instead of using Gentoo's.

For reference, the better rule to use is `RESTRICT=primaryuri` which
prioritizes downloading from `SRC_URI` over the distfiles mirrors but
does not disallow uploading to a mirror.
2015-03-29 15:14:33 -07:00
Michael Marineau
51478cf0d3 glibc: apply CoreOS tweaks to 2.20 2015-03-29 14:10:35 -07:00
Michael Marineau
275b8f9017 glibc: sync with upstream, add 2.20 ebuild 2015-03-29 14:07:35 -07:00