Signed-off-by: Chris Larson <chris_larson@mentor.com>
ALTERNATIVE_PATH = "${sysconfdir}/exquisite/config-angstrom"
ALTERNATIVE_PRIORITY = "20"
-SRC_URI = "file://angstrom/*"
+SRC_URI = "file://angstrom/"
S = "${WORKDIR}/angstrom"
require linux.inc
SRC_URI_append = " \
- file://configs/* "
+ file://configs/ "
MULTI_CONFIG_BASE_SUFFIX = "multi-config-"
do_compileconfigs () {
# Compile and Install additional kernel configs if found
- if [ -e ${WORKDIR}/configs/empty ] ; then
+ if [ -e ${WORKDIR}/configs/.empty ] ; then
echo "No configs found in configs/ directory, skipping to regular build"
else
echo "Multiple configs found, building those first"