Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # machine/cm-fx6.conf
- #
- MACHINEOVERRIDES = "cm-fx6:${MACHINE}"
- require conf/machine/cm-fx6-evk.conf
- IMAGE_FSTYPES = "sdcard tar.bz2"
- MACHINE_FEATURES_remove = "wifi bluetooth alsa"
- #
- # layer.conf
- #
- # We have a conf and classes directory, append to BBPATH
- BBPATH .= ":${LAYERDIR}"
- # We have a recipes directory containing .bb and .bbappend files, add to BBFILES
- BBFILES += "${LAYERDIR}/recipes*/*/*.bb \
- ${LAYERDIR}/recipes*/*/*.bbappend"
- BBFILE_COLLECTIONS += "cm-fx6"
- BBFILE_PATTERN_cm-fx6 := "^${LAYERDIR}/"
- BBFILE_PRIORITY_cm-fx6 = "4"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement