Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(922)

Side by Side Diff: chromeos-base/u-boot-config/u-boot-config-9999.ebuild

Issue 6756038: Install out of tree configs for Chrome OS builds of U-Boot. (Closed) Base URL: ssh://gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | sys-boot/chromeos-u-boot-next/chromeos-u-boot-next-9999.ebuild » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=2
5
6 DESCRIPTION="ChromeOS specific U-Boot configurations"
7 HOMEPAGE="http://chromium.org"
8 LICENSE="BSD"
9 SLOT="0"
10 KEYWORDS="~arm"
11 IUSE=""
12
13 RDEPEND=""
14 DEPEND=""
15
16 # This must be inherited *after* EGIT/CROS_WORKON variables defined
17 inherit cros-workon
18
19 src_install() {
20 local arch=$(echo ${CHROMEOS_U_BOOT_CONFIG} | cut -d_ -f2)
21 local board=${arch}/$(echo ${CHROMEOS_U_BOOT_CONFIG} | cut -d_ -f3)
22
23 for directory in . ${arch} ${arch}/parts ${board} ${board}/parts; do
24 dodir /u-boot/configs/chromeos/${directory}
25 insinto /u-boot/configs/chromeos/${directory}
26
27 doins ${directory}/* || die
28 done
29 }
OLDNEW
« no previous file with comments | « no previous file | sys-boot/chromeos-u-boot-next/chromeos-u-boot-next-9999.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698