]> code.ossystems Code Review - openembedded-core.git/commitdiff
image-mklibs: add microblaze arch support
authorAdrian Alonso <aalonso@secretlab.ca>
Thu, 5 May 2011 16:45:14 +0000 (11:45 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 May 2011 08:51:41 +0000 (09:51 +0100)
* In function mklibs_optimize_image_doit
* Add microblaze arch case for setting the dynamic_loader
  used by "mklibs" call

Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
meta/classes/image-mklibs.bbclass

index 0e72b018c0fb56d768018287fd6ff8d3462c44cc..9f5a4eab17b12801484e88c7d32e5586a1b2b3e8 100644 (file)
@@ -16,7 +16,7 @@ mklibs_optimize_image_doit() {
                > ${WORKDIR}/mklibs/executables.list
 
        case ${TARGET_ARCH} in
-               powerpc | mips )
+               powerpc | mips | microblaze )
                        dynamic_loader="/lib/ld.so.1"
                        ;;
                x86_64)