Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] grub git: workaround debugedit problems for 64 bit targets
@ 2014-01-15 10:15 Koen Kooi
  2014-01-15 11:22 ` Otavio Salvador
  2014-02-12  8:03 ` Koen Kooi
  0 siblings, 2 replies; 13+ messages in thread
From: Koen Kooi @ 2014-01-15 10:15 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

I've limited it to 64bit targets, but to be honest debug splitting doesn't make sense for grub since it won't run in your rootfs and attaching gdb is pretty much impossible.

Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
---
 meta/recipes-bsp/grub/grub_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb
index 1796e7f..bc79cfa 100644
--- a/meta/recipes-bsp/grub/grub_git.bb
+++ b/meta/recipes-bsp/grub/grub_git.bb
@@ -51,8 +51,13 @@ do_configure_prepend() {
 do_install_append () {
     install -d ${D}${sysconfdir}/grub.d
     install -m 0755 ${WORKDIR}/40_custom ${D}${sysconfdir}/grub.d/40_custom
+ 
 }
 
+# debugedit chokes on 64 bit platforms
+INHIBIT_PACKAGE_DEBUG_SPLIT_aarch64 = "1"
+INHIBIT_PACKAGE_DEBUG_SPLIT_x86-64 = "1"
+
 RDEPENDS_${PN} = "diffutils freetype"
 FILES_${PN}-dbg += "${libdir}/${BPN}/*/.debug"
 
-- 
1.8.4.2



^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-04-12  8:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 10:15 [PATCH] grub git: workaround debugedit problems for 64 bit targets Koen Kooi
2014-01-15 11:22 ` Otavio Salvador
2014-01-16  9:27   ` Koen Kooi
2014-01-16 10:38     ` Otavio Salvador
2014-01-16 10:46       ` Koen Kooi
2014-01-16 10:47         ` Otavio Salvador
2014-01-21  9:40           ` Koen Kooi
2014-02-12  8:03 ` Koen Kooi
2014-02-12  8:31   ` Richard Purdie
2014-02-15 10:27     ` Koen Kooi
2014-03-13  9:08       ` Koen Kooi
2014-04-08 12:46         ` Koen Kooi
2014-04-12  8:59           ` Koen Kooi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox