From: Denys Dmytriyenko <[email protected]> Unfortunately, latest Linaro prebuilt toolchains only support 64 bit host.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- sample-files/{local-arago.conf.sample => local-arago64.conf.sample} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) copy sample-files/{local-arago.conf.sample => local-arago64.conf.sample} (99%) diff --git a/sample-files/local-arago.conf.sample b/sample-files/local-arago64.conf.sample similarity index 99% copy from sample-files/local-arago.conf.sample copy to sample-files/local-arago64.conf.sample index ea37da9..e5113fe 100644 --- a/sample-files/local-arago.conf.sample +++ b/sample-files/local-arago64.conf.sample @@ -79,7 +79,7 @@ PACKAGE_CLASSES ?= "package_ipk" # you can build the SDK packages for architectures other than the machine you are # running the build on (i.e. building i686 packages on an x86_64 host._ # Supported values are i686 and x86_64 -SDKMACHINE ?= "i686" +SDKMACHINE ?= "x86_64" # # Extra image configuration defaults -- 2.2.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
