Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Koen Kooi <koen.kooi@linaro.org>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] grub git: workaround debugedit problems for 64 bit targets
Date: Wed, 12 Feb 2014 08:31:27 +0000	[thread overview]
Message-ID: <1392193887.7120.191.camel@ted> (raw)
In-Reply-To: <52FB2ADF.70209@linaro.org>

On Wed, 2014-02-12 at 09:03 +0100, Koen Kooi wrote:
> On 01/15/2014 11:15 AM, Koen Kooi wrote:
> > 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"
> >
> >
> 
> Since the package.bbclass change went in yesterday: ping

Should we just do this for 64 bit targets or should we be doing it
unconventionally?

Cheers,

Richard




  reply	other threads:[~2014-02-12  8:31 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1392193887.7120.191.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --cc=koen.kooi@linaro.org \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox