blob: dea4f2fc1e44be197f664050ab122e4446e958e0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# (c) 2016 Jan-Simon Moeller dl9pf(at)gmx.de
# License GPLv2
################################################################################
## Main
################################################################################
# meta-security-isafw
echo "BBLAYERS += \" $(pwd)/../meta-security-isafw \" " >> conf/bblayers.conf
echo "INHERIT += \"isafw\" " >> conf/local.conf
|