summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2015-05-31 05:35:16 -0400
committerMike Frysinger <vapier@google.com>2015-05-31 05:35:16 -0400
commitbb3e5869efcc9dad842aae2bf07d964a438f5fd2 (patch)
tree6b6adc03e3c8033d3214f262da3be090666d0e89
parent0aca5459c59b848a81838208ae5b10cd41b9b733 (diff)
downloadportage-bb3e5869efcc9dad842aae2bf07d964a438f5fd2.tar.gz
add config settings for the sdk portage
BUG=b:20895978 Change-Id: I4edce5e6c17ee09cbe65798ffcb829a3573d9496
-rw-r--r--etc/portage/make.conf5
l---------etc/portage/make.profile1
-rw-r--r--etc/portage/profile/package.provided3
3 files changed, 9 insertions, 0 deletions
diff --git a/etc/portage/make.conf b/etc/portage/make.conf
new file mode 100644
index 0000000..ae280f1
--- /dev/null
+++ b/etc/portage/make.conf
@@ -0,0 +1,5 @@
+# Disable the sandbox as we don't have it available.
+FEATURES='-sandbox -usersandbox'
+
+# Use the paths for the running system to find tools like `mv`.
+ROOTPATH="/usr/bin:/bin:/usr/sbin:/sbin"
diff --git a/etc/portage/make.profile b/etc/portage/make.profile
new file mode 120000
index 0000000..dad2101
--- /dev/null
+++ b/etc/portage/make.profile
@@ -0,0 +1 @@
+../../../chromiumos-overlay/profiles/default/linux/amd64/10.0/sdk \ No newline at end of file
diff --git a/etc/portage/profile/package.provided b/etc/portage/profile/package.provided
new file mode 100644
index 0000000..2d271c2
--- /dev/null
+++ b/etc/portage/profile/package.provided
@@ -0,0 +1,3 @@
+# We use the git eclass which wants git to build things, but we don't actually
+# need it in the sysroot as it's a host tool. Stub it out.
+dev-vcs/git-2