Hi,
When writing a package.mk for an addon, is it possible to check the PROJECT (e.g. Generic, RPi, RPi2, etc) and ARCH (e.g. x86_64, arm, etc) that is being built when ./scripts/create_addon <addon name>?
I've tried the following:
but it fails:
I need to copy in an architecture specific binary at build time.
Thanks,
Shane