Michael Marineau
ccafb1b3a5
Merge pull request #541 from marineam/drop-dev-channel
...
tag_release: drop pushing to old dev-channel branch
2016-05-11 11:24:29 -07:00
Michael Marineau
aa0b0b9843
mantle: small fix for plume release
2016-05-11 11:12:55 -07:00
Michael Marineau
15988a936a
tag_release: drop pushing to old dev-channel branch
2016-05-11 11:09:39 -07:00
Michael Marineau
b96c191cf8
Merge pull request #1951 from marineam/go-arch
...
eclass/coreos-go: add ppc64 and x86 arch to go_get_arch
2016-05-10 19:22:53 -07:00
Nick Owens
be06aefc19
Merge pull request #1952 from mischief/mantle-0.1.2
...
coreos-devel/mantle: bump to v0.1.2
2016-05-10 13:39:15 -07:00
Nick Owens
a606b3942f
coreos-devel/mantle: bump to v0.1.2
2016-05-10 13:33:23 -07:00
Nick Owens
d36cdc0c67
Merge pull request #1949 from mischief/linux-4.5.3
...
sys-kernel/coreos-{sources,kernel}: update to 4.5.3
2016-05-10 12:32:58 -07:00
Michael Marineau
ebbc2c3b04
Merge pull request #537 from aogier/debian-genisoimage
...
add support for genisoimage
2016-05-10 12:23:20 -07:00
Michael Marineau
8bfd994f3f
Merge pull request #534 from glevand/for-merge-build
...
build_image: Fix image type conditional
2016-05-10 12:20:07 -07:00
Michael Marineau
2e6c2212c7
Merge pull request #539 from marineam/grub
...
Fix arm64 image builds with an empty board root
2016-05-10 12:19:03 -07:00
Michael Marineau
9a468bf37d
vm_image_util: ensure UEFI firmware is installed before reading it
2016-05-10 12:02:56 -07:00
Michael Marineau
44e86ecdaa
update_chroot: do not reconfigure/rebuild the SDK's GRUB for arm64
...
Now built/installed under the board root instead.
See https://github.com/coreos/coreos-overlay/pull/1950
2016-05-10 12:02:56 -07:00
Michael Marineau
4d97d2752d
grub_install: use GRUB installed to the board root instead of SDK
...
Follow up to https://github.com/coreos/coreos-overlay/pull/1950
2016-05-10 12:02:56 -07:00
Michael Marineau
d5cb907947
grub_install: drop old/unused esp_dir flag
2016-05-10 10:56:21 -07:00
Michael Marineau
4346d60a1e
Merge pull request #1950 from marineam/grub
...
grub: enable building as a cross-compiled package for arm64
2016-05-10 10:48:02 -07:00
Michael Marineau
2b376a0f6b
grub: enable building as a cross-compiled package for arm64
...
This will drop the need to reconfigure/rebuild GRUB with the special
`arm64` target in `setup_board`. The amd64 targets could receive the
same treatment eventually but the xen dependency needs fixing first.
After that the SDK's grub can be built with the special `none` target so
it only builds user-space tools.
2016-05-09 15:10:31 -07:00
Michael Marineau
866c11ac33
Merge pull request #538 from marineam/gentoo
...
*: drop obsolete gentoo repo reference
2016-05-08 19:42:10 -07:00
Michael Marineau
632d578b56
*: drop obsolete gentoo repo reference
...
Instead of patching portage to support the `disabled` flag now we just
patch it to leave the `[gentoo]` section out of the default repos.conf.
Follow up to 585275b268
2016-05-08 19:31:02 -07:00
Nick Owens
d472dc9933
sys-kernel/coreos-{sources,kernel}: update to 4.5.3
2016-05-06 13:34:49 -07:00
Alessandro -oggei- Ogier
fbe60fa3fb
adding support for debian genisoimage
2016-05-06 19:32:37 +02:00
Michael Marineau
af38bc6df4
Merge pull request #536 from marineam/assert-keys
...
prod_image_util: do not check update keys on arm64
2016-05-05 17:56:37 -07:00
Michael Marineau
20541226bf
prod_image_util: do not check update keys on arm64
...
arm64-usr doesn't have update_engine yet so this isn't valid.
2016-05-05 17:33:11 -07:00
Matthew Garrett
c60a99dce7
Merge pull request #1947 from mjg59/selinux_enforce
...
sec-policy: Permit execmem in selinux policy
2016-05-05 23:05:11 +01:00
Michael Marineau
92059efbe1
Merge pull request #1948 from marineam/ccache
...
profiles: tell ccache to rewrite paths relative to $S
2016-05-05 12:30:35 -07:00
Michael Marineau
24553ea073
Merge pull request #1946 from mjg59/sssd
...
sys-auth/pambase: Change pam_sss handling for account stanza
2016-05-05 12:27:32 -07:00
Michael Marineau
bb492a027e
profiles: tell ccache to rewrite paths relative to $S
...
There are a number of ways the absolute path to a source file can make
it into the compiler output, some of which can prevent cached results
from being used when compiling related code in different locations.
The default source directory $S contains the package version so paths
need to be relative to it in order to work between package versions.
Previously attempted in 8259b77fc8eba8cfda54da565882283953bfd61a, should
be safe now that QEMU has been upgraded to 1.5. I've been using this
setting on my Gentoo machines and haven't found any other issues.
Also reverts commit 661ceb0fa114c499fa99b653bccb6d011c0d0b49.
2016-05-05 12:21:25 -07:00
Matthew Garrett
ce550930d0
sec-policy: Permit execmem in selinux policy
...
polkit is failing when selinux is enforcing as it is attempting to mmap
pages as both writable and executable and selinux is forbidding this.
Since we want selinux for container isolation rather than general system
confinement, the easiest fix for now is to just add the selinux boolean
to permit execmem.
The selinux eclass is modified to hardcode the gentoo patchset that we're
basing our policy on - otherwise bumping the revision for our local
builds tries to pull down versions that don't exist.
2016-05-05 13:32:57 +01:00
Matthew Garrett
71b330e9d4
sys-auth/pambase: Change pam_sss handling for account stanza
...
Having this be effectively required isn't appropriate when we default to
having sssd be disabled.
2016-05-05 13:25:52 +01:00
Michael Marineau
3d851911c5
Merge pull request #535 from marineam/static
...
setup_board: fix running build_image with an empty board root
2016-05-04 17:50:38 -07:00
Michael Marineau
6c7c063474
setup_board: fix running build_image with an empty board root
2016-05-04 17:13:29 -07:00
Alex Crawford
571317c3d3
Merge pull request #1942 from crawford/ignition
...
sys-apps/ignition: bump to v0.5.0
2016-05-04 14:50:38 -07:00
Alex Crawford
758672abca
Merge pull request #1941 from crawford/cloudinit
...
coreos-base/coreos-cloudinit: bump to v1.10.1
2016-05-04 14:50:33 -07:00
Alex Crawford
89b43c5bfa
sys-apps/ignition: bump to v0.5.0
2016-05-04 13:57:21 -07:00
Alex Crawford
f4a13eedea
coreos-base/coreos-cloudinit: bump to v1.10.1
2016-05-04 10:14:44 -07:00
Alex Crawford
463e00a188
Merge pull request #1940 from crawford/init
...
coreos-base/coreos-init: bump coreos-install
2016-05-04 09:52:15 -07:00
Alex Crawford
143eeb2dc2
coreos-base/coreos-init: bump coreos-install
2016-05-04 09:46:42 -07:00
Leno Hou
67dca5d3df
eclass/coreos-go: add ppc64 and x86 arch to go_get_arch
...
This patch enabled ppc64 and x86 arch detection. i.e. When use go-1.6.2 compiler,
we can build go app on ppc64 and x86 arch.
2016-05-04 06:21:07 +00:00
Nick Owens
e8e93e6287
Merge pull request #1938 from mischief/sbsigntool-binutils
...
app-crypt/sbsigntool: fix dependency on bfd from binutils-libs
2016-05-03 19:51:22 -07:00
Nick Owens
212f9bc1df
Merge pull request #419 from mischief/sbsigntool-deps
...
sbsigntool deps
2016-05-03 18:38:10 -07:00
Nick Owens
d3abe73128
app-crypt/sbsigntool: fix dependency on bfd from binutils-libs
2016-05-03 18:34:34 -07:00
Nick Owens
62d999dc27
bump(sys-libs/binutils-libs): sync with upstream
2016-05-03 18:27:36 -07:00
Nick Owens
2c295e6a95
bump(app-admin/eselect): sync with upstream
2016-05-03 18:27:36 -07:00
Geoff Levand
c053521e37
build_image: Fix image type conditional
...
PROD_IMAGE is a flag that indicates a production image should be
built, and will be set for dev builds if the user specifies that
both dev and prod images should be built. build_image was
incorrectly using the PROD_IMAGE variable to conditionaly do some
setup depending on the image type.
Add a new variable IMAGE_BUILD_TYPE that can be tested for the type
of image currently being built and replace the PROD_IMAGE usage.
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-05-03 14:06:14 -07:00
Nick Owens
b08d3f8ded
Merge pull request #1936 from mischief/openssl-1032
...
openssl 1.0.2h in build-1032
2016-05-03 12:07:54 -07:00
Michael Marineau
eeae2b17c9
dev-libs/openssl: apply CoreOS changes
2016-05-03 12:06:05 -07:00
Alex Crawford
7cc59c3cd8
dev-libs/openssl: bump to 1.0.2h
2016-05-03 12:06:05 -07:00
Alex Crawford
3871e2234a
Merge pull request #1933 from crawford/openssl
...
dev-libs/openssl: bump to 1.0.2h
2016-05-03 11:14:33 -07:00
Michael Marineau
f04b56fc75
dev-libs/openssl: apply CoreOS changes
2016-05-03 10:31:18 -07:00
Alex Crawford
3b85977ed2
dev-libs/openssl: bump to 1.0.2h
2016-05-03 09:25:42 -07:00
Michael Marineau
50252177d1
Merge pull request #1932 from marineam/https
...
coreos-init: update coreos-install to use HTTPS
2016-05-02 20:43:45 -07:00