From df2b8675d89826ddd5424576da9bbca5ed1a0312 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Fri, 19 Jul 2019 20:32:53 -0400 Subject: aspeed: add sample bblayers and local config Add a minimal sample local.conf and bblayers.conf to enable easy build setup: TEMPLATECONF=meta=aspeed/conf . oe-init-build-env (From meta-aspeed rev: fdcd3979b7a1beaef7b832ddc74648226008317a) Change-Id: I6d62b6e7b1ef7e874178ce52979f522e103ab332 Signed-off-by: Brad Bishop --- meta-aspeed/conf/bblayers.conf.sample | 7 +++++++ meta-aspeed/conf/local.conf.sample | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 meta-aspeed/conf/bblayers.conf.sample create mode 100644 meta-aspeed/conf/local.conf.sample (limited to 'meta-aspeed') diff --git a/meta-aspeed/conf/bblayers.conf.sample b/meta-aspeed/conf/bblayers.conf.sample new file mode 100644 index 0000000000..e52e6beac8 --- /dev/null +++ b/meta-aspeed/conf/bblayers.conf.sample @@ -0,0 +1,7 @@ +BBPATH = "${TOPDIR}" +BBFILES ?= "" + +BBLAYERS ?= " \ + ##OEROOT##/meta \ + ##OEROOT##/meta-aspeed \ + " diff --git a/meta-aspeed/conf/local.conf.sample b/meta-aspeed/conf/local.conf.sample new file mode 100644 index 0000000000..a7dae26f86 --- /dev/null +++ b/meta-aspeed/conf/local.conf.sample @@ -0,0 +1,4 @@ +MACHINE ??= "evb-ast2500" + +# Allow logging in if the user does not set the root password. +EXTRA_IMAGE_FEATURES ?= "debug-tweaks" -- cgit v1.2.3