summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-egs/conf/local.conf.sample
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2020-05-26 22:54:18 +0300
committerJason M. Bills <jason.m.bills@linux.intel.com>2020-05-27 03:02:18 +0300
commit58cf8b1a7389d20494c909b3542beeb987c69581 (patch)
tree345a0053ae99b25a9d8f14a0fc497aed583b736f /meta-openbmc-mods/meta-egs/conf/local.conf.sample
parent028c1a3663f63db3fdf4b92e6f091506c1c784f9 (diff)
downloadopenbmc-58cf8b1a7389d20494c909b3542beeb987c69581.tar.xz
Update to internal 0.56
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
Diffstat (limited to 'meta-openbmc-mods/meta-egs/conf/local.conf.sample')
-rw-r--r--meta-openbmc-mods/meta-egs/conf/local.conf.sample31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-openbmc-mods/meta-egs/conf/local.conf.sample b/meta-openbmc-mods/meta-egs/conf/local.conf.sample
deleted file mode 100644
index 369a6f0e1..000000000
--- a/meta-openbmc-mods/meta-egs/conf/local.conf.sample
+++ /dev/null
@@ -1,31 +0,0 @@
-MACHINE ??= "intel-ast2600"
-DISTRO ?= "openbmc-phosphor"
-PACKAGE_CLASSES ?= "package_rpm"
-SANITY_TESTED_DISTROS_append ?= " RedHatEnterpriseWorkstation-6.*"
-EXTRA_IMAGE_FEATURES = "validation-unsecure"
-# Uncomment the following line to enable debug features / default user account.
-#EXTRA_IMAGE_FEATURES += "debug-tweaks"
-USER_CLASSES ?= "buildstats image-mklibs image-prelink"
-PATCHRESOLVE = "noop"
-
-# PFR image Build
-# Before exporting the conf, please uncomment the below line
-# for building Intel PFR compliant images.
-#IMAGE_FSTYPES += "intel-pfr"
-
-BB_DISKMON_DIRS = "\
- STOPTASKS,${TMPDIR},1G,100K \
- STOPTASKS,${DL_DIR},1G,100K \
- STOPTASKS,${SSTATE_DIR},1G,100K \
- STOPTASKS,/tmp,100M,100K \
- ABORT,${TMPDIR},100M,1K \
- ABORT,${DL_DIR},100M,1K \
- ABORT,${SSTATE_DIR},100M,1K \
- ABORT,/tmp,10M,1K"
-CONF_VERSION = "4"
-#BB_NUMBER_THREADS = "70"
-
-FULL_OPTIMIZATION = "-Os -pipe ${DEBUG_FLAGS}"
-require conf/distro/include/security_flags.inc
-#SSTATE_DIR="~/.yocto/sstate"
-#DL_DIR="~/.yocto/download"