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
commit1a0108b6303d2305695e3aafb9d1ce55143f5e82 (patch)
tree25af915dd4a41e53cfb427582c00c984845fb64e /profiles/embedded
parentRemoving hawking as a maintainer since he was retired. (diff)
downloadgentoo-2-1a0108b6303d2305695e3aafb9d1ce55143f5e82.tar.gz
gentoo-2-1a0108b6303d2305695e3aafb9d1ce55143f5e82.tar.bz2
gentoo-2-1a0108b6303d2305695e3aafb9d1ce55143f5e82.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