diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-10 22:51:19 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-10 22:51:19 +0000 |
commit | f07b1a2756879848ca4501fb1323a68861ab9cc2 (patch) | |
tree | c52dc74ea5ecd9fee2f1bee85deeb7226daeb635 /meta/conf/bitbake.conf | |
parent | 05053efa86e457fd08785d1401365bd763342477 (diff) | |
download | openembedded-core-f07b1a2756879848ca4501fb1323a68861ab9cc2.tar.gz openembedded-core-f07b1a2756879848ca4501fb1323a68861ab9cc2.tar.bz2 openembedded-core-f07b1a2756879848ca4501fb1323a68861ab9cc2.zip |
Drop variables that do nothing
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index d3fd26dcfb..7c7dde5563 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -666,9 +666,6 @@ IMAGE_ROOTFS_SIZE_ext3.gz ?= "65536" # MACHINE don't change the path to the cache CACHE := "${CACHE}" -# Default to disabling packaged staging code -export PSTAGING_ACTIVE = "0" - ################################################################## # Magic Cookie for SANITY CHECK ################################################################## |