Andrew Jeddeloh
568592eb3b
Merge pull request #3319 from ajeddeloh/gcloud-login
...
Implement google cloud login
2018-09-05 15:55:25 -07:00
Andrew Jeddeloh
2b5a35642d
*: Add notes to sync oslogin configs
...
Add notes to other packages to ensure change to files oslogin mangles
are propagated to the oslogin package as well.
2018-09-05 15:43:51 -07:00
David Michael
7fb16d7c96
Merge pull request #3403 from dm0-/linux
...
Update Linux 4.14.67 to 4.14.68 and 4.18.5 to 4.18.6
2018-09-05 16:10:04 -04:00
David Michael
ec32240444
chore(metadata): Regenerate cache
2018-09-05 11:34:45 +00:00
David Michael
680dfb58e1
sys-kernel/coreos-sources: Bump 4.14.67 to 4.14.68
2018-09-05 11:34:24 +00:00
David Michael
b4ccb3ae60
sys-kernel/coreos-sources: Bump 4.18.5 to 4.18.6
2018-09-05 11:32:37 +00:00
David Michael
2966225807
Merge pull request #3394 from kinvolk/dongsu/add-mlx-switch-drivers
...
sys-kernel/coreos-modules: add mlxsw drivers to default kernel options
2018-09-05 07:25:22 -04:00
Andrew Jeddeloh
037947fe73
coreos-base/coreos: bump to include google-oslogin
2018-09-04 15:49:05 -07:00
Andrew Jeddeloh
3fbb737589
coreos-base/oem-gce: enable oslogin
...
Enable google cloud oslogin. Use a one-shot systemd unit with
ConditionFirstBoot to enable oslogin by flipping some symlinks to
oslogin specific ones. Don't do anything if the user has modified one of
the files.
2018-09-04 15:49:01 -07:00
David Michael
c43759a14e
Merge pull request #3397 from dm0-/intel
...
Update Intel's microcode with the fixed license
2018-08-31 14:49:21 -04:00
David Michael
1b8c0a40f1
Merge pull request #838 from dm0-/kernel
...
kernel_menuconfig: Drop unused script
2018-08-31 13:49:42 -04:00
David Michael
82e7b5ce8c
Merge pull request #3398 from dm0-/rust
...
virtual/rust: Move back to portage-stable
2018-08-31 13:49:16 -04:00
David Michael
08545e1766
Merge pull request #687 from dm0-/rust
...
bump(virtual/rust): sync with upstream
2018-08-31 13:49:07 -04:00
David Michael
40e5c11c69
kernel_menuconfig: Drop unused script
...
No one is known to be using this script, and it no longer works.
If it turns out to have users, the script will need to be updated
to work with the current config file format before re-adding it.
2018-08-31 17:43:13 +00:00
David Michael
cdaa2bac09
bump(virtual/rust): sync with upstream
2018-08-31 17:41:08 +00:00
David Michael
2158169c73
virtual/rust: Move back to portage-stable
...
EAPI=7 is supported now.
2018-08-31 17:40:33 +00:00
David Michael
237569143f
Merge pull request #835 from dm0-/portage
...
Work with new portage sysroot behavior
2018-08-31 13:38:52 -04:00
David Michael
d6fc7186c9
Merge pull request #679 from dm0-/portage
...
Add new portage dependencies
2018-08-31 13:38:40 -04:00
David Michael
f716503509
Merge pull request #3311 from dm0-/portage
...
Update portage
2018-08-31 13:38:37 -04:00
David Michael
a0a2b0d1c6
Merge pull request #3396 from r7vme/bump-bootengine
...
sys-kernel/bootengine: bump to fix Azure disks
2018-08-31 13:23:47 -04:00
David Michael
a4013e2007
sys-firmware/intel-microcode: Apply CoreOS changes
...
- Add PVR to sub-slot
- Don't blacklist 06-4f-01; we have a new enough kernel
- Revert 933df6d841020ef50bea24836ea854f6e4474cf7 RESTRICTs
2018-08-31 14:45:19 +00:00
David Michael
656c1bfbd5
sys-firmware/intel-microcode: Import Gentoo's latest stable version
2018-08-31 14:41:52 +00:00
Roman Sokolkov
ab319fc0d4
sys-kernel/bootengine: bump to fix Azure disks
...
This change includes bootengine with fix for
Azure disks in ignition.
https://github.com/coreos/bootengine/pull/148
2018-08-31 14:35:06 +02:00
Luca Bruno
4b49acb55b
Merge pull request #3392 from lucab/ups/bump-upssh-metadata
...
coreos-base: bump coreos-metadata and update-ssh-keys
2018-08-31 10:04:31 +02:00
Dongsu Park
499921b82f
sys-kernel/coreos-modules: add mlxsw drivers to default kernel options
...
There are use cases for running the kernel on Mellanox switches.
So we need to enable kernel modules for `CONFIG_MLXSW_CORE` &
`CONFIG_MLXSW_SPECTRUM`, and also enable network framework,
`CONFIG_NET_SWITCHDEV`.
See also https://www.kernel.org/doc/Documentation/networking/switchdev.txt ,
https://github.com/mellanox/mlxsw/wiki
2018-08-30 14:23:11 +02:00
David Michael
5ffb938934
image_to_vm: Fix OEM install roots for new portage
2018-08-30 00:53:17 +00:00
David Michael
b8852432b5
profiles: Skip Python 3 for pyblake2
...
It's only used by portage, which is still exclusively Python 2, and
it confuses update_chroot without Python 3 built into the SDK.
2018-08-29 21:41:27 +00:00
David Michael
2e86b680f2
sys-apps/portage: Apply CoreOS changes
...
Disable the rsync-verify flag to avoid pulling new dependencies,
and apply our patch set.
2018-08-29 21:41:27 +00:00
David Michael
a045b19aae
sys-apps/portage: Sync with Gentoo's latest stable
2018-08-29 21:41:27 +00:00
David Michael
ce2e7e8a17
setup_board: Drop needless SYSROOT when installing binpkgs
...
For the less common case where binpkgs are not used, restructure
this so that it builds binpkgs in /usr/${CHOST} without installing
them, use those binpkgs to initialize /build/${BOARD}.
2018-08-29 21:40:21 +00:00
David Michael
8556474e6a
build_torcx_store: Update for newer portage versions
...
Since EAPI=7 was supported, portage can no longer use different
ROOT and SYSROOT values. The torcx images were installed into a
temporary root directory after being built using the board's
development files. To continue using this setup, the torcx image's
packages are built as normal binary packages for the board root
without being installed, then the binary packages are installed in
the temporary torcx root.
2018-08-29 21:40:21 +00:00
David Michael
afff45366a
build_toolchains: Update sysroot settings for newer portage
...
Since EAPI=7 was supported, portage can no longer use different
ROOT and SYSROOT values. This adjusts the paths so that the first
phase builds cross-toolchains under /usr/${CHOST}, then the native
toolchains are built under /build/${BOARD} (as was being done
previously). Now that the cross-toolchain development files can't
be used when building the native toolchain, the headers and libs
are stupidly copied into the board root to be used used and then
overwritten by the board packages as they are built. Since this is
all done in a chroot, these changes shouldn't affect the SDK host.
2018-08-29 21:40:21 +00:00
David Michael
8a4fe09896
Merge pull request #836 from dm0-/arm64
...
build_toolchains: Stop building arm64 toolchains
2018-08-29 17:39:46 -04:00
David Michael
ecc6d6bd3e
build_toolchains: Stop building arm64 toolchains
2018-08-29 18:04:55 +00:00
David Michael
74f66bbb36
Merge pull request #3391 from dm0-/go
...
Update to Go 1.11
2018-08-28 19:42:49 -04:00
Luca Bruno
556ed6717b
coreos-base/coreos-metadata: update to v3.0.0
...
This updates coreos-metadata to v3.0.0:
https://github.com/coreos/coreos-metadata/releases/tag/v3.0.0
2018-08-27 09:46:51 +00:00
Luca Bruno
0361a76256
coreos-base/update-ssh-keys: update to v0.3.0
...
This updates update-ssh-keys to v0.3.0:
https://github.com/coreos/update-ssh-keys/releases/tag/v0.3.0
2018-08-27 09:46:46 +00:00
Benjamin Gilbert
cdb82331fe
Merge pull request #3390 from bgilbert/4.18
...
sys-kernel/coreos-*: Bump 4.17.19 to 4.18.5
2018-08-25 18:52:02 +02:00
David Michael
fcc3b77e41
coreos-base/hard-host-depends: Add new Go versions to host deps
...
Add Go 1.10 to the SDK root for Docker components pinned at 1.10 to
build in torcx images, since 1.10 won't be pulled in by other SDK
dependencies now that 1.11 is the default version.
Also just add Go 1.11 now so we don't get into the same situation
when 1.12 is released.
2018-08-25 13:04:29 +00:00
David Michael
1db4633347
eclass/coreos-go-depend: Bump the default Go version to 1.11
2018-08-25 12:50:38 +00:00
David Michael
3f4cce331a
dev-lang/go: Add Go 1.11
2018-08-25 12:49:37 +00:00
David Michael
43ef8c9d6c
dev-lang/go: Bump 1.10 to 1.10.4
2018-08-25 12:49:04 +00:00
David Michael
7e20532019
Merge pull request #3389 from dm0-/arm64
...
profiles: Disable arm64 support in QEMU and Rust
2018-08-25 08:26:34 -04:00
Benjamin Gilbert
59ec06575f
sys-kernel/coreos-*: Bump 4.17.19 to 4.18.5
...
CC_STACKPROTECTOR_STRONG was refactored in 050e9baa9d and the replacement
is enabled by default.
Several NFT_* modules were combined.
NFT_SET_* were combined into NF_TABLES_SET in e240cd0df4.
AUTOFS4_FS is a legacy alias for AUTOFS_FS as of a2225d931f.
2018-08-24 16:10:10 -04:00
David Michael
6af5057b0b
bump(app-admin/eselect): sync with upstream
2018-08-24 17:29:25 +00:00
David Michael
0636e04842
bump(dev-python/pyblake2): sync with upstream
2018-08-24 17:29:25 +00:00
David Michael
9c74fcd39e
bump(app-portage/gentoolkit): sync with upstream
2018-08-24 17:29:25 +00:00
David Michael
3c0046759e
profiles: Disable arm64 support in QEMU and Rust
...
Since the kernel is no longer buildable for arm64, disable the QEMU
targets that were used by dracut to create the arm64 initramfs.
Also disable LLVM's arm64 support to speed up SDK Rust builds.
2018-08-24 17:22:12 +00:00
Benjamin Gilbert
b7dad8c420
Merge pull request #3388 from bgilbert/disarm-kernel
...
sys-kernel/coreos-*: drop arm64 support
2018-08-24 18:51:07 +02:00
Benjamin Gilbert
aacc122f9f
Merge pull request #3387 from bgilbert/revbump
...
sys-kernel/coreos-sources: don't fail revbump.sh on missing signature
2018-08-24 18:11:33 +02:00