Re: Problems building eSDK: Exception: variable BBFILES references itself!
Bryan Evenson
Richard,
toggle quoted message
Show quoted text
-----Original Message-----I found it. In one of my layers, instead of: BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" I had: BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" I know I looked at that line a few times in the last day and never noticed the problem. This has been like this on my layer for a long time. Not sure how this has built without issue for the last eight years. Thanks for the assistance. Thanks, Bryan |
|