diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-12 11:10:08 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-12 11:10:08 +0000 |
commit | b17670211a86799c101394dcaa7f1ed88758ddde (patch) | |
tree | 3fc555d85a85d4ad9e658a52316bab98aacf5f0a /meta/classes/bootimg.bbclass | |
parent | 0e09147de182aeb96cff9ff59211b3d907ba83f7 (diff) | |
download | poky-b17670211a86799c101394dcaa7f1ed88758ddde.tar.gz |
Remove hardcoded staging layout assumptions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3117 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/bootimg.bbclass')
-rw-r--r-- | meta/classes/bootimg.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index 2d64ec1fa9..0c96001096 100644 --- a/meta/classes/bootimg.bbclass +++ b/meta/classes/bootimg.bbclass | |||
@@ -41,7 +41,7 @@ build_boot_bin() { | |||
41 | install -m 0644 ${INITRD} ${HDDDIR}/initrd | 41 | install -m 0644 ${INITRD} ${HDDDIR}/initrd |
42 | fi | 42 | fi |
43 | 43 | ||
44 | install -m 444 ${STAGING_DIR}/${BUILD_SYS}/share/syslinux/ldlinux.sys \ | 44 | install -m 444 ${STAGING_DATADIR_NATIVE}/syslinux/ldlinux.sys \ |
45 | ${HDDDIR}/ldlinux.sys | 45 | ${HDDDIR}/ldlinux.sys |
46 | 46 | ||
47 | # Do a little math, bash style | 47 | # Do a little math, bash style |
@@ -75,7 +75,7 @@ build_boot_bin() { | |||
75 | install -m 0644 ${INITRD} ${ISODIR}/initrd | 75 | install -m 0644 ${INITRD} ${ISODIR}/initrd |
76 | 76 | ||
77 | # And install the syslinux stuff | 77 | # And install the syslinux stuff |
78 | cp ${STAGING_DIR}/${BUILD_SYS}/share/syslinux/isolinux.bin \ | 78 | cp ${STAGING_DATADIR_NATIVE}/syslinux/isolinux.bin \ |
79 | ${ISODIR} | 79 | ${ISODIR} |
80 | 80 | ||
81 | mkisofs -V ${BOOTIMG_VOLUME_ID} \ | 81 | mkisofs -V ${BOOTIMG_VOLUME_ID} \ |