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

Unified Diff: sys-boot/chromeos-u-boot-next/chromeos-u-boot-next-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, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos-base/u-boot-config/u-boot-config-9999.ebuild ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sys-boot/chromeos-u-boot-next/chromeos-u-boot-next-9999.ebuild
diff --git a/sys-boot/chromeos-u-boot-next/chromeos-u-boot-next-9999.ebuild b/sys-boot/chromeos-u-boot-next/chromeos-u-boot-next-9999.ebuild
index 880aafd964e7f07469597da5091a2cc8caeb97c1..670d3258cd5609f7b6c1e7fa6904426412ad7017 100644
--- a/sys-boot/chromeos-u-boot-next/chromeos-u-boot-next-9999.ebuild
+++ b/sys-boot/chromeos-u-boot-next/chromeos-u-boot-next-9999.ebuild
@@ -14,7 +14,8 @@ IUSE=""
PROVIDE="virtual/u-boot"
RDEPEND=""
-DEPEND="arm? ( >=chromeos-base/vboot_reference-firmware-0.0.1-r100 )
+DEPEND="chromeos-base/vboot_reference-firmware
+ chromeos-base/u-boot-config
!sys-boot/u-boot"
CROS_WORKON_PROJECT="u-boot-next"
@@ -96,7 +97,8 @@ src_compile() {
USE_PRIVATE_LIBGCC=yes \
HOSTCC=${CC} \
HOSTSTRIP=true \
- VBOOT="${ROOT}/usr" \
+ VBOOT="${ROOT%/}/usr" \
+ CROS_CONFIG_PATH="${ROOT%/}/u-boot" \
all || die "U-Boot compile ${config} failed"
done
}
« no previous file with comments | « chromeos-base/u-boot-config/u-boot-config-9999.ebuild ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698