aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: e9ac874d7310092e203888f40d4161f70379054d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# We have a conf and classes directory, add to BBPATH
BBPATH =. "${LAYERDIR}:"

BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
        ${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "meta-openssl-one-zero-two-fips"
BBFILE_PATTERN_meta-openssl-one-zero-two-fips = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-openssl-one-zero-two-fips = "5"

LAYERVERSION_meta-openssl-one-zero-two-fips = "1"

LAYERSERIES_COMPAT_meta-openssl-one-zero-two-fips = "honister"

LAYERPATH_meta-openssl-one-zero-two-fips = "${LAYERDIR}"

LAYERDEPENDS_meta-openssl-one-zero-two-fips = " \
        meta-openssl-one-zero-two \
"

IMAGE_CLASSES:append = "${@'' if d.getVar('OPENSSL_FIPS_ENABLED', True) != '1' else ' image-enable-fips'}"

LAYER_PATH_meta-openssl-one-zero-two-fips = "${LAYERDIR}"

KERNEL_CLASSES:append = " ${@bb.utils.contains('OPENSSL_FIPS_ENABLED', '1', ' fips_kernel', '',d)}"