From 78ad338687dce080075e3b1cd39abca1097849cb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 26 Oct 2010 13:17:04 -0700 Subject: [PATCH] loader_0.04.bb: Its a mips 32-bit application build it for mips 32bit platforms only. Signed-off-by: Khem Raj --- recipes/wrt/loader_0.04.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/wrt/loader_0.04.bb b/recipes/wrt/loader_0.04.bb index 55b7e4ed7f..35694430ad 100644 --- a/recipes/wrt/loader_0.04.bb +++ b/recipes/wrt/loader_0.04.bb @@ -1,6 +1,8 @@ SRC_URI = "http://wl500g.dyndns.org/loader/loader-${PV}.tar.gz \ file://toolchain.patch" +COMPATIBLE_HOST = '(mips|mipsel.*)' + S = "${WORKDIR}/${P}" do_compile() { -- 2.39.5