added my Recipes
This commit is contained in:
27
meta-openembedded/meta-webserver/conf/layer.conf
Normal file
27
meta-openembedded/meta-webserver/conf/layer.conf
Normal file
@@ -0,0 +1,27 @@
|
||||
# Layer configuration for meta-webserver layer
|
||||
# Copyright 2012 Intel Corporation
|
||||
|
||||
# We have a conf and classes directory, add to BBPATH
|
||||
BBPATH .= ":${LAYERDIR}"
|
||||
|
||||
# We have various recipe-* directories, add to BBFILES
|
||||
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
|
||||
|
||||
BBFILE_COLLECTIONS += "webserver"
|
||||
BBFILE_PATTERN_webserver := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_webserver = "5"
|
||||
|
||||
# This should only be incremented on significant changes that will
|
||||
# cause compatibility issues with other layers
|
||||
LAYERVERSION_webserver = "1"
|
||||
|
||||
LAYERDEPENDS_webserver = "core openembedded-layer"
|
||||
|
||||
LAYERSERIES_COMPAT_webserver = "mickledore"
|
||||
|
||||
LICENSE_PATH += "${LAYERDIR}/licenses"
|
||||
|
||||
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
||||
phpmyadmin->bash \
|
||||
phpmyadmin->php \
|
||||
"
|
||||
Reference in New Issue
Block a user