summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/imx-loader/imx-loader_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-devtools/imx-loader/imx-loader_git.bb b/recipes-devtools/imx-loader/imx-loader_git.bb
index 64523c8..95fb7f2 100644
--- a/recipes-devtools/imx-loader/imx-loader_git.bb
+++ b/recipes-devtools/imx-loader/imx-loader_git.bb
@@ -6,14 +6,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "libusb1-native"
-SRCREV = "c069602aee11cf4ca23569732c6437f4950c99e0"
-SRC_URI = "git://github.com/toradex/imx_loader.git;protocol=git;branch=uart_loader"
+SRCREV = "09377bd5b8d04d4b20ef70bb0c56cf3de4500746"
+SRC_URI = "git://github.com/toradex/imx_loader.git;protocol=git;branch=master"
S = "${WORKDIR}/git/"
PR = "r1"
#we want mkfs.ubifs binary to run on a 32 bit architecture, on x86-64 this requires the 32 bit compatibility libs
+#FIXME: this does not work, currently we have to compile the 32bit binary on a 32bit machine
#EXTRA_OEMAKE_class-native = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR -m32' 'BUILDDIR=${S}'"
BBCLASSEXTEND = "native"