Michael Marineau
b89bafc14d
Merge pull request #271 from marineam/fix-thin
...
Fix LVM/thin dependencies
2013-12-04 17:09:09 -08:00
Michael Marineau
3341e00450
hack(coreos-base/hard-host-depends): Work around lvm's configure script path detection
2013-12-04 17:07:07 -08:00
Michael Marineau
7bd16b8c0e
fix(profiles): Use sys-block/thin-provisioning-tools-0.2.8-r1
...
This moves ruby from RDEPENDS to DEPENDS behind the 'test' USE flag.
2013-12-04 16:34:13 -08:00
Michael Marineau
836182f8ad
Merge pull request #68 from gregkh/update-packages
...
Update git, linux-firmware, and linux-headers from upstream.
2013-12-03 18:10:42 -08:00
Brandon Philips
cdacfd1243
Merge pull request #268 from philips/docker-0.7
...
feat(coreos/base): changes for docker 0.7
2013-12-03 17:08:06 -08:00
Brandon Philips
71430f7df0
feat(accept_keywords): boost build is needed by lvm
2013-12-03 17:07:23 -08:00
Brandon Philips
36189f4b23
feat(coreos-devel/sdk-depends): add boost-build
...
building boost requires that the SDK has the b2 command line utility
installed in /usr/bin/b2. Install this utility in the sdk.
2013-12-03 17:07:23 -08:00
Brandon Philips
89561b6f85
feat(coreos/base): add lvm thin
2013-12-03 17:07:17 -08:00
Brandon Philips
173b53cf55
Merge pull request #67 from philips/docker-0.7
...
sync lvm, add thin-provisioning-tools, sync docker
2013-12-03 16:55:33 -08:00
Brandon Philips
4666c31071
hack(app-emulation): export CFLAGS and LDFLAGS
...
this is needed if you don't have your system $ROOT at /
2013-12-03 14:07:12 -08:00
Brandon Philips
683432a2f7
feat(coreos/base): accept keywords on docker 0.7
...
we want docker 0.7, accept it's unstable nature
2013-12-03 12:59:48 -08:00
Michael Marineau
4ffb21da38
Merge pull request #139 from marineam/gce
...
GCE support
2013-12-02 22:14:54 -08:00
Michael Marineau
48310fc354
Merge pull request #269 from marineam/gce
...
add(coreos-base/oem-gce): Add support for ssh keys on GCE
2013-12-02 22:14:37 -08:00
Michael Marineau
1c726ce019
fix(coreos-base/oem-gce): Drop debug echo
2013-12-02 22:12:49 -08:00
Greg Kroah-Hartman
b6c4606794
bump(dev-vcs/linux-headers): sync with upstream
2013-12-02 19:30:29 -08:00
Greg Kroah-Hartman
541c1218c2
bump(dev-vcs/linux-firmware): sync with upstream
2013-12-02 19:27:24 -08:00
Greg Kroah-Hartman
2eca1294a4
bump(dev-vcs/git): sync with upstream
2013-12-02 19:23:24 -08:00
Brandon Philips
c90aaadea5
bump(dev-libs/boost): sync with upstream
2013-12-02 11:13:42 -08:00
Brandon Philips
38f543fa24
bump(sys-block/thin-provisioning-tools): sync with upstream
2013-12-02 11:08:02 -08:00
Brandon Philips
c002b98fcd
bump(sys-fs/lvm2): sync with upstream
2013-12-02 11:04:11 -08:00
Brandon Philips
d1f7cb893e
bump(app-emulation/docker): sync with upstream
2013-12-02 10:56:43 -08:00
Michael Marineau
8077689e93
Merge pull request #138 from marineam/turtle-chain
...
Turtle chain
2013-12-01 21:55:29 -08:00
Michael Marineau
79feeb1b41
Merge pull request #267 from marineam/turtle-chain
...
Turtle chain
2013-12-01 21:55:07 -08:00
Michael Marineau
6452857e82
fix(*): Change default for --jobs to $NUM_JOBS
...
This makes parallelism behavior between parallel_emerge and emerge
consistent. NUM_JOBS is defined as the number of CPUs by common.sh
2013-12-01 16:04:10 -08:00
Michael Marineau
c9c1efd276
fix(build_image): Add --fast to control use of parallel_emerge
...
This makes it possible to toggle parallel_emerge just as other scripts
do. In other scripts update the help string to be more specific, the
--jobs option can be used to control parallelism.
2013-12-01 16:04:10 -08:00
Michael Marineau
d3a3a88768
fix(base_image_util.sh): Install glibc and gcc libs via emerge.
2013-12-01 16:04:10 -08:00
Michael Marineau
e0244428fb
fix(profiles): Move INSTALL_MASK from common.sh to profiles.
...
This one isn't used by default, only when building final images like so:
export INSTALL_MASK=$(portageq-$BOARD envvar PROD_INSTALL_MASK)
2013-12-01 13:59:57 -08:00
Michael Marineau
6dd768b810
feat(release_util.sh): Support changing default upload path with env var
2013-11-30 17:36:38 -08:00
Michael Marineau
95388caab1
fix(image_to_vm): Add GCE oem package
2013-11-30 17:33:33 -08:00
Michael Marineau
4032ba5ede
add(coreos-base/oem-gce): Add support for ssh keys on GCE
2013-11-30 17:26:49 -08:00
Michael Marineau
0cb0cbf71e
feat(image_to_vm): Add minimal GCE support.
...
Simply rolls our disk image into a tarball that can be passed to gcutil.
To actually be useful we need an OEM package to handle SSH keys.
2013-11-30 16:39:31 -08:00
Michael Marineau
0a8152891e
fix(common.sh): Remove some dead code.
2013-11-29 23:38:06 -08:00
Michael Marineau
175d88e6e4
fix(build_image_util.sh): Move image install mask to portage profile.
...
Reduce the spaghetti config a bit...
2013-11-29 23:38:06 -08:00
Michael Marineau
da1f605863
fix(profiles): Move default INSTALL_MASK to profiles.
...
The INSTALL_MASK is altered all over the place, clean it up by moving
all of it to profiles. Add /usr/share/{i18n,locales} to exclude those
installed by glibc since it doesn't have a nls use flag to disable them.
2013-11-29 21:28:31 -08:00
Michael Marineau
485f519a51
fix(coreos-base/coreos-base): Remove nsswitch.conf
...
Provided by glibc now that it is being installed properly.
2013-11-29 19:54:23 -08:00
Michael Marineau
37267cfce4
fix(setup_board): Install board build root toolchains via emerge!
2013-11-29 18:19:15 -08:00
Michael Marineau
a70da914ba
fix(toolchain_util.sh): Replace TOOLCHAIN_BINONLY with a function.
...
The new function supports generating arguments for cross toolchain
packages in addition to native ones.
2013-11-29 17:56:58 -08:00
Michael Marineau
d91e8d21c4
fix(toolchain_util.sh): Fix variable name conflicts.
...
Although it didn't seem to be causing any bugs the global variables in
toolchain_util conflicted with some names used elsewhere. Clean that up
by adding an S to the array names that didn't already have one.
2013-11-29 17:56:58 -08:00
Michael Marineau
0badc0a576
fix(toolchain_util.sh): Don't build via crossdev if pkgs are up to date.
...
When calling update_chroot with --nousepkg it is silly to always force a
rebuild of the cross toolchain. Change the test to work regardless of
whether binary packages are enabled by checking if anything needs to be
built from source.
2013-11-29 17:56:58 -08:00
Michael Marineau
9dfad070c9
fix(setup_board): Hide --getbinpkg, it isn't useful for setup_board.
...
A new board build root always starts with an empty package cache so if
binary packages are enabled downloading is required. The distinction can
be useful for passing to update_chroot since its cache isn't impacted so
the flag remains, just among the less used hidden ones.
2013-11-29 17:56:58 -08:00
Michael Marineau
21614c5942
fix(toolchain_util): Move toolchain build-dep code from catalyst.
...
Now this code can be shared with setup_board. Only required if
setup_board is called with --nousepkg which is rare to never but feels
like the correct thing to do. Alternatively setup_board could always
use binary packages (as it basically does now).
2013-11-29 17:56:58 -08:00
Brandon Philips
c3fec85f58
Merge pull request #66 from philips/bump-go-1.1.2
...
bump(dev-lang/go): sync with upstream
2013-11-29 13:52:20 -08:00
Brandon Philips
d35cef795a
bump(dev-lang/go): sync with upstream
2013-11-29 13:27:24 -08:00
Michael Marineau
9179f985d0
Merge pull request #137 from marineam/check-pkgs
...
Improvements for image validation, add /usr conflict test
2013-11-27 14:58:17 -08:00
Michael Marineau
4e8bef60d7
fix(test_image_content): Clean out some stray tab chars
2013-11-27 14:55:04 -08:00
Michael Marineau
640c2e354e
Merge pull request #264 from marineam/dracut
...
Dracut
2013-11-27 14:44:33 -08:00
Michael Marineau
fd7976e7fd
fix(test_image_content): Add test for /usr file conflicts.
2013-11-27 14:43:35 -08:00
Michael Marineau
0de4520683
bump(sys-kernel/bootengine): Include journald config module
2013-11-27 14:40:29 -08:00
Michael Marineau
ae2b8ead6d
Merge pull request #136 from marineam/turtle-chain
...
Turtle chain
2013-11-27 14:26:20 -08:00
Michael Marineau
485044f23a
Merge pull request #132 from marineam/code-name
...
fix(set_lsb_release): Time for a new code name
2013-11-27 14:20:07 -08:00