Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] kernel-devsrc: avoid splitting debug info
@ 2015-03-03 13:31 Jonathan Liu
  2015-03-04 16:49 ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Liu @ 2015-03-03 13:31 UTC (permalink / raw)
  To: openembedded-core

This fixes "QA Issue: non debug package contains .debug directory"
for some kernels.

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 meta/recipes-kernel/linux/kernel-devsrc.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb
index e36de1b..c3cad05 100644
--- a/meta/recipes-kernel/linux/kernel-devsrc.bb
+++ b/meta/recipes-kernel/linux/kernel-devsrc.bb
@@ -72,3 +72,4 @@ do_install[lockfiles] = "${TMPDIR}/kernel-scripts.lock"
 PACKAGES = "kernel-devsrc"
 FILES_${PN} = "${KERNEL_SRC_PATH}"
 RDEPENDS_${PN} = "bc"
+INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
-- 
2.3.1



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

* Re: [PATCH] kernel-devsrc: avoid splitting debug info
  2015-03-03 13:31 [PATCH] kernel-devsrc: avoid splitting debug info Jonathan Liu
@ 2015-03-04 16:49 ` Richard Purdie
  2015-03-04 19:56   ` Jonathan Liu
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2015-03-04 16:49 UTC (permalink / raw)
  To: Jonathan Liu; +Cc: openembedded-core

On Wed, 2015-03-04 at 00:31 +1100, Jonathan Liu wrote:
> This fixes "QA Issue: non debug package contains .debug directory"
> for some kernels.
> 
> Signed-off-by: Jonathan Liu <net147@gmail.com>
> ---
>  meta/recipes-kernel/linux/kernel-devsrc.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb
> index e36de1b..c3cad05 100644
> --- a/meta/recipes-kernel/linux/kernel-devsrc.bb
> +++ b/meta/recipes-kernel/linux/kernel-devsrc.bb
> @@ -72,3 +72,4 @@ do_install[lockfiles] = "${TMPDIR}/kernel-scripts.lock"
>  PACKAGES = "kernel-devsrc"
>  FILES_${PN} = "${KERNEL_SRC_PATH}"
>  RDEPENDS_${PN} = "bc"
> +INHIBIT_PACKAGE_DEBUG_SPLIT = "1"

Why would your kernel source directory contain built binaries? I guess
I'd like to understand more about what "some kernels" are doing
differently.

Cheers,

Richard



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

* Re: [PATCH] kernel-devsrc: avoid splitting debug info
  2015-03-04 16:49 ` Richard Purdie
@ 2015-03-04 19:56   ` Jonathan Liu
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Liu @ 2015-03-04 19:56 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core

Hi Richard,

On 5/03/2015 3:49 AM, Richard Purdie wrote:
> On Wed, 2015-03-04 at 00:31 +1100, Jonathan Liu wrote:
>> This fixes "QA Issue: non debug package contains .debug directory"
>> for some kernels.
>>
>> Signed-off-by: Jonathan Liu <net147@gmail.com>
>> ---
>>   meta/recipes-kernel/linux/kernel-devsrc.bb | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb
>> index e36de1b..c3cad05 100644
>> --- a/meta/recipes-kernel/linux/kernel-devsrc.bb
>> +++ b/meta/recipes-kernel/linux/kernel-devsrc.bb
>> @@ -72,3 +72,4 @@ do_install[lockfiles] = "${TMPDIR}/kernel-scripts.lock"
>>   PACKAGES = "kernel-devsrc"
>>   FILES_${PN} = "${KERNEL_SRC_PATH}"
>>   RDEPENDS_${PN} = "bc"
>> +INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
> Why would your kernel source directory contain built binaries? I guess
> I'd like to understand more about what "some kernels" are doing
> differently.
>
> Cheers,
>
> Richard
>
The sources don't contain built binaries. It looks like there is an 
issue somewhere in the kernel sources that needs fixing.
Please disregard this patch for now.

Regards,
Jonathan


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

end of thread, other threads:[~2015-03-04 19:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-03 13:31 [PATCH] kernel-devsrc: avoid splitting debug info Jonathan Liu
2015-03-04 16:49 ` Richard Purdie
2015-03-04 19:56   ` Jonathan Liu

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