Michael Marineau
fc85964d0c
Merge pull request #1257 from glevand/for-merge-1
...
eclass/coreos-go: Updates for arm64
2015-05-14 16:57:30 -07:00
Geoff Levand
24f039f5d5
app-admin/sdnotify-proxy: Add arm64 keywords
...
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-14 16:25:46 -07:00
Geoff Levand
f997ce7533
app-admin/sdnotify-proxy: Update to use coreos-go.eclass
...
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-14 16:25:46 -07:00
Geoff Levand
5c126c74d3
app-admin/sdnotify-proxy: Fix description
...
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-14 16:25:46 -07:00
Geoff Levand
a0e4791518
eclass/coreos-go: Add cross build support
...
To support golang cross builds add a new function go_get_arch() for ebuilds
to use as needed. Also update coreos-go_src_prepare() to set the go compiler
environment variable GOARCH to the result of go_get_arch(). The setting of
GOARCH will cause the compiler to generate the correct binary type for the
board.
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-14 16:25:46 -07:00
Geoff Levand
4d82735328
eclass/coreos-go: Enhance error messages
...
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-14 15:41:59 -07:00
Alex Crawford
dbc1a35e87
Merge pull request #196 from glevand/for-merge-1
...
bump(dev-vcs/git): sync with upstream
2015-05-14 15:21:58 -07:00
Geoff Levand
0cbadf2438
bump(dev-vcs/git): sync with upstream
...
Updates git from 2.2 to 2.4.
Could help with https://github.com/coreos/coreos-overlay/issues/1256
(Git/OpenSSL doesn't handle some valid certs).
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-14 09:38:24 -07:00
Michael Marineau
9747df8003
Merge pull request #1247 from glevand/for-merge-2
...
coreos-overlay: More updates for arm64
2015-05-13 15:09:18 -07:00
Michael Marineau
f233bc994c
sys-apps/dbus: Apply local changes from old versions
2015-05-13 14:54:44 -07:00
Geoff Levand
414db59b93
bump(sys-apps/dbus): sync with upstream for arm64
...
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-13 14:54:44 -07:00
Michael Marineau
9fb4c0809c
fix(app-shells/bash): Update /etc symlinks, use /usr/share/skel
...
Symlinks out of /etc to /usr should generally be relative, that way they
work regardless of whether you are based at / or dealing with a new
chroot you haven't entered yet, or a build root like /build/amd64-usr
Namely the absolute links break cros_sdk which copies skel into home.
Also switch to /usr/share/skel since other packages may need install
things to that directory in the future.
2015-05-13 14:54:44 -07:00
Geoff Levand
9ee6c08a0f
bump(app-shells/bash): sync with upstream for arm64
...
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-13 14:54:44 -07:00
Alex Crawford
4775220db4
Merge pull request #1255 from crawford/docker
...
app-emulation/docker: bump to v1.6.2
2015-05-13 14:11:51 -07:00
Alex Crawford
0c11a2fd1f
app-emulation/docker: bump to v1.6.2
2015-05-13 14:09:50 -07:00
Nick Owens
eaa57a8723
Merge pull request #1254 from mischief/linux-4.0.3
...
sys-kernel/coreos-{sources,kernel}: bump to 4.0.3
2015-05-13 13:41:32 -07:00
Nick Owens
687faad133
Merge pull request #195 from mischief/openssl-1.0.1m
...
bump(dev-libs/openssl): sync with upstream
2015-05-13 13:38:03 -07:00
mischief
25aaf50db1
sys-kernel/coreos-{sources,kernel}: bump to 4.0.3
2015-05-13 13:37:31 -07:00
mischief
0ea6dc1024
bump(dev-libs/openssl): sync with upstream
2015-05-13 13:28:57 -07:00
Alex Crawford
219a325b7a
Merge pull request #410 from crawford/azure
...
oem/azure: add more metadata to images
2015-05-13 10:38:05 -07:00
Alex Crawford
789a8752b4
Merge pull request #1253 from crawford/cloudinit
...
coreos-base/coreos-cloudinit: bump to v1.4.1
2015-05-13 10:38:02 -07:00
mjg59
7bde8bf232
Merge pull request #408 from mjg59/master
...
Don't read OEM config data if Secure Boot is enabled
2015-05-12 17:32:15 -07:00
Alex Crawford
790813711b
coreos-base/coreos-cloudinit: bump to v1.4.1
2015-05-12 17:12:42 -07:00
Alex Crawford
3a72497a68
oem/azure: add more metadata to images
...
This extra metadata is needed by Azure's new portal.
2015-05-12 17:02:59 -07:00
Michael Marineau
467c3bdddf
Merge pull request #194 from marineam/valgrind
...
bump(dev-util/valgrind): sync with upstream
2015-05-12 15:24:28 -07:00
Michael Marineau
900c2479ad
Merge pull request #1246 from glevand/for-merge-1
...
coreos-overlay: Updates for arm64
2015-05-12 14:51:57 -07:00
Michael Marineau
b946cb8f05
bump(dev-util/valgrind): sync with upstream
...
Not installed in the SDK by default but a useful tool to have :)
2015-05-12 14:47:03 -07:00
Michael Marineau
c4795fe39a
Merge pull request #1252 from marineam/ntp
...
Swap ntpd for systemd-timesyncd
2015-05-12 14:32:23 -07:00
Michael Marineau
ce4e710c6c
systemd: apply a few trivial changes from upstream
2015-05-12 14:15:39 -07:00
Michael Marineau
9b5c37fa39
systemd: enable systemd-timesyncd
...
In the process clean up moving units from /etc to /usr, the current goo
was sloppy and sometimes missed when systemd added new things to /etc.
For example we didn't move systemd-networkd.socket, added in 219.
2015-05-12 14:15:39 -07:00
Michael Marineau
dc626a669e
systemd: drop 218 ebuild
2015-05-12 13:22:29 -07:00
Michael Marineau
c5a3b00250
ntp: do not enable ntpd by default
2015-05-12 13:20:43 -07:00
Alex Crawford
7733de9bd4
Merge pull request #1250 from crawford/cmdline
...
sys-kernel/coreos-kernel: mount root read/write
2015-05-12 11:58:59 -07:00
Alex Crawford
c88ae61a5d
Merge pull request #409 from crawford/ami
...
oem/ami: minor fixes
2015-05-11 20:12:36 -07:00
Alex Crawford
bfbdb6a33d
oem/ami: minor fixes
2015-05-11 19:42:10 -07:00
Alex Crawford
6d14c0828f
sys-kernel/coreos-kernel: mount root read/write
2015-05-11 18:28:28 -07:00
Michael Marineau
50dd713b42
Merge pull request #1249 from jedsmith/squash
...
oem-ec2-compat: blacklist xen_fbfront
2015-05-11 17:49:50 -07:00
Jed Smith
c716d49b58
oem-ec2-compat: blacklist xen_fbfront
...
To complete the fix started in 480fb78, we ban xen_fbfront from loading on EC2.
Testing missed a case where this would still happen.
2015-05-11 17:39:18 -07:00
Alex Crawford
c5f121c99d
Merge pull request #1248 from crawford/ignition
...
sys-app/ignition: add initial ebuild and service
2015-05-11 16:27:38 -07:00
Alex Crawford
14e765f890
sys-app/ignition: add initial ebuild and service
2015-05-11 16:27:26 -07:00
Matthew Garrett
9fe7952578
Don't read OEM config data if Secure Boot is enabled
...
We don't want untrusted configuration to be read if we're in Secure Boot
mode, so skip the OEM config when Secure Boot is enabled and in User Mode.
2015-05-11 15:39:03 -07:00
Geoff Levand
f9c9324505
sys-auth/polkit: Add arm64 keyword
...
Add arm64 keyword and bump polkit-0.112-r3.ebuild to polkit-0.112-r4.ebuild.
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-07 16:23:02 -07:00
Geoff Levand
3bc6d03a9f
dev-lang/spidermonkey: Add arm64 keyword
...
Add arm64 keyword and bump spidermonkey-17.0.0-r4.ebuild to spidermonkey-17.0.0-r5.ebuild.
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-07 16:23:02 -07:00
Geoff Levand
d213cbe455
dev-lang/spidermonkey: Add aarch64-to-double-conversion patch
...
Fixes build errors on arm64.
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-07 16:23:02 -07:00
Geoff Levand
b965582969
sys-apps/systemd: Add arm64 keywords
...
Add arm64 keywork and bump systemd-219-r7.ebuild to systemd-219-r8.ebuild.
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-07 16:23:02 -07:00
Alex Crawford
fe2d7eba24
sys-libs/ncurses: add screen-16color
2015-05-07 16:23:02 -07:00
Michael Marineau
78214961ad
fix(sys-libs/ncurses): Remove terminfo from /etc w/ symlink-usr
...
Existing behavior remains unchanged if symlink-usr is unset, otherwise
leave terminfo alone (if minimal is also unset) or prune terminfo down
to the set that would have been installed to /etc if minimal is set.
2015-05-07 16:23:02 -07:00
Geoff Levand
1568802883
bump(sys-libs/ncurses): sync with upstream for arm64
...
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-07 16:23:02 -07:00
Michael Marineau
4501de7633
Merge pull request #1245 from marineam/docker
...
docker: update to final v1.6.1 release tag
2015-05-07 15:00:59 -07:00
Michael Marineau
70a0587d53
docker: update to final v1.6.1 release tag
2015-05-07 17:56:44 -04:00