Michael Marineau
7c3d8856cc
cros-devutils: remove dependency on git-prompt
2014-08-18 15:21:46 -07:00
Michael Marineau
48b92fcea3
chore(metadata): Regenerate cache
2014-08-18 13:11:50 -07:00
Michael Marineau
15bdfe9bae
portage: fix build, had some lingering python2_6 references
2014-08-18 13:11:16 -07:00
Michael Marineau
b5fdbd288f
Merge pull request #796 from marineam/debug
...
baselayout: create proper symlinks under /usr/lib/debug
2014-08-18 13:05:29 -07:00
Michael Marineau
4a7e03c954
chore(metadata): Regenerate cache
2014-08-18 11:54:29 -07:00
Michael Marineau
fd91ddcf23
update_engine: remove coredumping code, fix glib compatibility
2014-08-18 11:54:20 -07:00
Michael Marineau
63eecc79d8
portage: fix stage1 builds involving new slot dependencies
...
Really screwy crud going on here, see the upstream bug for details:
https://bugs.gentoo.org/show_bug.cgi?id=520112
2014-08-18 11:54:20 -07:00
Michael Marineau
0adce60061
vim: fix cross-compiling, newer ebuilds rely on broken auto-detection
2014-08-18 11:54:20 -07:00
Michael Marineau
399ad853a9
profiles: break dependency loop between glib and pkg-config
2014-08-16 11:57:48 -07:00
Michael Marineau
f08b0d81aa
profiles: disable dependency on x11-misc/shared-mime-info
...
Newer versions of glib pull in this package simply because lots of
glib/gtk apps need it. This isn't applicable to us.
2014-08-15 23:07:57 -07:00
Michael Marineau
8185054b6f
python: remove 2.6 as a supported version
...
2.6 is no longer an allowed value by the upstream python eclass.
2014-08-15 22:42:01 -07:00
Michael Marineau
3edb015c1c
baselayout: create proper symlinks under /usr/lib/debug
...
Without these symlinks the path to many things changes and thus gdb
cannot find any symbols.
2014-08-15 15:03:14 -07:00
Alex Crawford
55a8b89103
Merge pull request #795 from marineam/crash
...
systemd: fix udev crash when network devices lack a hwaddr
2014-08-15 12:33:50 -07:00
Michael Marineau
373bd1807b
systemd: fix udev crash when network devices lack a hwaddr
...
This refreshes the full set of 215 patches from my v215-coreos branch.
2014-08-15 12:16:26 -07:00
Alex Crawford
e43d825c82
Merge pull request #794 from crawford/bump
...
coreos-base/coreos-cloudinit: bump to v0.9.3
2014-08-15 10:56:38 -07:00
Alex Crawford
a815ee22b0
coreos-base/coreos-cloudinit: bump to v0.9.3
2014-08-15 10:52:06 -07:00
Michael Marineau
48cb8a1c74
Merge pull request #792 from petrhosek/oem-cloudstack-networkd-leases-fix
...
fix(coreos-base/oem-cloudstack): fix DHCP server resolution
2014-08-15 10:34:10 -07:00
Jonathan Boulle
4e05f8dcaf
coreos-base/coreos-cloudinit: bump to v0.9.2
2014-08-12 11:48:35 -07:00
Petr Hosek
63e3e7c7a0
fix(coreos-base/oem-cloudstack): fix DHCP server resolution
...
The path for network leases has been change in recent versions
of systemd. This fix modified the DHCP server resolution script
used by CloudStack to reflect this change.
2014-08-11 14:12:26 +01:00
Alex Crawford
c28898951c
Revert "coreos-base/coreos-cloudinit: bump to v0.9.1"
...
This reverts commit ab350a7e7ed5d1819fe406b4a0a73cb220cff8db.
2014-08-07 11:02:20 -07:00
Alex Crawford
b5588960d0
profiles: Update to openssl-1.0.1i
...
https://bugs.gentoo.org/show_bug.cgi?id=519264
2014-08-06 23:02:13 -07:00
Brian Waldon
a3c396213f
bump: fleet v0.6.2
2014-08-05 16:23:31 -07:00
Alex Crawford
cd205fdf91
coreos-base/coreos-cloudinit: bump to v0.9.1
2014-08-04 14:19:50 -07:00
Michael Marineau
42337d0053
systemd: fix ordering between tmpfiles and ldconfig
2014-08-03 18:42:26 -07:00
Michael Marineau
05fb6ae8b9
Merge pull request #783 from marineam/updates
...
Prepare for updating portage-stable and some cleanups
2014-08-02 20:49:16 -07:00
Michael Marineau
5282f537c9
systemd: work around broken configure test for -Wl,-fuse-ld=gold
2014-08-02 20:37:24 -07:00
Michael Marineau
f3217852ed
docker: sync ebuild with latest version in Gentoo
...
Most of the change here isn't significant except for the compilation
fixes for compiling with a hardened compiler. This was not an issue
previously because the SDK's cross compiler wasn't hardened.
2014-08-02 16:30:24 -07:00
Greg Kroah-Hartman
f46a137a98
Merge pull request #784 from crawford/ipmi
...
sys-kernel/coreos-kernel: enable ipmi support
2014-08-02 08:14:28 -07:00
Alex Crawford
b4e4f24845
sys-kernel/coreos-kernel: enable ipmi support
2014-08-02 05:16:28 -07:00
Michael Marineau
a95045fda3
hard-host-depends: remove google-breakpad
...
This package does not build in the SDK after removing multilib support.
We don't actually need it, kill it.
2014-08-01 18:30:58 -07:00
Michael Marineau
c8896e79e9
profiles: disable static binaries
...
Left over from some odd behaviors of the ChromeOS build systems.
2014-08-01 18:30:58 -07:00
Michael Marineau
335dbe26f2
profiles: rebase onto Gentoo's hardened profile
...
The default 10.0 is deprecated and removed upstream. Also, instead of
twiddling the hardened flag we should just use the hardened profile.
As part of this the host SDK no longer has multilib enabled, it isn't
actually needed for anything anyway.
2014-08-01 18:30:58 -07:00
Michael Marineau
76abc5ad49
Merge pull request #782 from marineam/utils
...
coreos: install lsusb and lspci in base system
2014-08-01 16:12:01 -07:00
Michael Marineau
9521161742
coreos: install lsusb and lspci in base system
2014-08-01 16:03:12 -07:00
Michael Marineau
9fe02d0460
systemd: grant networkd access to set transient host name
2014-08-01 15:44:36 -07:00
Michael Marineau
c4a5c1f802
systemd: prune old systemd 212 ebuild
2014-08-01 15:02:15 -07:00
Michael Marineau
019485e5a6
profiles: enable polkit
2014-08-01 14:54:16 -07:00
Michael Marineau
31baa96f49
polkit: fix config install paths, use systemd-tmpfiles
...
All configs should be installed to /usr and tmpfiles should be used to
create and fix directory permissions instead of the ebuild's postinst.
2014-08-01 14:48:59 -07:00
Michael Marineau
fc957fe692
systemd: add nls use flag
...
When enabling policy kit there appears to be a build race condition in
the generation of updating translations in policy files. There is a nls
configure flag in systemd now, we don't need translations.
2014-08-01 11:43:38 -07:00
Michael Marineau
ad0e30302d
polkit: fix compiling in an alternate sysroot
2014-08-01 11:26:10 -07:00
Michael Marineau
dcdc58f2ee
polkit: pull in current upstream ebuild
2014-08-01 11:26:10 -07:00
Michael Marineau
b9ada9e0fe
baselayout: add polkitd user
2014-08-01 11:26:10 -07:00
Brandon Philips
88c5fbe02f
dev-db/etcd: bump to 0.4.6
2014-07-31 18:48:08 -07:00
Greg Kroah-Hartman
82822ca6ef
coreos-kernel: bump to 3.15.8
2014-07-31 16:12:33 -07:00
Michael Marineau
a047717347
spidermonkey: fix cross-compiling logic
...
The existing ebuild uses a really crazy hack for cross compiling which
may have worked a few versions ago but it doesn't now. The root issue is
that Mozilla mixes up the meaning of "host" and "target" so give in to
their stupid and setup the environment with their meaning.
The configure script claimed in a comment:
In Mozilla, we use the names $target, $host and $build incorrectly,
but are too far gone to back out now. See Bug 475488:
- When we say $target, we mean $host, that is, the system on which
Mozilla will be run.
- When we say $host, we mean $build, that is, the system on which
Mozilla is built.
- $target (in its correct usage) is for compilers who generate
code for a different platform than $host, so it would not be used
by Mozilla.
I'm inclined to smack someone with a stick.
2014-07-30 17:11:34 -07:00
Michael Marineau
b8ad381b43
spidermonkey: Pull in upstream spidermonkey ebuild
...
Required by polkit which defines policies in JavaScript.
2014-07-30 16:55:09 -07:00
Michael Marineau
cc35f20997
profiles: disable kerberos in SDK ssh client
...
Left over from the SDK's days at Google. Noticed this because the
SDK build failed after bumping the krb related packages yesterday.
2014-07-29 11:39:53 -07:00
Greg Kroah-Hartman
1436d7a1f0
coreos-kernel: bump to 3.15.7
2014-07-29 10:50:51 -07:00
Greg Kroah-Hartman
aff85674f3
coreos-kernel: remove old 3.15.2 kernel version
2014-07-29 10:47:31 -07:00
Brian Waldon
c399794a2a
Merge pull request #774 from bcwaldon/bump-fleet
...
bump: fleet v0.6.1
2014-07-29 08:21:10 -07:00