Commit Graph

28179 Commits

Author SHA1 Message Date
Brandon Philips
23ca98dd2e fix(sys-kernel/coreos-kernel): use kernelrelease
kernelversion is not used for the binary file name. Use kernelrelease.
This fixes an issue where the /boot/vmlinuz symlink wasn't pointing at
the right file causing builds to fail.
2013-04-03 20:32:00 -07:00
Brandon Philips
1624a9d127 feat(app-emulation/docker): add docker
add docker and lxc
2013-04-03 17:47:57 -07:00
Brandon Philips
2cf6deaa15 chore(virtual/awk): import from portage 2013-04-03 17:38:37 -07:00
Brandon Philips
ee42fef192 feat(sys-kernel/coreos-kernel): add aufs
add aufs3 to the coreos kernel so we have an overlay filesystem.
2013-04-03 17:28:30 -07:00
Brandon Philips
c00c847956 fix(profiles/package.use): mask out cairo
pygobject is used by systemd-analyze and will want to bring in cairo, x,
etc. add -cairo to stop this.
2013-03-27 08:49:58 -07:00
Brandon Philips
c7d70116da bump(coreos-base/coreos-kernel): 3.8.4 bump
This version uses Greg KH's stable tree. All of the 3.x.0 releases will
come from Linus and all of the 3.x.1+ releases will come from Greg.
2013-03-27 08:48:05 -07:00
Brandon Philips
20f0602ea7 fix(coreos-base/hard-host-depends): re-enable update_engine
delta_generator is needed by the devserver. Since the update_engine
builds again enable this.
2013-03-25 13:09:35 -07:00
Brandon Philips
c65d1efef2 feat(coreos-base/coreos-init): enable ssh socket
enable sshd with socket activiation on boot.
2013-03-22 17:47:59 -07:00
Brandon Philips
bd6d88c877 fix(coreos/config): remove unneeded configs
the sudo config was filtering out pam.d configs necessary for sudo to
work. And these others aren't needed. Remove.
2013-03-22 17:46:43 -07:00
Brandon Philips
3b66beeee0 fix(sys-apps/portage): bump to the 2.1.11.58
the coreos patch is upstream in 2.1.11.58, use it:
bugs.gentoo.org/show_bug.cgi?id=462528
2013-03-22 14:34:01 -07:00
Brandon Philips
741ead2b7d fix(coreos-base/coreos-base): re-enable sshd_config
re-enable installation of our custom ssh config that puts the keys on
/mnt/stateful_partition.
2013-03-21 20:38:45 -07:00
Brandon Philips
8d8f32a484 fix(profiles): use the right directory
this was still pointing at the chromiumos directory which meant that
/etc/ssh/sshd_config from net-misc/openssh wasn't getting filtered
causing coreos-base/coreos-base not to lay down our fixed config.
2013-03-21 20:37:02 -07:00
Brandon Philips
402be3267e feat(coreos-base/coreos-init): start ssh at boot
startup ssh on bootup
2013-03-21 20:14:35 -07:00
Brandon Philips
dc3f897349 fix(net-misc/openssh): delete unneeded files 2013-03-21 20:09:19 -07:00
Brandon Philips
3c08d48c1d move(sys-apps/portage): Move to the coreos-overlay
until gentoo releases a new version of portage with our fixes we need to
use the coreos-overlay.
2013-03-21 18:19:11 -07:00
Brandon Philips
512e611766 fix(coreos-base/coreos): add wget, remove flashrom tools
add wget for binpkg fetching and remove flashrom tools
2013-03-20 14:38:58 -07:00
Brandon Philips
02fa5176f2 fix(sys-apps/portage): move portage into our tree
I had to patch portage to fix a bug with gmerge. This patch is in
files/resolver-output-check-for-None-mainRepo.patch and has been
accepted upstream:

https://bugs.gentoo.org/show_bug.cgi?id=462528
2013-03-20 14:36:14 -07:00
Brandon Philips
06edb2afd7 fix(coreos-base/dev-install): bump to latest version
this fixes a problem where
/build/amd-64-generic/etc/portage/make.profile was getting created which
introduced a package.provided file causing build_image to fail.
2013-03-19 19:04:02 -07:00
Brandon Philips
3738617d13 fix(coreos-base/coreos): add coreos-init to the root images 2013-03-19 16:24:52 -07:00
Brandon Philips
940b96f2e2 fix(sys-kernel/coreos-kernel): linux-2.6 is now linux.git
the repo locations for the linux kernel moved. move our URL
2013-03-19 13:49:40 -07:00
Brandon Philips
b95cf50544 fix(coreos-base/update_engine): get it all building
get update_engine building with all of its dependencies
2013-03-19 13:45:21 -07:00
Brandon Philips
61dff332cc fix(coreos-base): add workarounds packages
needed for crosh, add it
2013-03-18 18:51:34 -05:00
Brandon Philips
f0f7634f9a fix(coreos/binhost): use the new coreos sdk
use the version built on 20130307
2013-03-18 18:35:33 -05:00
Brandon Philips
6bb635d51c hack(build_container): add a script to build containers
this is a bit of a hack but I wanted to see if it had any utility during
development before making it all pretty. Essentially this is a copy of
build_image but instead of building up an entire image it simply puts
the files into directories on disk to be ran with systemd-nspawn/lxc/etc
2013-03-11 18:55:27 -07:00
Brandon Philips
7b79b2dd71 fix(coreos-base/coreos): add crosh 2013-03-07 14:53:55 -08:00
Brandon Philips
7d9acd0de1 Revert "fix(dev_util): restore removed code from dev_util"
so it is a bit complicated but essentially gtest pulls in python which
pulls in pyton-updater which wants portage so portage gets installed in
teh real root not the dev one. Just leave it for now.
2013-03-07 11:32:19 -08:00
Brandon Philips
b706053d6d fix(coreos-base/hard-host-depends): add less
life is annoying without less, add it
2013-03-07 11:12:20 -08:00
Brandon Philips
acf1ae83d2 fix(coreos-base/update_engine): use git
use git for update_engine while we are hacking on it
2013-03-06 19:43:42 -08:00
Brandon Philips
74be5320ea bump(coreos-base/update_engine): get new libchrome 2013-03-06 18:31:06 -08:00
Brandon Philips
3b88b3b573 bump(coreos-base/metrics): bump to use latest libchrome
get this building against the new libchrome
2013-03-06 18:17:18 -08:00
Brandon Philips
3fde52aff9 fix(coreos/config): use both osuosl and chromeos mirrors
we need chromeos mirrors for stable packages and osuosl for new ones. In
the future we will mirror our own stable packages.
2013-03-06 17:55:10 -08:00
Brandon Philips
3bad80c322 fix(dev-libs/dbus-c++): patch to fix pthread
In the future we should provide our own tarball based on the git source
code but this is fine for now.
2013-03-06 17:53:57 -08:00
Brandon Philips
2f5399b103 fix(sdk_lib/make_chroot): make using prebuilt sdk work
fix a couple of buglets related to using a prebuilt sdk chroot
2013-03-06 17:04:40 -08:00
Brandon Philips
81e546cb0b fix(setup_board): copy /etc/make.conf.host_setup from /etc/portage
this stuff lives in etc/portage. Cp from there.
2013-03-06 14:02:43 -08:00
Brandon Philips
660198d949 chore(sys-devel/binutils): re-import from chromeos
we need/want -gold. re-import from chromeos and remove from
portage-stable
2013-03-06 11:30:52 -08:00
Brandon Philips
d67ee93760 chore(eclass): bump to latest code from chromeos 2013-03-06 11:30:52 -08:00
Brandon Philips
7b68e4b6fe chore(eclass): remove unneeded stuff
I imported a bunch of stuff needlessly when I first started working,
remove it.
2013-03-06 11:30:52 -08:00
Brandon Philips
d6c11ab1bd chore(dev-libs/libxslt): bump to latest 2013-03-05 20:33:36 -08:00
Brandon Philips
858e9b0c6b chore(u-boot-tools): bump to latest 2013-03-05 20:33:15 -08:00
Brandon Philips
cef3819fd6 fix(sys-devel/binutils): move back to coreos-overlay 2013-03-05 20:32:55 -08:00
Brandon Philips
9ae5ae4e29 feat(coreos-base/coreos): re-add update_engine
It is compiling now re-enable update_engine for the VM builds.
2013-03-05 15:57:21 -08:00
Brandon Philips
b4cbe3b30d fix(coreos-base/update_engine): fix -9999 version
- fixup the dependencies to point at coreos-base
- point at 180609 version of libchrome
2013-03-04 18:20:33 -08:00
Brandon Philips
958fbef795 bump(coreos-base/libchrome): bump to 180609
also remove the wno-c++11 flag which is breaking with our compiler
2013-03-04 18:19:31 -08:00
Brandon Philips
0f9b8373c7 fix(coreos-base/libchromeos): bump to 180609 2013-03-04 18:16:02 -08:00
Brandon Philips
5f367b0869 fix(dev-libs/libdivsufsort): RESTRICT="mirror"
the gentoo mirrors don't have this package, download from Google code
for now.
2013-03-04 16:00:12 -08:00
Brandon Philips
7b34d5c9bb fix(coreos-base/update_engine): get it building
update all of the dependencies for the update engine to get it buliding
2013-02-28 15:08:59 -08:00
Brandon Philips
e709f986eb bump(dev-util/cmake): get the latest versions 2013-02-28 15:07:36 -08:00
Brandon Philips
ffbe6a1a66 fix(image_to_vm): add correct ports for kvm instructions 2013-02-28 10:47:06 -08:00
Brandon Philips
8a60480ff2 fix(dev_util): restore removed code from dev_util
93ed764 accidently removed some code, restore it.
2013-02-27 18:50:29 -08:00
Brandon Philips
3912c1ec24 chore(dev-libs/gobject-introspection-common): import 2013-02-27 17:52:50 -08:00