diff options
Diffstat (limited to 'jjb/common/include-agl-local-conf-isafw.sh')
-rw-r--r-- | jjb/common/include-agl-local-conf-isafw.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/jjb/common/include-agl-local-conf-isafw.sh b/jjb/common/include-agl-local-conf-isafw.sh new file mode 100644 index 00000000..dea4f2fc --- /dev/null +++ b/jjb/common/include-agl-local-conf-isafw.sh @@ -0,0 +1,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 |