22914 Commits

Author SHA1 Message Date
Flatcar Buildbot
21212096da sys-kernel: Upgrade coreos-kernel 5.4.35 to 5.4.38 2020-05-03 07:07:01 +00:00
Alex Samorukov
ffdc7c5316 Set oniguruma USE flag for the jq package 2020-05-02 13:48:34 +02:00
Oleksii Samorukov
ec11614f61 Add dev-libs/oniguruma, required by jq regexp parser 2020-05-02 13:43:38 +02:00
Kai Lüke
1cafcf8d22 coreos-base/oem-azure: Use flatcar.autologin for the serial console
The user can only login via SSH if no password was set and can't login
over the serial console in the web UI. To login, the user needs to press
reboot and then append flatcar.autologin to the kernel command line parameters
in GRUB each time. The user may also not know that this option even exists.
Set flatcar.autologin by default in the kernel command line parameters for
Azure so that users don't need to set this themselves.
2020-04-30 12:02:08 +02:00
Dongsu Park
325b2f09e2 dev-lang/rust: remove duplicates, move to coreos-overlay
`dev-lang/rust` has been moved to coreos-overlay since a long time.
However, we have still kept `dev-lang/rust` in portage-stable as well.
As it is not needed at all, let's simply remove it.
2020-04-29 16:28:21 +02:00
Dongsu Park
717502ea0b chore(metadata): Regenerate cache 2020-04-29 15:49:00 +02:00
Dongsu Park
4b7fb93be2 profiles: specify keywords for strace >= 5.3
Since strace 5.3 or newer is not enabled for `amd64` and `arm64` by
default, we need to add keywords `~amd64` and `~arm64` for newer
versions of strace.
2020-04-29 15:44:55 +02:00
Dongsu Park
74644fb5d5 dev-util/strace: bump to 5.6
Update strace to 5.6, to make it compatible with recent Kernels.

It does not include a third-party patch `strace-5.5-static.patch`,
which could cause build failures with pkgconfig <= 2.28.
2020-04-29 15:44:55 +02:00
Dongsu Park
c311eacb7f chore(metadata): Regenerate cache 2020-04-29 13:04:43 +02:00
Dongsu Park
74d8f36c46 dev-util/strace: move strace to coreos-overlay
To build strace without failures from pkg-config, we need to move
`dev-util/strace` to coreos-overlay.
2020-04-29 13:04:43 +02:00
Dongsu Park
5ad54fea20 Merge pull request #325 from flatcar-linux/dongsu/fero-rust-fix-alpha
profiles: enable fero-client for alpha
2020-04-28 18:24:05 +02:00
Dongsu Park
4c7853e311 Merge pull request #57 from flatcar-linux/dongsu/fero-rust-fix-alpha
eclass: make cargo depend on virtual/rust for alpha
2020-04-28 18:23:14 +02:00
Dongsu Park
d87f113ebb virtual/rust: set version back to 1.36.0
We updated `virtual/rust` to 1.41.1, but have not done so for
`dev-lang/rust`, which remains as 1.36.0. Such a mismatch prevents
the whole build to fail.

For now, let's revert `virtual/rust` back to 1.36.0.
2020-04-28 18:00:08 +02:00
Dongsu Park
e7c4d9353a eclass: make cargo depend on virtual/rust instead of virtual/cargo
Since `virtual/cargo` does not exist in the recent Rust ebuilds,
dependency on the missing package `virtual/cargo` caused build issues
in the SDK. So we should make it depend on `virtual/rust` to fix the
build issues.
2020-04-28 17:57:46 +02:00
Dongsu Park
e42df99a14 profiles: enable fero-client
Since fero-client pulls in `virtual/rust` and other rust-related
packages, we need to enable keywords for fero-client.
2020-04-28 17:53:01 +02:00
Dongsu Park
53627cd93c Merge pull request #323 from flatcar-linux/dongsu/edk2-ovmf-arm-alpha
profiles: bump edk2-ovmf to 201905 for alpha
2020-04-28 17:43:56 +02:00
Dongsu Park
d3f4a95fbe profiles: bump edk2-ovmf to 201905
Now that edk2-ovmf was updated to 201905, we need to also fix edk2-ovmf
to 201905 for ~arm64, so we can avoid build errors.
2020-04-28 11:47:00 +02:00
Dongsu Park
c4839fd2d6 Merge pull request #318 from flatcar-linux/dongsu/cross-gdb-python-alpha
profile: set python 3.6 single target for cross builds for alpha
2020-04-27 17:30:21 +02:00
Flatcar Buildbot
5696ab4159 profile: set python 3.6 single target for cross builds
Now that `cross-{x86_64,aarch64}-cros-linux-gnu/gdb` was updated to 9.1,
it needs exactly one of `python_single_target_python3_6` and
`python_single_target_python3_7`. Since python 3.7 is not available yet,
we need to enable 3.6 and disable 3.7, for the SDK profile.

Without the fix, toolchain builds will fail like that:

```
!!! The ebuild selected to satisfy "cross-aarch64-cros-linux-gnu/gdb"
has unmet requirements.
- cross-aarch64-cros-linux-gnu/gdb-9.1-r1::x-crossdev USE="client nls python server -lzma -multitarget -source-highlight -test -vanilla -xml -xxhash"
  PYTHON_SINGLE_TARGET="-python3_6 (-python3_7)" PYTHON_TARGETS="python3_6 (-python3_7)"

  The following REQUIRED_USE flag constraints are unsatisfied:
    python? ( exactly-one-of ( python_single_target_python3_6 python_single_target_python3_7 ) )

  The above constraints are a subset of the following complete expression:
    python? ( exactly-one-of ( python_single_target_python3_6 python_single_target_python3_7 )
              python_single_target_python3_6? ( python_targets_python3_6)
              python_single_target_python3_7? ( python_targets_python3_7 ) ) any-of ( client server )
```
2020-04-27 16:55:26 +02:00
Sayan Chowdhury
d304f583f3 Merge pull request #309 from flatcar-linux/dongsu/gdb-9.1-alpha
sys-devel/gdb: update to 9.1 for alpha
2020-04-27 18:01:02 +05:30
Sayan Chowdhury
a76487ee1f Merge pull request #53 from flatcar-linux/dongsu/remove-gdb-alpha
sys-devel/gdb: move gdb to coreos-overlay for alpha
2020-04-27 18:00:27 +05:30
Kai Lüke
aebba12996
build_library/template_vmware.ovf: Document and add cloud-init OVF vars
The configuration variables for the Ignition configuration also serve as
data source for coreos-cloudinit config data (which includes plain scripts).
Document them properly and also call out that the networking variables only
work if coreos-cloudinit data is used.
For some use cases, too few networking variables were available. Add secondary
routing variables for the main network interface and add a second interface.
2020-04-27 13:48:10 +02:00
Dongsu Park
c605e9d4e6 Merge pull request #315 from flatcar-linux/containerd-1.3.4-alpha
Upgrade Containerd in Alpha from 1.1.2 to 1.3.4
2020-04-24 15:38:37 +02:00
Dongsu Park
66fa537933 Merge pull request #314 from flatcar-linux/linux-5.4.35-alpha
Upgrade Linux Kernel in Alpha from 5.4.34 to 5.4.35
2020-04-24 12:31:06 +02:00
Kai Lüke
0cd62cbd24 coreos-base/oem-vmware: Use flatcar.autologin for the console
The user can only login via SSH if no password was set and can't login
over the VGA console in the web UI. To login the user needs to press
reboot and then append flatcar.autologin to the kernel command line parameters
in GRUB each time. The user may also not know that this option even exists.
Set flatcar.autologin by default in the kernel command line parameters for
VMware so that users don't need to set this themselves.
2020-04-24 11:41:02 +02:00
Kai Lüke
73cb380729 coreos-base/coreos-cloudinit: Point to latest flatcar-master
Pulls in https://github.com/flatcar-linux/coreos-cloudinit/pull/4
to support guestinfo.ignition.config.* variables as data source.
2020-04-24 11:39:18 +02:00
Flatcar Buildbot
d7fc930352 chore(metadata): Regenerate cache 2020-04-24 08:07:32 +00:00
Flatcar Buildbot
a026f2e033 app-emulation: Upgrade Containerd 1.1.2 to 1.3.4 2020-04-24 08:07:32 +00:00
Flatcar Buildbot
592d2f9514 chore(metadata): Regenerate cache 2020-04-24 07:06:54 +00:00
Flatcar Buildbot
046438aaa7 sys-kernel: Upgrade coreos-kernel 5.4.34 to 5.4.35 2020-04-24 07:06:54 +00:00
Dongsu Park
a6dbbda5db chore(metadata): Regenerate cache 2020-04-23 18:28:25 +02:00
Dongsu Park
97554ed7d5 sys-devel/gdb: move gdb to coreos-overlay
As crossdev only looks up gdb under coreos-overlay, we should simply
move every gdb ebuild to coreos-overlay, and remove gdb in
portage-stable.
2020-04-23 18:27:33 +02:00
Dongsu Park
135855e58a chore(metadata): Regenerate cache 2020-04-23 18:24:36 +02:00
Dongsu Park
35ed6fcb13 sys-devel/gdb: update to 9.1
Update gdb to 9.1, and add --without-libmpfr-prefix to configure.
Since we should remove gdb from portage-stable, we need to update gdb
to 9.1 in coreos-overlay.
2020-04-23 18:24:08 +02:00
Dongsu Park
5660d8e304 Merge pull request #305 from flatcar-linux/linux-5.4.34-alpha
Upgrade Linux Kernel in Alpha from 5.4.33 to 5.4.34
2020-04-23 11:22:10 +02:00
Dongsu Park
388bf85e9c Merge pull request #306 from flatcar-linux/sayan/alpha-add-conntrack-tools
net-firewall/conntrack-tools: Add the new package to alpha
2020-04-23 11:18:48 +02:00
Dongsu Park
224ad73cca Merge pull request #52 from flatcar-linux/sayan/alpha-add-conntrack-tools
net-firewall/conntrack-tools: Add the new package to alpha
2020-04-23 11:18:22 +02:00
Sayan Chowdhury
3aa699c25a net-firewall/conntrack-tools: Add the new package to alpha
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2020-04-23 07:38:09 +00:00
Sayan Chowdhury
27745b9695 net-firewall/conntrack-tools: Add the new package to alpha
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2020-04-23 07:36:55 +00:00
Flatcar Buildbot
1e9c9d527b chore(metadata): Regenerate cache 2020-04-23 07:10:47 +00:00
Flatcar Buildbot
7690d6b997 sys-kernel: Upgrade coreos-kernel 5.4.33 to 5.4.34 2020-04-23 07:10:47 +00:00
Dongsu Park
c38e8c417d Merge pull request #275 from flatcar-linux/dongsu/kernel-5.4-alpha
sys-kernel: bump kernel to 5.4 for alpha
2020-04-22 13:11:52 +02:00
Dongsu Park
109319b034 chore(metadata): Regenerate cache 2020-04-20 12:45:47 +02:00
Dongsu Park
25f179f462 sys-kernel/coreos-firmware: update to 20191022
Update coreos-firmware to 20191022, to be compatible with Kernel 5.4.
Also get ebuild in sync with linux-firmware from upstream Gentoo.
2020-04-20 12:45:47 +02:00
Dongsu Park
41542043be sys-kernel: bump kernel to 5.4
Change the default Kernel version of Alpha to 5.4, the most latest
LTS Kernel tree.

Also update patches and kernel configs, so it could build with the
new Kernel.
2020-04-20 12:45:47 +02:00
Kai Lüke
4400fdb6f9 sys-apps/ignition: Point to latest flatcar-master for VMware fixes
Pulls in https://github.com/flatcar-linux/ignition/pull/11 to fix VMware
guestinfo variable retrieval and add the missing *.config.url variable.
2020-04-17 17:53:10 +02:00
Kai Lüke
42cf3423d4
build_library/template_vmware.ovf: Remove old CoreOS OVF variables
There was a logical mistake in Ignition that caused ignition.config.*
only to work when it was part of the ovfenv. Thus they were added but
the old CoreOS variables marked deprecated and kept. With both as OVF
variables each of them worked but directly specifying ignition.config.*
as guest variable still didn't because of the logical mistake.
Now there is a fix and both work well when specified directly as guest
variable (https://github.com/flatcar-linux/ignition/pull/11).
Delete the old CoreOS OVF variables because they just clutter the UI
and only the Ignition variables should be used in the UI.
2020-04-17 17:05:02 +02:00
Dongsu Park
ac7560e3ca Merge pull request #289 from flatcar-linux/dongsu/docker-runc-selinux-alpha
profiles: enable selinux for docker-runc for alpha
2020-04-17 16:59:37 +02:00
Dongsu Park
18780a10ce Merge pull request #252 from flatcar-linux/dongsu/bump-qemu-alpha
app-emulation/qemu: update to 4.2.0-r2 for alpha
2020-04-17 10:03:25 +02:00
Dongsu Park
9882b45d92 Merge pull request #42 from flatcar-linux/dongsu/bump-qemu-alpha
Update unzip, libidn2, firmware to address GLSA 202003-* for alpha
2020-04-17 10:03:05 +02:00