summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2009-03-22 04:14:53 +0000
committerNed Ludd <solar@gentoo.org>2009-03-22 04:14:53 +0000
commite3121021183bad5edb9eae2e7b747431a0bc7104 (patch)
tree960a4b9f5bfd0e7a653153811888cb2e3c85711e /profiles/embedded
parentRemoving hawking as a maintainer since he was retired. (diff)
downloadhistorical-e3121021183bad5edb9eae2e7b747431a0bc7104.tar.gz
historical-e3121021183bad5edb9eae2e7b747431a0bc7104.tar.bz2
historical-e3121021183bad5edb9eae2e7b747431a0bc7104.zip
- few more updates to this cross compile profile as we dont inherit from base
Diffstat (limited to 'profiles/embedded')
-rw-r--r--profiles/embedded/make.defaults15
-rw-r--r--profiles/embedded/use.force2
2 files changed, 17 insertions, 0 deletions
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
index 862b8278f814..8d845d7ce975 100644
--- a/profiles/embedded/make.defaults
+++ b/profiles/embedded/make.defaults
@@ -1,3 +1,18 @@
USE="kdrive minimal multicall zlib"
CFLAGS="-Os -pipe"
CXXFLAGS="${CFLAGS}"
+
+CLEAN_DELAY=0
+EPAUSE_IGNORE=1
+EBEEP_IGNORE=1
+PORTAGE_WORKDIR_MODE=2775
+PORTAGE_ECLASS_WARNING_ENABLE=0
+
+INPUT_DEVICES="evdev mouse keyboard tslib"
+VIDEO_CARDS="fbdev"
+KERNEL="linux"
+USERLAND="GNU"
+LINGUAS="en"
+
+USE_EXPAND="ELIBC INPUT_DEVICES VIDEO_CARDS KERNEL USERLAND LINGUAS"
+USE_EXPAND_HIDDEN="USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS"
diff --git a/profiles/embedded/use.force b/profiles/embedded/use.force
new file mode 100644
index 000000000000..5885fddb4528
--- /dev/null
+++ b/profiles/embedded/use.force
@@ -0,0 +1,2 @@
+kernel_linux
+userland_GNU