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

Unified Diff: chromeos-base/vboot_reference/vboot_reference-9999.ebuild

Issue 3607006: Changing ebuilds for porting vboot_reference to u-boot (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/chromiumos-overlay.git
Patch Set: Add install sysincludes.h Created 10 years, 2 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 | « no previous file | sys-boot/u-boot/u-boot-9999.ebuild » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos-base/vboot_reference/vboot_reference-9999.ebuild
diff --git a/chromeos-base/vboot_reference/vboot_reference-9999.ebuild b/chromeos-base/vboot_reference/vboot_reference-9999.ebuild
index bc8ecfcb5cf1d39f4b70a9ae0dabadee249460a0..f766012687aa7163764db7a699601bd6aa54c257 100644
--- a/chromeos-base/vboot_reference/vboot_reference-9999.ebuild
+++ b/chromeos-base/vboot_reference/vboot_reference-9999.ebuild
@@ -73,4 +73,13 @@ src_install() {
dobin ${S}/build/tests/tpm_lite/tpmtest*[^.]?
dobin ${S}/build/utility/tpm_set_readsrkpub
fi
+
+ # Install firmware/include to /build/${BOARD}/usr/include/vboot
+ dodir /usr/include/vboot
+ insinto /usr/include/vboot
+ doins -r firmware/include/*
+
+ # Install vboot_fw.a to /build/${BOARD}/usr/lib
+ insinto /usr
+ dolib.a "${S}"/build/vboot_fw.a
}
« no previous file with comments | « no previous file | sys-boot/u-boot/u-boot-9999.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698