3072 Commits

Author SHA1 Message Date
Patrick Baxter
7cfeee46b4 sys-apps/systemd: include fix for shutdown
https://github.com/coreos/bugs/issues/1009
2015-12-03 14:14:43 -08:00
Vito Caputo
d9f5c09dad Merge pull request #1663 from vcaputo/cater_to_out_of_tree_modules
coreos-kernel: populate /lib/modules/$(uname -r)/build
2015-12-03 14:05:47 -08:00
Nick Owens
96b0f40ce9 profiles/coreos/base: use openssl 1.0.2e for security fixes 2015-12-03 13:58:56 -08:00
Vito Caputo
bce454f301 coreos-kernel: populate /lib/modules/$(uname -r)/build
With this changeset one can build a kernel module out-of-tree in a dev
image in the usual fashion:
```
 ~# cat Makefile
 obj-m := noop.o
 ~# make -C /lib/modules/4.3.0-coreos-r1/build M=$PWD
 make: Entering directory '/usr/lib64/modules/4.3.0-coreos-r1/build'
   CC [M]  /tmp/noop/noop.o
   Building modules, stage 2.
   MODPOST 1 modules
   CC      /tmp/noop/noop.mod.o
   LD [M]  /tmp/noop/noop.ko
 make: Leaving directory '/usr/lib64/modules/4.3.0-coreos-r1/build'
 ~#
```

/lib/modules/$(uname -r)/source is now populated with a stripped source
tree (headers, scripts, Makefiles...), prod images may build out-of-tree
modules by simply bind mounting these directories into a toolchain
container without needing kernel source.

Note that this build directory is being populated from the _actual_
$KBUILD_OUTPUT used in producing the kernel in the image, which has simply
been `make clean`ed and stripped down:

```
 /lib/modules/4.3.0-coreos-r1/build# ls -la
 drwxr-xr-x 5 root root   4096 Nov 25 11:56 .
 drwxr-xr-x 4 root root   4096 Nov 25 11:56 ..
 -rw-r--r-- 1 root root 108265 Nov 25 11:52 .config
 -rw-r--r-- 1 root root      2 Nov 25 11:55 .version
 -rw-r--r-- 1 root root    578 Nov 25 11:54 Makefile
 -rw-r--r-- 1 root root 617170 Nov 25 11:55 Module.symvers
 drwxr-xr-x 3 root root   4096 Nov 25 11:23 arch
 -rw-r--r-- 1 root root  23280 Nov 25 11:52 defconfig
 drwxr-xr-x 4 root root   4096 Nov 25 11:23 include
 drwxr-xr-x 6 root root   4096 Nov 25 11:56 scripts
 lrwxrwxrwx 1 root root      9 Nov 25 11:56 source -> ../source
 /lib/modules/4.3.0-coreos-r1/build#
```
2015-12-03 12:44:11 -08:00
Alex Crawford
c9e090f5e0 Merge pull request #1674 from aaronlevy/kubelet-v1.1.2
Bump kubelet to v1.1.2
2015-12-01 20:14:49 -08:00
Aaron Levy
65b17c250b app-admin/kubelet: bump to v1.1.2 2015-12-01 15:52:45 -08:00
Alex Crawford
361d71a5c1 Merge pull request #1670 from mjg59/tpm
Fix permissions on tcsd config
2015-12-01 15:37:18 -08:00
Aaron Levy
dfd8821cce app-admin/kubelet: remove upsteam-merged patch
Included as of v1.1.1:
6bd7899593
2015-12-01 15:35:49 -08:00
Nick Owens
5329163994 sys-kernel/coreos-kernel: enable CONFIG_SATA_SVW
fixes coreos/bugs#1006
2015-12-01 15:05:04 -08:00
Nick Owens
8bc6d72578 net-misc/openssh: add patch to re-enable ssh-dss keys in openssh 7+ 2015-11-30 18:58:21 -08:00
Nick Owens
ac5c983c77 Revert "profiles/coreos/base: mask openssh 7.0+; it will disable ssh-dss keys"
This reverts commit 5cf781a4d97830c3b917fd4c8fe0a00a665a7227.
2015-11-30 18:02:27 -08:00
Nick Owens
79d0df02d3 net-misc: import openssh-7.1_p1-r2 from portage-stable 2015-11-30 18:02:27 -08:00
Matthew Garrett
6bd32bdfaf Fix permissions on tcsd config
Trousers is very paranoid about file permissions, so ensure that we install
them correctly.
2015-11-30 16:47:10 -08:00
Michael Marineau
b43cc62589 Merge pull request #1671 from marineam/repo
repo: update repo wrapper script to 1.22
2015-11-30 16:37:17 -08:00
Michael Marineau
4be7d9f4b8 repo: update repo wrapper script to 1.22 2015-11-30 16:20:49 -08:00
Nick Owens
6564ec04e7 profiles/coreos/base: mask openssh 7.0+; it will disable ssh-dss keys 2015-11-25 13:40:01 -08:00
Alex Crawford
09331604b9 coreos-base/coreos-cloudinit: bump to v1.8.1 2015-11-25 11:45:25 -08:00
Alex Crawford
c8e282fd42 app-emulation/docker: bump to v1.9.1 with backport 2015-11-25 11:00:03 -08:00
Michael Marineau
c2c7b70818 docker: sync ebuild with upstream changes 2015-11-25 10:59:40 -08:00
Alex Crawford
97f7075786 coreos-base/coreos-metadata: bump to v0.3.0 2015-11-25 10:48:32 -08:00
Alex Crawford
934e61efb6 dev-db/etcd: bump to v2.2.2 2015-11-24 12:11:52 -08:00
Alex Crawford
638dc6bc82 Merge pull request #1652 from crawford/bootengine
sys-kernel: move dracut build to coreos-kernel
2015-11-23 17:47:02 -08:00
Alex Crawford
e137cb5f06 sys-kernel: move dracut build to coreos-kernel
Rather than building the initramfs in the postinst of bootengine, this
moves it to the setup of coreos-kernel. This has the advantage of
failing a build if dracut fails and ensuring that the latest initramfs
makes it into every kernel build.
2015-11-23 17:35:56 -08:00
Nick Owens
1f1fba1168 Merge pull request #1655 from steveeJ/rkt-0.11
app-emulation/rkt: bump version 0.9.0 -> 0.11.0
2015-11-23 17:31:24 -08:00
Nick Owens
52e9d9c761 Merge pull request #1658 from mischief/coreos-sources-4.3.0
linux 4.3.0
2015-11-23 12:35:46 -08:00
Geoff Levand
2ca37228ce Merge pull request #1651 from glevand/for-merge-docker
app-emulation/docker: Set libdm_no_deferred_remove
2015-11-23 12:26:52 -08:00
Nick Owens
a040bc7932 app-emulation/docker: do not pass empty argument when selinux is disabled
in https://github.com/coreos/coreos-overlay/pull/1639, the script would
set USE_SELINUX to the blank string, causing an extra blank argument to
be passed to docker daemon, resulting in it not starting when docker
runs on btrfs.
2015-11-22 12:07:23 -08:00
Nick Owens
fb50186ec4 sys-kernel/coreos-kernel: bump to 4.3.0 2015-11-20 15:16:29 -08:00
Nick Owens
447589f11e sys-kernel/coreos-sources: bump to 4.3.0 2015-11-20 15:16:29 -08:00
mjg59
829bd494da Merge pull request #1654 from mjg59/master
Bring in TPM components
2015-11-20 12:01:51 -08:00
Matthew Garrett
19a791c871 Pull go-tspi into the image
We want to ship tpmd as part of the base image, so ensure that go-tspi is
pulled in during build.
2015-11-20 11:24:05 -08:00
Matthew Garrett
4d5f05c722 Add go-tspi ebuild 2015-11-20 11:24:05 -08:00
Matthew Garrett
0e10b5e67c Add Trousers 2015-11-20 11:24:00 -08:00
Alex Crawford
df71ab346a sys-kernel/bootengine: ensure disk-guid/fsck order 2015-11-20 10:17:12 -08:00
Stefan Junker
fdf48a9dbf app-emulation/rkt: bump version 0.9.0 -> 0.11.0 2015-11-20 17:53:25 +01:00
Matthew Garrett
c6a6cce5e2 Update baselayout ebuild 2015-11-19 17:16:31 -08:00
Geoff Levand
54cc83d6fe app-emulation/docker: Set libdm_no_deferred_remove
Fix docker 1.7.1 build errors.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-11-19 14:57:36 -08:00
Alex Crawford
dd2fda5157 Merge pull request #1648 from crawford/ignition
sys-apps/ignition: bump to v0.2.4
2015-11-19 13:32:01 -08:00
Alex Crawford
937532bdfa sys-apps/ignition: bump to v0.2.4 2015-11-19 13:12:39 -08:00
Andrej Rosano
4421328e57 Fix arm64 build
Signed-off-by: Andrej Rosano <andrej@inversepath.com>
2015-11-19 15:48:56 +01:00
Vito Caputo
c5728a06b0 sys-apps/baselayout: disable coreos-profile.sh on cros_host 2015-11-18 16:36:38 -08:00
Michael Marineau
0f19f5ae13 go: disable arm64-extras flag, currently broken
For some reason the arm64 build (intended only for generating a
pre-built std library) is leaking into the amd64 build, leaving the
installed `go` binary with the arm64 defaults compiled in.

Until this is resolved disable building the arm64 std library.
2015-11-18 13:48:38 -08:00
Alex Crawford
7eee3bf031 coreos-base/coreos-cloudinit: bump to v1.8.0 2015-11-18 10:40:36 -08:00
Nick Owens
997cd18b42 Merge pull request #1644 from mischief/systemd-corepid
sys-apps/systemd: include fix for core dump pid
2015-11-17 15:35:26 -08:00
Nick Owens
e4abd33098 sys-apps/systemd: include fix for core dump pid 2015-11-17 15:33:50 -08:00
Alex Crawford
163c4f14f6 sys-apps/ignition: bump to v0.2.3 2015-11-17 15:27:54 -08:00
Vito Caputo
925ed0adf9 Merge pull request #1639 from vcaputo/docker-disable-selinux-on-btrfs
app-emulation/docker: disable SELinux when using btrfs
2015-11-17 14:55:18 -08:00
Nick Owens
dd6d8d67b6 sys-kernel/coreos-kernel: enable USB_HIDRAW for amd64 2015-11-17 10:11:29 -08:00
Vito Caputo
a9c169d5a8 sys-kernel/coreos-kernel: ebuild bump sync with coreos-sources-4.2.2-r2 2015-11-17 04:16:35 -08:00
Vito Caputo
4eb125bf38 sys-kernel/coreos-sources: fix return value of switchdev_port_fdb_dump()
Fixes https://github.com/coreos/bugs/issues/980
2015-11-17 04:09:48 -08:00