diff options
author | Nathan Illerbrun <nathani@validmanufacturing.com> | 2017-01-05 13:46:13 -0800 |
---|---|---|
committer | Nathan Illerbrun <nathani@validmanufacturing.com> | 2017-01-09 11:26:57 -0800 |
commit | f5794165ee538ce1afc60b944b2836d7e763c9f4 (patch) | |
tree | 492d9a960dacbf767cf8fcb668fd0d60fa398852 /templates/machine/nitrogen6x/50_bblayers.conf.inc | |
parent | c2d8e86606ae5d39dcf79f08a2d5222df7df6a66 (diff) |
Append kernel recipe to support config fragments and add common kernel config fragments
Add machine template for nitrogen6x
Change-Id: I63df939008a36d125f80d74d461453c63386e24e
Signed-off-by: Nathan Illerbrun <nathani@validmanufacturing.com>
Diffstat (limited to 'templates/machine/nitrogen6x/50_bblayers.conf.inc')
-rw-r--r-- | templates/machine/nitrogen6x/50_bblayers.conf.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/machine/nitrogen6x/50_bblayers.conf.inc b/templates/machine/nitrogen6x/50_bblayers.conf.inc new file mode 100644 index 000000000..2852303b4 --- /dev/null +++ b/templates/machine/nitrogen6x/50_bblayers.conf.inc @@ -0,0 +1,5 @@ +BBLAYERS =+ "\ + ${METADIR}/meta-fsl-arm \ + ${METADIR}/meta-fsl-arm-extra \ + ${METADIR}/meta-boundary \ + " |