The LDFLAGS setting for package building is generally not suitable for building
the kernel, and on some architectures will even lead to kernel build errors.
Fixes errors like these on kernel architectures that do not set the LDFLAGS
variable:
ld: unrecognized option '-Wl,-O1'
Signed-off-by: Geoff Levand <geoff@infradead.org>
The bzImage format is architecture specific. The default x86_64 make target
will generate a bzImage, so using the default make target should be sufficient
for x86_64 builds.
Fixes build errors like these:
make: *** No rule to make target 'bzImage'.
Signed-off-by: Geoff Levand <geoff@infradead.org>
Fixes build errors like these when building docker-9999:
error: .git directory missing and DOCKER_GITCOMMIT not specified
Signed-off-by: Geoff Levand <geoff@infradead.org>
In preparation for removing the unused sys-fs/fuse package, remove any
dependencies on sys-fs/fuse, sys-fs/sshfs-fuse and sys-fs/libfat.
Also bump the version of coreos-dev-0.1.0-r73 to coreos-dev-0.1.0-r74 and
hard-host-depends-0.0.1-r172 to hard-host-depends-0.0.1-r173.
Signed-off-by: Geoff Levand <geoff@infradead.org>
Commit 1adfcba3b7e075151d4ca5f43c891532f6a2d98c (app-emulation/open-vm-tools:
bump to 9.10.0) removed the local patch that added--with-fuse and --with-hgfs
configure options. These local options are needed to avoid any dependency on
these packages.
Signed-off-by: Geoff Levand <geoff@infradead.org>
gentoo-functions replaces the old /etc/init.d/functions.sh (provided by
sys-apps/efunctions in CoreOS or OpenRC in Gentoo). Version 0.10 fixes
eerror to log to stderr, matching the behavior of OpenRC. This bug is
also present in efunctions and will be resolved by switching to
gentoo-functions instead.
The atk (the GNOME Accessibility Toolkit) ebuild does not work with the
latest upstream eclasses. Instead of updating it just drop it and the
two remaining packages that depend on it:
- dev-python/pygobject
- dev-python/pyudev
No need for Java on the CoreOS SDK. Removing packages:
- dev-java/java-config-wrapper
- dev-java/java-config
- dev-java/icedtea-bin
- virtual/jdk
- virtual/jre
For convenience, either to reference or for use to update the ebuild defconfig,
generate a minimal kernel defconfig using 'savedefconfig'.
Signed-off-by: Geoff Levand <geoff@infradead.org>