> run.do_compile.28458: line 83: bbnote: command not found I added the followings to the recipe u-boot-fw-utils_2011.06.bb:
oe_runmake() { test "x${MAKE}" = "x" && MAKE=make bbnote ${MAKE} ${EXTRA_OEMAKE} "$@" ${MAKE} ${EXTRA_OEMAKE} "$@" || die "oe_runmake failed" } Not it compiles, but AFAIK this is equal to the default behavior. I don't understand why bbnote is accepted here and is not from the default implementation. However, i don't know if it is fully correct or not. I just copied it from other recipe. Regards Gyorgy Kovesdi _______________________________________________ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel