From: Denys Dmytriyenko <[email protected]> The fix is submitted upstream to oe-core/master. For now also do it locally in a bbappend, so it also fixed for dunfell.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-arago-distro/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bbappend diff --git a/meta-arago-distro/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bbappend b/meta-arago-distro/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bbappend new file mode 100644 index 0000000..b76af9f --- /dev/null +++ b/meta-arago-distro/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bbappend @@ -0,0 +1 @@ +EXTRA_OEMAKE += "CROSS_COMPILE=${TARGET_PREFIX}" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
