Michael Marineau
b5e608c551
fix(toolchain_util.sh): Switch from sudo_clobber to sudo tee
...
sudo_clobber is provided by common.sh which isn't included in the
catalyst environment so call sudo tee (what sudo_clobber does) directly
instead.
2013-11-07 16:07:17 -08:00
Michael Marineau
487408df65
Merge pull request #64 from marineam/vim
...
Vim build fix
2013-11-07 16:04:41 -08:00
Michael Marineau
76e085cad6
Merge pull request #251 from marineam/cros-workon
...
fix(cros-workon.eclass): Do not add -clang to CFLAGS
2013-11-07 16:04:14 -08:00
Michael Marineau
b496982154
bump(app-editors/vim): sync with upstream
...
Might as well update since I'm already poking at vim a bit.
Packages updated:
app-editors/vim
app-editors/vim-core
2013-11-07 15:59:23 -08:00
Michael Marineau
da8cc94aa9
fix(vim.eclass): Restore passing --with-tlib=curses to configure
...
Cross-compiling vim in our environment fails otherwise. The old version
of the eclass had this line but the new one does not. Re-add it to get
things working again. Should investigate this closer before the next
time the eclasses get synced up with Gentoo.
2013-11-07 15:55:54 -08:00
Michael Marineau
2eeb79506f
fix(cros-workon.eclass): Do not add -clang to CFLAGS
...
Not sure how this managed to work in the past, perhaps the test for
using Google's common.mk used to always fail but now works properly?
In any case, we don't use clang any more.
2013-11-07 15:36:45 -08:00
Michael Marineau
84fadc8236
fix(check_deps): Fix support for includes in ld.so.conf
...
The path passed to _ReadLdSoConf must start with a '/' which wasn't
happening since relpath returns a relative path.
2013-11-07 13:28:13 -08:00
Michael Marineau
078ec6cf0d
fix(build_packages): Don't redirect emerge output.
...
The stats upload has been removed so there is no longer a need to
capture the emerge output to parse the logged output. Remove a bit of
dead chromeos logic too.
2013-11-07 13:28:13 -08:00
Michael Marineau
500fe74856
fix(setup_board): Move to new toolchain_util.sh and eselect
...
The new toolchain utils define chost, portage profiles, and portage arch
per board. Replace the tricker logic from the old platform/dev repo and
switch to setting the profile with the standard eselect tool.
A few cleanups here and there, replacing echo with info and renames.
2013-11-07 13:28:13 -08:00
Michael Marineau
41099eef6f
fix(board_options.sh): Move CHOST->ARCH mapping code.
...
Use the complete chost to portage arch mapping list from crossdev and
move the logic to toolchain_util.sh where it can be used by other
scripts.
2013-11-07 13:28:13 -08:00
Michael Marineau
b5816f7a8d
fix(disk_layout_util.sh): Fix changing build_image's disk layout.
...
Previously the code in base_image_util.sh properly handled the disk
layout command line flag but the spaghetti code later on calls a
function from disk_layout_util.sh which only returned 'base' resulting
in a bit of a mess if something other than 'base' is used. Sync up the
two code paths to avoid that...
2013-11-07 13:28:13 -08:00
Michael Marineau
d5a19a0700
fix(toolchain_util.sh): Move cross-toolchain install code to common lib.
...
This will eventually be used by setup_board instead of the even more
complicated toolchain code provided by chromite.
2013-11-07 13:28:13 -08:00
Michael Marineau
e145b916f2
fix(catalyst.sh): Update catalyst build more aggressively.
...
Use 2*CPUs for the target load average but add load average throttling
to emerge in addition to make. Also work around how catalyst sets
FEATURES so we can disable extra locking for hopefully faster builds.
2013-11-07 13:28:13 -08:00
Michael Marineau
55a4517d65
fix(common.sh): Use $SCRIPT_NAME as the default log prefix.
...
Seems useful with all the scripts-calling-scripts-turtles but very few
scripts explicitly set a prefix.
2013-11-07 13:28:13 -08:00
Michael Marineau
986548722d
fix(toolchain_util.sh): Move native->cross pkg translation to function
...
Will be useful in other places and seems better to hide the bash magic.
2013-11-07 13:28:13 -08:00
Michael Marineau
0ba3d9ea04
fix(get_board_chost): Accept a list of boards to get_board_* funcs
2013-11-07 13:28:13 -08:00
Michael Marineau
6778eeda83
fix(bootstrap_sdk): Remove toolchain build step, replaced by build_toolchains
2013-11-07 13:28:13 -08:00
Michael Marineau
9fbf30f670
Merge pull request #130 from marineam/fix-tag
...
fix(tag_release): Fix default SDK version
2013-11-07 13:02:12 -08:00
Michael Marineau
e290235b18
fix(tag_release): Fix default SDK version
2013-11-07 12:56:38 -08:00
Michael Marineau
95bf5bb29d
Merge pull request #129 from marineam/python-exec
...
add(129.0.0_python_exec_transition.sh): gracefully upgrade python-exec
2013-11-07 12:48:54 -08:00
Michael Marineau
cae3220e79
Merge pull request #63 from marineam/python-exec
...
bump(dev-lang/python-exec): sync with upstream
2013-11-07 12:48:34 -08:00
Michael Marineau
7796e97a8d
Merge pull request #250 from unclejack/bump-to-docker-0.6.6
...
feat(app-emulation/docker): bump to docker 0.6.6
2013-11-07 12:13:00 -08:00
unclejack
cd7ef0f929
feat(app-emulation/docker): bump to docker 0.6.6
2013-11-07 21:55:32 +02:00
Michael Marineau
65b9977b80
add(129.0.0_python_exec_transition.sh): gracefully upgrade python-exec
...
We've had trouble with eclean and equery vanishing in our SDKs from time
to time. Although I don't know the root cause it seemed to be some
confusion in the ebuild environment, perhaps a mis-match between the
eclasses, profiles, and ebuilds. Updating all of those seemed to resolve
the issue and to make sure other environments are ok force a re-install
of portage and gentoolkit to clean things up.
2013-11-06 20:14:20 -08:00
Michael Marineau
a59fcae7ba
bump(dev-lang/python-exec): sync with upstream
...
Packages updated:
dev-lang/python-exec
dev-python/python-exec
eclass
profiles
2013-11-06 19:43:02 -08:00
Michael Marineau
4fc6a472f5
Merge pull request #249 from unclejack/bump-to-docker-0.6.5
...
feat(app-emulation/docker): bump to docker 0.6.5
2013-11-01 13:45:24 -07:00
unclejack
2d83c83876
feat(app-emulation/docker): bump to docker 0.6.5
...
This adds the docker 0.6.5 ebuild.
2013-11-01 21:23:33 +02:00
Michael Marineau
682e982eae
Merge pull request #248 from marineam/nsfix
...
bump(sys-kernel/bootengine): Bump code to include namespace fix.
2013-10-30 16:49:34 -07:00
Michael Marineau
f0eef9db28
bump(sys-kernel/bootengine): Bump code to include namespace fix.
2013-10-30 16:25:12 -07:00
Michael Marineau
1caaca5420
Merge pull request #246 from marineam/eend
...
bump(sys-apps/efunctions): updates from upstream and eend fix
2013-10-24 18:26:57 -07:00
Michael Marineau
571ebef01f
Merge pull request #127 from marineam/fix-tag
...
fix(tag_release): Fix cleanup of old branch manifests.
2013-10-24 18:26:33 -07:00
Michael Marineau
1df4cdffe1
bump(sys-apps/efunctions): updates from upstream and eend fix
2013-10-24 13:42:23 -07:00
Michael Marineau
ec62584f8a
fix(tag_release): Fix cleanup of old branch manifests.
2013-10-24 11:33:19 -07:00
Brandon Philips
f7ad9bc004
Merge pull request #245 from philips/add-tlsdate
...
fix(net-misc/tlsdate): use the coreos fork
2013-10-23 14:38:20 -07:00
Brandon Philips
28bf72ada0
chore(net-misc/tlsdate): sync 9999 ebuild
2013-10-23 14:37:29 -07:00
Brandon Philips
6d62f900d1
fix(net-misc/tlsdate): ensure systemd eclass is used
2013-10-23 14:34:05 -07:00
Brandon Philips
3751ea02a6
chore(net-misc/tlsdate): fixup the comments related to user
2013-10-23 14:30:30 -07:00
Brandon Philips
c97146146b
fix(net-misc/tlsdate): use service file from ebuild
2013-10-23 14:26:52 -07:00
Brandon Philips
6c5ee6a89b
fix(net-misc/tlsdate): use econf on 9999 too
2013-10-23 14:12:32 -07:00
Brandon Philips
2dc453d51e
fix(net-misc/tlsdate): use the coreos fork
...
the chromium os fork works and there are some problems upstream I need
to work thorugh. Use this.
2013-10-23 14:08:35 -07:00
Michael Marineau
acfb1a961c
Merge pull request #126 from marineam/turtle-chain
...
Turtle chain
2013-10-23 13:41:08 -07:00
Michael Marineau
9187adb7ca
fix(catalyst_toolchains.sh): Fix error in doc comment
2013-10-23 12:07:39 -07:00
Michael Marineau
169cc17394
fix(build_toolchains): Fix simple logging typo
2013-10-23 12:02:25 -07:00
Michael Marineau
31d5ced3df
fix(build_toolchains): Remove hard-coded portage profile
2013-10-23 11:58:19 -07:00
Michael Marineau
8ee5f00137
fix(common.sh): Stop collecting stats and uploading them to Google.
...
Just... no.. in so many ways. Kinda dumb it took me this long to delete
this little chunk of rather annoying code.
2013-10-23 11:39:08 -07:00
Michael Marineau
c503b0248b
add(build_toolchains): New command to build cross and native target toolchains.
...
This replaces the cross-toolchain compile step in bootstrap_sdk and adds the
ability to build native toolchains using the cross toolchain. This is just
the first step towards actually providing the native toolchain in a container.
2013-10-23 11:07:01 -07:00
Michael Marineau
5d8237b2c6
Merge pull request #125 from marineam/snapshot
...
fix(copy_ami.sh): Share copied snapshots with Amazon marketplace
2013-10-20 14:14:19 -07:00
Michael Marineau
5b9c5ce3ec
fix(copy_ami.sh): Share copied snapshots with Amazon marketplace
...
Now all the permissions should be correct everywhere!
2013-10-18 18:28:58 -07:00
Michael Marineau
4a06ea4904
Merge pull request #124 from marineam/release-reorg
...
Release reorg
2013-10-18 17:21:13 -07:00
Michael Marineau
87a7433cc9
Merge pull request #243 from marineam/release-reorg
...
fix(config): Fall back to the current SDK version for target packages.
2013-10-18 17:19:51 -07:00