* [PATCH 0/2] boot-directdisk fixes for bernard
@ 2011-05-05 5:55 Tom Zanussi
2011-05-05 5:55 ` [PATCH 1/2] core-image-directdisk: add LIC_FILES_CHECKSUM Tom Zanussi
2011-05-05 5:55 ` [PATCH 2/2] boot-directdisk: fix bzImage source location Tom Zanussi
0 siblings, 2 replies; 3+ messages in thread
From: Tom Zanussi @ 2011-05-05 5:55 UTC (permalink / raw)
To: poky
From: Tom Zanussi <tom.zanussi@intel.com>
Please pull into poky/bernard.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: tzanussi/bug-876-bernard
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=tzanussi/bug-876-bernard
Thanks,
Tom Zanussi <tom.zanussi@intel.com>
---
Tom Zanussi (2):
core-image-directdisk: add LIC_FILES_CHECKSUM
boot-directdisk: fix bzImage source location
meta/classes/boot-directdisk.bbclass | 2 +-
meta/recipes-core/images/poky-image-directdisk.inc | 3 +++
2 files changed, 4 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] core-image-directdisk: add LIC_FILES_CHECKSUM
2011-05-05 5:55 [PATCH 0/2] boot-directdisk fixes for bernard Tom Zanussi
@ 2011-05-05 5:55 ` Tom Zanussi
2011-05-05 5:55 ` [PATCH 2/2] boot-directdisk: fix bzImage source location Tom Zanussi
1 sibling, 0 replies; 3+ messages in thread
From: Tom Zanussi @ 2011-05-05 5:55 UTC (permalink / raw)
To: poky
From: Tom Zanussi <tom.zanussi@intel.com>
Fix for build failure.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
meta/recipes-core/images/poky-image-directdisk.inc | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-core/images/poky-image-directdisk.inc b/meta/recipes-core/images/poky-image-directdisk.inc
index 64144b9..42e5e14 100644
--- a/meta/recipes-core/images/poky-image-directdisk.inc
+++ b/meta/recipes-core/images/poky-image-directdisk.inc
@@ -1,5 +1,8 @@
inherit boot-directdisk
+LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
+ file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
do_bootdirectdisk_prepend () {
import bb
fstypes = bb.data.getVar('IMAGE_FSTYPES', d, True)
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] boot-directdisk: fix bzImage source location
2011-05-05 5:55 [PATCH 0/2] boot-directdisk fixes for bernard Tom Zanussi
2011-05-05 5:55 ` [PATCH 1/2] core-image-directdisk: add LIC_FILES_CHECKSUM Tom Zanussi
@ 2011-05-05 5:55 ` Tom Zanussi
1 sibling, 0 replies; 3+ messages in thread
From: Tom Zanussi @ 2011-05-05 5:55 UTC (permalink / raw)
To: poky
From: Tom Zanussi <tom.zanussi@intel.com>
Fixes yocto [BUGID #876]
boot-directdisk.class looks in the wrong location for the bzImage to
install. Make it look in the right place.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
meta/classes/boot-directdisk.bbclass | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/classes/boot-directdisk.bbclass b/meta/classes/boot-directdisk.bbclass
index d87dc22..8879ba8 100644
--- a/meta/classes/boot-directdisk.bbclass
+++ b/meta/classes/boot-directdisk.bbclass
@@ -49,7 +49,7 @@ build_boot_dd() {
IMAGE=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.hdddirect
install -d ${HDDDIR}
- install -m 0644 ${STAGING_DIR}/${MACHINE}${HOST_VENDOR}-${HOST_OS}/kernel/bzImage ${HDDDIR}/vmlinuz
+ install -m 0644 ${STAGING_DIR_HOST}/kernel/bzImage ${HDDDIR}/vmlinuz
install -m 444 ${STAGING_LIBDIR}/syslinux/ldlinux.sys ${HDDDIR}/ldlinux.sys
BLOCKS=`du -bks ${HDDDIR} | cut -f 1`
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-05-05 5:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-05 5:55 [PATCH 0/2] boot-directdisk fixes for bernard Tom Zanussi
2011-05-05 5:55 ` [PATCH 1/2] core-image-directdisk: add LIC_FILES_CHECKSUM Tom Zanussi
2011-05-05 5:55 ` [PATCH 2/2] boot-directdisk: fix bzImage source location Tom Zanussi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.