aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/local.conf.sample
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 16:52:03 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 16:52:03 +0100
commit0126b0ec9757127c65bda341a52e951ca0ddb2bb (patch)
tree4e835019c2b656dfccdafb1b92a600d5d57ed9bf /meta/conf/local.conf.sample
parent25efcd45c83a81d78f73b5da852e575b108b3fb5 (diff)
downloadopenembedded-core-0126b0ec9757127c65bda341a52e951ca0ddb2bb.tar.gz
local.conf.sample: Sanitise Poky references as discussed at the TSC meeting
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/local.conf.sample')
-rw-r--r--meta/conf/local.conf.sample36
1 files changed, 3 insertions, 33 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 434c6841bf..33cb5d351f 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -26,17 +26,6 @@ MACHINE ??= "qemux86"
#MACHINE ?= "qemux86"
#MACHINE ?= "qemux86-64"
-# Supported target hardware for demonstration purposes
-#MACHINE ?= "atom-pc"
-#MACHINE ?= "beagleboard"
-#MACHINE ?= "emenlow"
-#MACHINE ?= "mpc8315e-rdb"
-#MACHINE ?= "routerstationpro"
-
-DISTRO ?= "poky"
-# For bleeding edge / experimental / unstable package versions
-# DISTRO ?= "poky-bleeding"
-
BBMASK = ""
# EXTRA_IMAGE_FEATURES allows extra packages to be added to the generated images
@@ -56,20 +45,13 @@ BBMASK = ""
EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks"
-# The default IMAGE_FEATURES above are too large for the mx31phy and
-# c700/c750 machines which have limited space. The code below limits
-# the default features for those machines.
-EXTRA_IMAGE_FEATURES_c7x0 = "tools-testapps debug-tweaks"
-EXTRA_IMAGE_FEATURES_mx31phy = "debug-tweaks"
-EXTRA_IMAGE_FEATURES_mx31ads = "tools-testapps debug-tweaks"
-
# A list of packaging systems used in generated images
# The first package type listed will be used for rootfs generation
# include 'package_deb' for debs
# include 'package_ipk' for ipks
# include 'package_rpm' for rpms
#PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
-PACKAGE_CLASSES ?= "package_rpm package_ipk"
+PACKAGE_CLASSES ?= "package_ipk"
# mklibs library size optimization is more useful to smaller images,
# and less useful for bigger images. Also mklibs library optimization can break the ABI compatibility, so should not be applied to the images which are tobe
@@ -86,18 +68,6 @@ PACKAGE_CLASSES ?= "package_rpm package_ipk"
# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink
USER_CLASSES ?= "image-mklibs image-prelink"
-# POKYMODE controls the characteristics of the generated packages/images by
-# telling poky which type of toolchain to use.
-#
-# Options include several different EABI combinations and a compatibility
-# mode for the OABI mode poky previously used.
-#
-# The default is "eabi"
-# Use "oabi" for machines with kernels < 2.6.18 on ARM for example.
-# Use "external-MODE" to use the precompiled external toolchains where MODE
-# is the type of external toolchain to use e.g. eabi.
-# POKYMODE = "external-eabi"
-
# Uncomment this to specify where BitBake should create its temporary files.
# Note that a full build of everything in OpenEmbedded will take GigaBytes of hard
# disk space, so make sure to free enough space. The default TMPDIR is
@@ -164,7 +134,7 @@ ENABLE_BINARY_LOCALE_GENERATION = "1"
# Supported values are i686 and x86_64
#SDKMACHINE ?= "i686"
-# Poky can try and fetch packaged-staging packages from a http, https or ftp
+# We can try and fetch shared state packages from a http, https or ftp
# mirror. Set this variable to the root of a pstage directory on a server.
#SSTATE_MIRRORS ?= "\
#file://.* http://someserver.tld/share/sstate/ \n \
@@ -182,7 +152,7 @@ ENABLE_BINARY_LOCALE_GENERATION = "1"
#Because of the QEMU booting slowness issue(see bug #646 and #618), autobuilder
#may suffer a timeout issue when running sanity test. We introduce variable
#TEST_SERIALIZE here to reduce the time on sanity test. It is by default set
-#to 1. Poky will start image and run cases in the same image without reboot
+#to 1. This will start image and run cases in the same image without reboot
#or kill. If it is set to 0, the image will be copied and tested for each
#case, which will take much time.
#TEST_SERIALIZE = "1"