image.bbclass: Add export machine as needed by bbimage
authorRichard Purdie <richard@openedhand.com>
Fri, 1 Dec 2006 15:48:24 +0000 (15:48 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 1 Dec 2006 15:48:24 +0000 (15:48 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@992 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/image.bbclass

index 8375d71..b926792 100644 (file)
@@ -57,6 +57,7 @@ fakeroot do_rootfs () {
        ${IMAGE_PREPROCESS_COMMAND}
                
        export TOPDIR=${TOPDIR}
+       export MACHINE=${MACHINE}
 
        for type in ${IMAGE_FSTYPES}; do
                if test -z "$FAKEROOTKEY"; then