Skip to content

Instantly share code, notes, and snippets.

Created July 23, 2015 18:59
Show Gist options
  • Save anonymous/55681e42750b45581ac0 to your computer and use it in GitHub Desktop.
Save anonymous/55681e42750b45581ac0 to your computer and use it in GitHub Desktop.
pn-check.bb
PN_class-cross = "pn-check-cross-${TARGET_ARCH}"
BBCLASSEXTEND = "cross native"
LICENSE = "PD"
do_install () {
touch ${D}/${PN}
}
@codyps
Copy link

codyps commented Jul 23, 2015

bitbake -e pn-check-cross-arm results in:

ERROR: Nothing PROVIDES 'pn-check-cross-arm'. Close matches:
  pn-check-cross
  gcc-cross-arm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment