Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Koen Kooi <koen.kooi@linaro.org>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] grub git: workaround debugedit problems for 64 bit targets
Date: Wed, 12 Feb 2014 09:03:43 +0100	[thread overview]
Message-ID: <52FB2ADF.70209@linaro.org> (raw)
In-Reply-To: <1389780926-20901-1-git-send-email-koen.kooi@linaro.org>

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


-- 
Koen Kooi
Builds and Baselines | Release Manager
Linaro.org | Open source software for ARM SoCs


  parent reply	other threads:[~2014-02-12  8:03 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 [this message]
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

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=52FB2ADF.70209@linaro.org \
    --to=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