Skip to content
Snippets Groups Projects
Commit ff3ab8a8 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

zmk.bbclass: Introduce class for zmk-based recipes


This bbclass inherits autotools, injects dependency on zmk-native
and creates the configure script in do_configure_prepend.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent f2a65107
No related branches found
No related tags found
No related merge requests found
inherit autotools
DEPENDS += "zmk-native"
EXTRA_OEMAKE += "-I${RECIPE_SYSROOT_NATIVE}/usr/include"
do_configure_prepend() {
# Create configure-like script for the autotools bbclass.
oe_runmake -C ${S} configure
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment