summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-01-30 14:45:48 +0000
committerRichard Purdie <richard@openedhand.com>2007-01-30 14:45:48 +0000
commitc09b109c6daacc4c689f9d9ce756d43db80a8e84 (patch)
tree25cecad733ed6493896c7761b6fb61f1dfb18d05
parent44856a298c538382c0bb6fadad5f863625ad07b1 (diff)
downloadopenembedded-core-c09b109c6daacc4c689f9d9ce756d43db80a8e84.tar.gz
openembedded-core-c09b109c6daacc4c689f9d9ce756d43db80a8e84.tar.bz2
openembedded-core-c09b109c6daacc4c689f9d9ce756d43db80a8e84.zip
image.bbclass: Make relative symlinks
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1222 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/classes/image.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index f9e7fca3ae..2d0747e3a2 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -66,8 +66,9 @@ fakeroot do_rootfs () {
bbimage -n "${IMAGE_NAME}" -t "$type" -e "${FILE}"
fi
+ cd ${DEPLOY_DIR_IMAGE}/
rm -f ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.*
- ln -s ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.$type ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.$type
+ ln -s ${IMAGE_NAME}.rootfs.$type ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.$type
done
${IMAGE_POSTPROCESS_COMMAND}
lu2-linux.adm@bkbits.net1 into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/01/17 21:30:51-06:00 kergoth.com!kergoth Add the quilt-native autoreconf patch that I apparently missed in my earlier commit, and adjust the PATCHCMD in quilt-native and patcher-native to properly fail on patch application failure. BKrev: 41ec9328QpfEWBxLn3lgqOBVACLMjw 2005-01-18Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1 into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/01/17 19:52:39-06:00 ti.com!kergoth Kill off the dyn-ldconfig patch for uclibc cvs, as the patch was accepted upstream. 2005/01/17 19:48:04-06:00 ti.com!kergoth Update the patcher-native build to set PATCHCMD, in case we want to actually apply patches to it at some point. 2005/01/17 19:45:23-06:00 ti.com!kergoth Add quilt-native and use quilt instead of patcher by default. BKrev: 41ec6be8oJA-Iu3VSh3tCDGFhr_Xkw 2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson2 into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA