Commit Graph

25366 Commits

Author SHA1 Message Date
Zdenek Behan
d7bfd869b7 update_chroot: split the process of updating chroot into a separate
script

BUG=none
TEST=run build_packages, setup_board, make_chroot, with the paths fixed
to this script (http://gerrit.chromium.org/gerrit/700), see things work

Change-Id: I5a3950ddd5949fcf900a609f86092fce33db8cbd
Reviewed-on: http://gerrit.chromium.org/gerrit/720
Reviewed-by: David James <davidjames@chromium.org>
Tested-by: Zdenek Behan <zbehan@chromium.org>
2011-05-11 16:56:47 -07:00
Doug Anderson
92eb831828 Added bash-compeltion from upsteam portage.
No changes were made--just deleted the 1.2 and left the 1.3 version,
since we don't need the 1.2 version.

BUG=chromium-os:13186
TEST=In	chroot:

1. sudo USE=bash-completion emerge git
2. eselect bashcomp enable git
3. exit
4. ./enter_chroot.sh
5. __git_ps1

...validate that this doens't cause an error.

Change-Id: I5e125837218cec09c52562486aa551089c5d58b1
Reviewed-on: http://gerrit.chromium.org/gerrit/660
Tested-by: Doug Anderson <dianders@chromium.org>
Reviewed-by: Darin Petkov <petkov@chromium.org>
2011-05-11 10:18:01 -07:00
David James
f86703dd5d Move libcros check from chromeos-chrome into test_build_root.
This is needed for eliminating the dependency between chromeos-chrome and libcros.
This also has the benefit that builds will fail if you take a binary version of
chromeos-chrome with an incompatible version of libcros.

BUG=chromium-os:15145, chromium-os:15148
TEST=build_packages --nousepkg && build_image.
     Test that test_image fails when libcros version is wrong.

Change-Id: I46cbc4494d36b13ba1bdda699eccb6dc7fea162c
Reviewed-on: http://gerrit.chromium.org/gerrit/633
Reviewed-by: Zdenek Behan <zbehan@chromium.org>
Reviewed-by: David James <davidjames@chromium.org>
Tested-by: David James <davidjames@chromium.org>
2011-05-10 15:05:12 -07:00
Mandeep Singh Baines
6eaddfef05 Revert "loman: work with new gerrit workflow"
This reverts commit c7dc24c89e.

BUG=15076
TEST=Unit tests pass. Scrubbed kernel from local_manifest.xml and then
worked on it again.

Change-Id: Ia0052cf2efa330e1c6422f2876d146bf6f297378
Reviewed-on: http://gerrit.chromium.org/gerrit/625
Reviewed-by: David James <davidjames@chromium.org>
Tested-by: Mandeep Singh Baines <msb@chromium.org>
2011-05-10 13:33:24 -07:00
Mandeep Singh Baines
c7dc24c89e loman: work with new gerrit workflow
Fix to handle new repository naming. Instead name="kernel", the kernel
is now name="chromiumos/third_party/kernel".

BUG=15076
TEST=Ran unittests and verified that local_manifest.xml got created
correctly when working on the kernel for the first time.

Change-Id: Ib0eef7ecb0522c3b5bcc111d0f30467c8ca19ec5
Reviewed-on: http://gerrit.chromium.org/gerrit/546
Reviewed-by: Chris Sosa <sosa@chromium.org>
Tested-by: Mandeep Singh Baines <msb@chromium.org>
2011-05-09 13:01:30 -07:00
Che-Liang Chiou
9c5d88573f ARM: enable kernel signing by default
This commit is a part of transition to enable ARM kernel signing. It is
at first an option that is enabled manually, and then (in this commit)
enabled by default. After more tests, the scripts that generate unsigned
ARM kernel partition will probably be removed.

BUG=chromium-os:12352
TEST=./build_image && load_kernel_test -b 2 /path/to/chromiumos_image.bin /usr/share/vboot/devkeys/recovery_key.vbpubk

Change-Id: I6d48d1603cd7c96514892bcbbf8994b2d4cc2a08
Reviewed-on: http://gerrit.chromium.org/gerrit/512
Tested-by: Che-Liang Chiou <clchiou@chromium.org>
Reviewed-by: Tom Wai-Hong Tam <waihong@chromium.org>
2011-05-09 03:13:56 -07:00
Raja Aluri
7145352a0b Packaging convert_recovery_to_ssd script for use during the delta generation.
BUG=15031
TEST=Ran generate-au-zip.py to generate a zip file.

Change-Id: I4b202959d25405f172b95c813f061c6f9b210d1c
Reviewed-on: http://gerrit.chromium.org/gerrit/466
Reviewed-by: David McMahon <djmm@google.com>
Tested-by: Raja Aluri <aluri@chromium.org>
Reviewed-by: Raja Aluri <aluri@chromium.org>
2011-05-06 16:18:25 -07:00
Don Garrett
6e7613d6f1 Copy pushimage from crostools so cbuildbot has access.
BUG=chromiumos:14372
TEST=None

Change-Id: Ie69f1a163138803f9bee2ed77e91f4cd38189eb3
Reviewed-on: http://gerrit.chromium.org/gerrit/457
Reviewed-by: Chris Sosa <sosa@chromium.org>
Tested-by: Don Garrett <dgarrett@chromium.org>
2011-05-06 15:10:10 -07:00
Ahmad Sharif
e4a7068bf2 Added stable version of mpc required to build gcc-4.6.0.
BUG=chromium-os:13927
TEST=emerge --oneshot =cross-i686-pc-linux-gnu/gcc-4.6.0

Change-Id: I45ee9ffd227941d2d7e2ec7c822294e551f84033
Reviewed-on: http://gerrit.chromium.org/gerrit/393
Tested-by: asharif <asharif@chromium.org>
Reviewed-by: Zdenek Behan <zbehan@chromium.org>
2011-05-06 13:37:22 -07:00
Paul Stewart
99e580e21e Learn board type for package_to_live and image_to_target
In both cases move making contact with the remote board to
an earlier step and default the "board" option to whatever
is reported by the remote.

BUG=n0ne
TEST=Run without board flag or .default_board

Change-Id: I53330ce5ab05b4cff92ac3a384ae0202fc156953
Reviewed-on: http://gerrit.chromium.org/gerrit/433
Reviewed-by: Sam Leffler <sleffler@chromium.org>
Tested-by: Paul Stewart <pstew@chromium.org>
2011-05-06 11:27:07 -07:00
Dale Curtis
986317313b Fix chroot permissions on shared memory so POSIX semaphores work.
BUG=none
TEST=Enter/exit chroot. Ran python multiprocessing.

Change-Id: I645587d2750274ae1d2b445ab7f52bd8377b9d2e
Reviewed-on: http://gerrit.chromium.org/gerrit/401
Reviewed-by: Paul Pendlebury <pauldean@chromium.org>
Reviewed-by: Zdenek Behan <zbehan@chromium.org>
Tested-by: Dale Curtis <dalecurtis@chromium.org>
2011-05-05 20:10:16 -07:00
Diego Elio Pettenò
ab8a7bb73e app-text/openjade-1.3.2-r3 backport from main tree.
This version does not fail to build if .la files are removed.

R=davidjames,raymes
BUG=none
TEST=emerge on chroot system itself.

Change-Id: Id2086a62ddf05c4e5331ba91f817ebd335b84abb
2011-05-04 20:00:10 +02:00
Diego Elio Pettenò
4c31730e23 app-crypt/tpm-tools update gold patch
This fix building with a non-la-ridden trousers.

R=davidjames,raymes
BUG=none
TEST=build with the CL from http://codereview.chromium.org/6883231/

Change-Id: I6a1681364352e0c2b9aee60d8c5ce1efac19e93c

Review URL: http://codereview.chromium.org/6905157
2011-05-02 23:40:21 +02:00
Peter Mayo
32125c5645 Archive build uses commands that may need to reassemble and re-emerge components. This gets it to pass USE flags in case some of the components are desired in a non-default configuration.
Change-Id: I3d096ec63510e470aad25de8da1112be28a5bfca

BUG=78345
TEST=Manual runs.

Review URL: http://codereview.chromium.org/6881112
2011-05-02 11:37:12 -04:00
Diego Elio Pettenò
f8f32eebf6 net-libs/libsoup: backport 2.32.2 from upstream tree.
This version does not fail to link the tests when building with gold
and no .la files around. It requires the introspection USE changes
from http://codereview.chromium.org/6298002/

R=davidjames,raymes
BUG=none
TEST=./build_packages && ./build_image

Change-Id: I17d9fe4cf163a3b54306217c9e27390c51af7654

Review URL: http://codereview.chromium.org/6905158
2011-05-01 23:33:06 +02:00
Darin Petkov
61173f6bd1 Cleanup set_shared_user_password related transitional code.
BUG=none
TEST=set_shared_user_passwd, build_image, checked password

Change-Id: Ida251e36f32d6cb116425d475882c5cee601b9f6

Review URL: http://codereview.chromium.org/6904093
2011-04-29 10:24:26 -07:00
J. Richard Barnette
b290366b6e Fix build_image --factory_install to work again.
There were two bugs:
 1) The test [ ${ARCH} -eq "arm" ] was wrong because -eq is a
    numeric comparison operator, not legal on strings.
 2) Variable ${ARCH} was used before set.

The code change includes comment changes to clarify the reasons for
the code, and a future-proofing logic change.

Change-Id: I63f502cc33cf8a9a441b4b305fc49ed57d0a55b1

BUG=None
TEST=build_image --factory_install, and boot the resulting image

Review URL: http://codereview.chromium.org/6905119
2011-04-28 17:14:34 -07:00
Chris Sosa
237b686be8 Arbitrarily large output can't be used in an exception.
It seems like we are seeing whacky errors with sys.stderr
dying when trying to print out a process and its exception.
I think controlling how the output is printed in RunCommand
is better than passing it with the exception.

Change-Id: I3711575e5d9e710c3aea6ff19d43d149fd83f44c

BUG=chromium-os:14398
TEST=Ran it with au_test_harness

Review URL: http://codereview.chromium.org/6902129
2011-04-28 15:29:12 -07:00
Mandeep Singh Baines
118692ab3f src/scripts: remove all references to verity_depth
This option is now deprecated. Remove from all scripts

To understand the impact of this change ran the following searches:

http://codesearch.google.com/codesearch?as_q=package%3Achromiumos+verity_depth
http://codesearch.google.com/codesearch?hl=en&lr=&q=package%3Achromiumos+verity_tree_depth

BUG=chromium-os:14357
TEST=Ran build_image, mod_image_for_test.sh, chromeos-install, and mod_image_for_recovery.sh.

Change-Id: I79e0e5fe1c917fbb54cc7c7f152d3c97d5f5c9b5

R=wad@chromium.org,scottz@chromium.org,gauravsh@chromium.org

Review URL: http://codereview.chromium.org/6901005
2011-04-28 13:50:33 -07:00
Tom Wai-Hong Tam
a6af201ff8 Use initramfs on x86 but not on arm for factory install image.
On x86, booting factory install shim on SD card needs to have the kernel
initrmafs enabled. But on ARM, booting factory install image on network does
not needs initramfs.

TEST=build_image --factory_install
BUG=chromium-os:13211

Change-Id: Id008a3bfaf4f17772e04f02d18844dd09b33fbe1

R=rongchang@chromium.org

Review URL: http://codereview.chromium.org/6901047
2011-04-28 12:12:08 +08:00
Mandeep Singh Baines
e388e18b67 build_kernel_image.sh: set default verity_depth to 0
verity_depth must be 0. No other values are supported. So changing the
default to 0.

Needs to go in before:

http://codereview.chromium.org/6901005

BUG=chromium-os:14357
TEST=Ran build_image, mod_image_for_test.sh, mod_image_for_recovery.sh
     chromeos-install, and image_to_live.sh.
Change-Id: I6208327d9ce68c9ba56d78e99bc145e34bee9d1d

R=wad@chromium.org,scottz@chromium.org,gauravsh@chromium.org

Review URL: http://codereview.chromium.org/6902061
2011-04-27 13:53:39 -07:00
Darin Petkov
61fbb352f3 Blacklist pulseaudio and perl to make sure they don't creep in.
BUG=chromium-os:12984
TEST=x86-mario build_packages, build_image, mod_image_for_test

Change-Id: Ia1fb9c214210c6e58acf25da59f40a7e5ab67d70

Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=34c8389

Review URL: http://codereview.chromium.org/6674001
2011-04-26 11:50:52 -07:00
Jie Sun
e11d2e8bfa update alsa package to newest to support UCM.
these are original ebuilds file, all ebuild are currently masked. The plan is to enable this on ARM first.
Change-Id: Ia23b731b90870d3d7712c302d71460a258a3c420

BUG=None
TEST=Unmask the it in package.keywords and build on arm successfully.

Review URL: http://codereview.chromium.org/6902042
2011-04-26 11:25:04 -07:00
Tom Wai-Hong Tam
1f6a0ba388 Enable fbconsole in recovery and factory shims
This CL depends on http://codereview.chromium.org/6765018 which adds fbconsole
USE flag.

Change-Id: I159680e2cd53b6493545f6c0b1caaa8a7e833cb3

BUG=chromium-os:13607
TEST=run mod_image_for_recovery.sh and boot to recovery image to see messages
showed on framebuffer console.

Review URL: http://codereview.chromium.org/6814041
2011-04-26 18:09:16 +08:00
Diego Elio Pettenò
74fe398e98 x11-libs/libdrm: get newest version from main Gentoo tree
This version includes the boexec patch that was present in
chromiumos-overlay.

Change-Id: I9b0aa22f2f2615a3c03986d865df6a531271448b

R=marcheu@chromium.org
BUG=none
TEST=./setup_board && ./build_packages --nousepkg for x86-generic and arm-generic

Review URL: http://codereview.chromium.org/6778012
2011-04-23 20:25:48 +02:00
Che-Liang Chiou
d7d79fed66 Revert "Install VbNvContext storage file"
This reverts commit dc2cb4b8f6.

This commit is reverted because it is not needed.

R=rongchang@chromium.org
BUG=none
TEST=none

Review URL: http://codereview.chromium.org/6882115

Change-Id: If21b788986c878c5d0e3e29487b6d58b86532775
2011-04-22 15:55:53 +08:00
Matt Tennant
f7b35e7a1c Update the eselect-vi package to the latest version.
Update the eselect-vi package to the latest version, which should also
fix the vim symlinks under /usr/bin to use relative paths.

BUG=chromium-os:14291
TEST=emerge vim and verify that /usr/bin/vi is a symlink to vim, not //usr/bin/vim (or any other rooted path)

Change-Id: Ie1e180d62f7f78e098e449d8762c74f196ef26f9

Review URL: http://codereview.chromium.org/6879117
2011-04-21 11:11:42 -07:00
Olof Johansson
8488f5a3c5 update_kernel: be smarter
Auto-detect use of verity, and if verity is not used, copy over modules and firmware.

Also, while I was at it, I added a --noreboot argument.

And also copy over vmlinux.uimg on ARM if on non-verity.

Change-Id: Ida9d3fbf4f342db65ebd0002a8b1a528440ea7fe

BUG=chromium-os:13321
TEST=Build kernel, try updating on x86 and ARM, both with and without verity

Review URL: http://codereview.chromium.org/6881029
2011-04-20 17:27:37 -07:00
Mandeep Singh Baines
95026958c1 cros_make_image_bootable: default to verity_depth=0
Verity only supports a depth of 0. Passing anything other than 0 will
cause a verity failure.

BUG=14314
TEST=Verified that verity does not fail when do depth is passed.
     Before this change, verity would fail with the error message
     reported in the bug.

Change-Id: I68495c4486284744ee0779b6c9cdc0ef214519c7

R=gauravsh@google.com,scottz@google.com,drewry@google.com

Review URL: http://codereview.chromium.org/6873134
2011-04-20 16:28:54 -07:00
Che-Liang Chiou
dc2cb4b8f6 Install VbNvContext storage file
R=rongchang@chromium.org
BUG=none
TEST=none

Review URL: http://codereview.chromium.org/6883046

Change-Id: I8818938f9e40120c0e88d80a9452641518a6ba44
2011-04-20 15:08:48 +08:00
Simon Que
d9d4bbef96 Add xset-1.2.1-r1
BUG=chrome-os-partner:3118
TEST=emerge and make sure xset-1.2.1-r1 is built.  Do 'ldd xset' on the
built executable and make sure it does not have dependency on fontcache.

Change-Id: Ic486863eed0523de009dc2546f33338d655da8b6
Signed-off-by: Simon Que <sque@chromium.org>

Review URL: http://codereview.chromium.org/6879044
2011-04-19 11:11:14 -07:00
Diego Elio Pettenò
865db6193e dev-libs/opensc: update to newest version in Portage
Drops static archives, .la files, headers, drivers, ...

R=cmasone@chromium.org
BUG=none
TEST=requires update to chromiumos-overlay to keyword this

Change-Id: I122527514085f755db2e68ec5a4fbab27a39aac2

Review URL: http://codereview.chromium.org/6881025
2011-04-19 07:01:03 +02:00
Chris Sosa
c894a0a0a0 Add combine_stdout_stderr as well as make success less verbose.
Change-Id: If46fd1558a00498ce4721dd756532e916f49bc19

BUG=chromium-os:12950
TEST=Ran with autestharness and ran unittests.

Review URL: http://codereview.chromium.org/6877015
2011-04-18 17:19:10 -07:00
Zdenek Behan
8160f70835 sys-apps/acl: import 2.2.49-r1 to address gentoo #265425
BUG=chromium-os:4760
TEST=below
- build_packages on x86-generic, install, boot, run BVT's
- NOTE: the ebuild is ~keyword, so this will require further commit to cros-overlay

Change-Id: I3ec642332822cb753391b33a734828928dfd7284

R=flameyes@chromium.org,jimhebert@chromium.org,anush@chromium.org

Review URL: http://codereview.chromium.org/6870011
2011-04-15 23:07:53 +02:00
J. Richard Barnette
eb5246f8d9 Standardize invocations of emerge in build_image.
Also includes a style nit fix:  don't quote arguments to numeric
comparison test operators.

BUG=chromium-os:13582
TEST=setup_board --force && build_packages && build_image; boot the result

Review URL: http://codereview.chromium.org/6801027

Change-Id: I689ca9697a05cf93a789fde1242fb2fa50f21612
2011-04-08 10:34:31 -07:00
Olof Johansson
dd5e04a875 fix factory scripts based on nvrm changes
Change-Id: Iaa0d1d8325894d3e300275bab99a04e4f83ec9b4

BUG=chromium-os:13971
TEST=Run mod_image_for_test -f, make sure it doesn't break.

Review URL: http://codereview.chromium.org/6826001
2011-04-08 10:00:01 -07:00
Diego Elio Pettenò
6503340efc app-i18n/zinnia: import 0.06-r1 from main Gentoo tree.
This version includes fixes for building the Perl extension (unneeded) but
also to use the proper CFLAGS during build (most likely desired).

R=yusukes@chromium.org
BUG=none
TEST=emerge-{arm,x86}-generic and build log check

Change-Id: Ie8769b67a2b5bc2845264627ab0fc44312c29954

Review URL: http://codereview.chromium.org/6814030
2011-04-08 17:19:11 +02:00
Olof Johansson
24e10cb3db remove quiet and loglevel=1 from arm cmdline for now
It makes debugging system boot issues harder, so let's re-enable console
output for a while. It will be quieted down again later.

Change-Id: I7c543c09818c0152470c9f5e54d36c614d05bf3a

BUG=chrome-os-partner:3199
TEST=Boot a system, check for console output before login screen

Review URL: http://codereview.chromium.org/6801045
2011-04-07 15:08:08 -07:00
Mandeep Singh Baines
de162521ed build_image: hard-code verity_depth to 0
Plan is to eventually deprecate depth as a configurable parameter.
depth=0 means compute the depth based on a regular trie with a
single block of hashes at the root node.

BUG=chromium-os:9752
TEST=platform_DMVerity

Change-Id: I5c5f1b1f2c2079d7e1ef6c7a55c859b463a59aee

R=wad@chromium.org,taysom@chromium.org,ups@chromium.org,gauravsh@chromium.org,jimherbert@chromium.org

Review URL: http://codereview.chromium.org/6810006
2011-04-07 10:12:08 -07:00
Diego Elio Pettenò
f5da14a6a8 linux-info.eclass: import from main tree.
This version includes the fix for building from a host running a stable
kernel like 2.6.38.1 without having kernel sources available.

Change-Id: Ie32a2faae9a8d2567d21711eef79ebfaad6e204c

BUG=chromium-os:13616
TEST=./setup_board and ./build-packages --nousepkg for arm-generic and x86-generic

Review URL: http://codereview.chromium.org/6792005
2011-04-07 16:54:17 +02:00
Zdenek Behan
e28239d294 enter_chroot: introduce a sync process that synchronizes given files between chroot and host
Currently used for resolv.conf and hosts, because these files can
change during the lifetime of a chroot, for example on computers
with more dynamic network (laptops).

While this creates a persistent process in the background for the
sole purpose of syncing files, the performance impact is negligible.

BUG=12316
TEST=below
1) enter_chroot once+quit, many times + quit, verify correct exit
behaviour
2) enter_chroot, modify host resolv.conf, see chroot being updated

Change-Id: I26573570c027acc2c214a00838a6f982a7585b13

R=robotboy@chromium.org,dparker@chromium.org,sosa@chromium.org

Review URL: http://codereview.chromium.org/6720005
2011-04-07 00:37:20 +02:00
Diego Elio Pettenò
608b3c626f dev-libs/libpcre: import 8.12 version from main tree.
R=cmasone@chromium.org
BUG=none
TEST=./build_packages --nousepkg on x86-generic/arm-generic

Change-Id: I7625063fdd0785b27291a5428c26b2f3eb27bd88

Review URL: http://codereview.chromium.org/6793049
2011-04-06 01:00:34 +02:00
Zdenek Behan
b3cf233d4c build_image: provide USE flags when installing chromeos-dev
This fixes an issue where passing USE= to build_packages would always
cause build_image to fail.

BUG=none
TEST=create a USE-inconsistent package, run build_image, observe it working

Change-Id: Id9eb3891d9c292423c837a0d097a33155f03b794

R=davidjames@chromium.org,kliegs@chromium.org

Review URL: http://codereview.chromium.org/6677163
2011-04-05 23:20:16 +02:00
Diego Elio Pettenò
9572a63302 dev-libs/libp11 import from Gentoo main tree.
This version has the libtool dependency fixed.

R=petkov
BUG=none
TEST=./build_packages on {x86,arm}-generic and check on version built.

Change-Id: I0d90089dc75d91b327558ace89e16cdbc61ddea5

Review URL: http://codereview.chromium.org/6693059
2011-04-05 12:44:39 +02:00
Diego Elio Pettenò
d33e5de0e4 Update m17n packages from Gentoo's main tree.
These versions include all (or better) changes that were applied on
ChromiumOS:

 - the X USE flag for m17n-lib controls GUI without the "false" warning
   about --without-gui;
 - m17n-lib also builds in parallel;
 - m17n-contrib no longer depends on m17n-db at build-time and also skips
   the check for m17n-db;
 - m17n-db includes the patch missing upstream.

R=penghuang@chromium.org
BUG=none
TEST=./build_packages and checked content on {x86,arm}-generic, and
upstream Gentoo tests.

Change-Id: I3ab34ee58e5453c93b11e79fbfd2b84fde33f399

Review URL: http://codereview.chromium.org/6717026
2011-04-05 12:41:35 +02:00
Diego Elio Pettenò
43cbb8d9b1 Import eclasses that are copied verbatim from upstream Gentoo to chromiumos-overlay.
BUG=none
TEST=./setup_board && ./build_packages for {x86,arm}-generic
R=anush,petkov

Change-Id: Ie3be8d96ddcad136aacdde7c1c1393682ac15cdb

Review URL: http://codereview.chromium.org/6691026
2011-04-05 12:32:25 +02:00
Jon Kliegman
dd4ac7ac18 Import xinput-1.5.3 from portage
Import ebuild file from http://gentoo-portage.com/x11-apps/xinput

Importing this ebuild also makes 1.5 the stable version for xinput (from 1.4)

R=davidjames@chromium.org
BUG=NONE
TEST=Manually emerge package
  Run build_packages
  Run xinput on board and observe correct behavior

Review URL: http://codereview.chromium.org/6720034

Change-Id: Ieaf28701be134d4a1b07d3367d2da378da0b0e15
2011-04-04 18:33:19 -04:00
Jon Kliegman
06a9860f20 Import xinput_calibrator
Import 0.7.5 from http://gentoo-portage.com/x11-apps/xinput_calibrator

R=davidjames@chromium.org
BUG=NONE
TEST=Manually emerged package
  Manually gmerged package
  Ran on target and confirmed correct behavior

Review URL: http://codereview.chromium.org/6691045

Change-Id: I304f06cbf79e823089c289aabf5b64112107c9a7
2011-04-04 18:32:56 -04:00
Darin Petkov
51256e2eab Add a brief README describing portage-stable.
Change-Id: Ia13b285e31c0cb0d63c8c0786598678bb5da667b

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/6756045
2011-04-04 12:30:01 -07:00
Diego Elio Pettenò
ad5ed869f0 app-crypt/tpm-tools: backport tpm-tools-1.3.5-r1 from main Gentoo
This version applies the gold patch directly, without ChromiumOS-specific
patching, and also fixes the automagic dependency problem on OpenCryptoki.

BUG=chromium-os:13728
TEST=emerge-{x86,arm}-generic (and misc test in Gentoo upstream)

Change-Id: I2fbec3fc722f9f307721d481db8873d2b3b62e93

Review URL: http://codereview.chromium.org/6792011
2011-04-03 21:10:52 +02:00