aboutsummaryrefslogtreecommitdiffstats
path: root/classes/bootimg.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2007-10-29 23:08:22 +0000
committerRichard Purdie <rpurdie@rpsys.net>2007-10-29 23:08:22 +0000
commit113d446f1e5db3da857162e1ee082f04379023f9 (patch)
treed7fc65fe55dc6a4d98df54d43ddda4b844da9c73 /classes/bootimg.bbclass
parent75d44e35ba889eff8e594625050ae911a4eadd9d (diff)
downloadopenembedded-113d446f1e5db3da857162e1ee082f04379023f9.tar.gz
Remove final references to BUILD_SYS in staging paths
Diffstat (limited to 'classes/bootimg.bbclass')
-rw-r--r--classes/bootimg.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/bootimg.bbclass b/classes/bootimg.bbclass
index 2d64ec1fa9..0c96001096 100644
--- a/classes/bootimg.bbclass
+++ b/classes/bootimg.bbclass
@@ -41,7 +41,7 @@ build_boot_bin() {
install -m 0644 ${INITRD} ${HDDDIR}/initrd
fi
- install -m 444 ${STAGING_DIR}/${BUILD_SYS}/share/syslinux/ldlinux.sys \
+ install -m 444 ${STAGING_DATADIR_NATIVE}/syslinux/ldlinux.sys \
${HDDDIR}/ldlinux.sys
# Do a little math, bash style
@@ -75,7 +75,7 @@ build_boot_bin() {
install -m 0644 ${INITRD} ${ISODIR}/initrd
# And install the syslinux stuff
- cp ${STAGING_DIR}/${BUILD_SYS}/share/syslinux/isolinux.bin \
+ cp ${STAGING_DATADIR_NATIVE}/syslinux/isolinux.bin \
${ISODIR}
mkisofs -V ${BOOTIMG_VOLUME_ID} \