All of lore.kernel.org
 help / color / mirror / Atom feed
* Developer-Image
@ 2014-07-10 20:14 Jens Rehsack
  2014-07-10 20:52 ` Developer-Image Trevor Woerner
  0 siblings, 1 reply; 6+ messages in thread
From: Jens Rehsack @ 2014-07-10 20:14 UTC (permalink / raw)
  To: meta-freescale

Hi,

is there an easy way to build an image which contains debug symbols and header files?

Thanks in advance.

Cheers
-- 
Jens Rehsack
rehsack@gmail.com







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

* Re: Developer-Image
  2014-07-10 20:14 Developer-Image Jens Rehsack
@ 2014-07-10 20:52 ` Trevor Woerner
  2014-07-13  8:18     ` Developer-Image Jens Rehsack
  0 siblings, 1 reply; 6+ messages in thread
From: Trevor Woerner @ 2014-07-10 20:52 UTC (permalink / raw)
  To: Jens Rehsack, meta-freescale

On 07/10/14 16:14, Jens Rehsack wrote:
> is there an easy way to build an image which contains debug symbols

add "dbg-pkgs" to EXTRA_IMAGE_FEATURES in conf/local.conf

> and header files?

add "dev-pkgs" to EXTRA_IMAGE_FEATURES in conf/local.conf

Since these questions aren't really FSL-specific you might find you get
a better response time (and maybe even better responses!) on the generic
yocto mailing list :-)


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

* Re: [meta-freescale] Developer-Image
  2014-07-10 20:52 ` Developer-Image Trevor Woerner
@ 2014-07-13  8:18     ` Jens Rehsack
  0 siblings, 0 replies; 6+ messages in thread
From: Jens Rehsack @ 2014-07-13  8:18 UTC (permalink / raw)
  To: yocto; +Cc: meta-freescale


Am 10.07.2014 um 22:52 schrieb Trevor Woerner <trevor.woerner@linaro.org>:

> 
> Since these questions aren't really FSL-specific you might find you get
> a better response time (and maybe even better responses!) on the generic
> yocto mailing list :-)

Let's try that :)

> On 07/10/14 16:14, Jens Rehsack wrote:
>> is there an easy way to build an image which contains debug symbols
> 
> add "dbg-pkgs" to EXTRA_IMAGE_FEATURES in conf/local.conf
> 
>> and header files?
> 
> add "dev-pkgs" to EXTRA_IMAGE_FEATURES in conf/local.conf

Added both as described in http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html (having a patterns speeds up search ^^) to https://github.com/rehsack/meta-jens/blob/master/recipes-graphics/images/xbmcdev-image.bb (also conf/local.conf, but seems I forgot to push),
but still no debug symbols neither header files.

I found another place (SDKIMAGE_FEATURES) to add, but don't know how to deal with that. What does the sdk-info.txt means?

I lurk for xbmc debug symbols because it crashes very often and I want to get a smell of the root-cause. I don't expect a general xbmc issue, because it would sound different in community than ;)

Additionally, for an internal add-on we're needing libxml2 header files, which are missing either.

Thanks in advance for additional hints.

Cheers
-- 
Jens Rehsack
rehsack@gmail.com







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

* Re: Developer-Image
@ 2014-07-13  8:18     ` Jens Rehsack
  0 siblings, 0 replies; 6+ messages in thread
From: Jens Rehsack @ 2014-07-13  8:18 UTC (permalink / raw)
  To: yocto; +Cc: meta-freescale


Am 10.07.2014 um 22:52 schrieb Trevor Woerner <trevor.woerner@linaro.org>:

> 
> Since these questions aren't really FSL-specific you might find you get
> a better response time (and maybe even better responses!) on the generic
> yocto mailing list :-)

Let's try that :)

> On 07/10/14 16:14, Jens Rehsack wrote:
>> is there an easy way to build an image which contains debug symbols
> 
> add "dbg-pkgs" to EXTRA_IMAGE_FEATURES in conf/local.conf
> 
>> and header files?
> 
> add "dev-pkgs" to EXTRA_IMAGE_FEATURES in conf/local.conf

Added both as described in http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html (having a patterns speeds up search ^^) to https://github.com/rehsack/meta-jens/blob/master/recipes-graphics/images/xbmcdev-image.bb (also conf/local.conf, but seems I forgot to push),
but still no debug symbols neither header files.

I found another place (SDKIMAGE_FEATURES) to add, but don't know how to deal with that. What does the sdk-info.txt means?

I lurk for xbmc debug symbols because it crashes very often and I want to get a smell of the root-cause. I don't expect a general xbmc issue, because it would sound different in community than ;)

Additionally, for an internal add-on we're needing libxml2 header files, which are missing either.

Thanks in advance for additional hints.

Cheers
-- 
Jens Rehsack
rehsack@gmail.com







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

* Re: [meta-freescale] Developer-Image
  2014-07-13  8:18     ` Developer-Image Jens Rehsack
@ 2014-07-14 12:48       ` Jens Rehsack
  -1 siblings, 0 replies; 6+ messages in thread
From: Jens Rehsack @ 2014-07-14 12:48 UTC (permalink / raw)
  To: yocto; +Cc: meta-freescale


Am 13.07.2014 um 10:18 schrieb Jens Rehsack <rehsack@gmail.com>:

> 
> Am 10.07.2014 um 22:52 schrieb Trevor Woerner <trevor.woerner@linaro.org>:
> 
>> 
>> Since these questions aren't really FSL-specific you might find you get
>> a better response time (and maybe even better responses!) on the generic
>> yocto mailing list :-)
> 
> Let's try that :)

Response time was worse :)

>> On 07/10/14 16:14, Jens Rehsack wrote:
>>> is there an easy way to build an image which contains debug symbols
>> 
>> add "dbg-pkgs" to EXTRA_IMAGE_FEATURES in conf/local.conf
>> 
>>> and header files?
>> 
>> add "dev-pkgs" to EXTRA_IMAGE_FEATURES in conf/local.conf
> 
> Added both as described in http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html (having a patterns speeds up search ^^) to https://github.com/rehsack/meta-jens/blob/master/recipes-graphics/images/xbmcdev-image.bb (also conf/local.conf, but seems I forgot to push),
> but still no debug symbols neither header files.
> 
> I found another place (SDKIMAGE_FEATURES) to add, but don't know how to deal with that. What does the sdk-info.txt means?
> 
> I lurk for xbmc debug symbols because it crashes very often and I want to get a smell of the root-cause. I don't expect a general xbmc issue, because it would sound different in community than ;)
> 
> Additionally, for an internal add-on we're needing libxml2 header files, which are missing either.
> 
> Thanks in advance for additional hints.

Ms. Google pointed several old issues together with PACKAGE_CLASS="package_rpm" and arch's with -&_ - package_ipk seems to solve it.

Cheers
-- 
Jens Rehsack
rehsack@gmail.com







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

* Re: Developer-Image
@ 2014-07-14 12:48       ` Jens Rehsack
  0 siblings, 0 replies; 6+ messages in thread
From: Jens Rehsack @ 2014-07-14 12:48 UTC (permalink / raw)
  To: yocto; +Cc: meta-freescale


Am 13.07.2014 um 10:18 schrieb Jens Rehsack <rehsack@gmail.com>:

> 
> Am 10.07.2014 um 22:52 schrieb Trevor Woerner <trevor.woerner@linaro.org>:
> 
>> 
>> Since these questions aren't really FSL-specific you might find you get
>> a better response time (and maybe even better responses!) on the generic
>> yocto mailing list :-)
> 
> Let's try that :)

Response time was worse :)

>> On 07/10/14 16:14, Jens Rehsack wrote:
>>> is there an easy way to build an image which contains debug symbols
>> 
>> add "dbg-pkgs" to EXTRA_IMAGE_FEATURES in conf/local.conf
>> 
>>> and header files?
>> 
>> add "dev-pkgs" to EXTRA_IMAGE_FEATURES in conf/local.conf
> 
> Added both as described in http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html (having a patterns speeds up search ^^) to https://github.com/rehsack/meta-jens/blob/master/recipes-graphics/images/xbmcdev-image.bb (also conf/local.conf, but seems I forgot to push),
> but still no debug symbols neither header files.
> 
> I found another place (SDKIMAGE_FEATURES) to add, but don't know how to deal with that. What does the sdk-info.txt means?
> 
> I lurk for xbmc debug symbols because it crashes very often and I want to get a smell of the root-cause. I don't expect a general xbmc issue, because it would sound different in community than ;)
> 
> Additionally, for an internal add-on we're needing libxml2 header files, which are missing either.
> 
> Thanks in advance for additional hints.

Ms. Google pointed several old issues together with PACKAGE_CLASS="package_rpm" and arch's with -&_ - package_ipk seems to solve it.

Cheers
-- 
Jens Rehsack
rehsack@gmail.com







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

end of thread, other threads:[~2014-07-14 12:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-10 20:14 Developer-Image Jens Rehsack
2014-07-10 20:52 ` Developer-Image Trevor Woerner
2014-07-13  8:18   ` [meta-freescale] Developer-Image Jens Rehsack
2014-07-13  8:18     ` Developer-Image Jens Rehsack
2014-07-14 12:48     ` [meta-freescale] Developer-Image Jens Rehsack
2014-07-14 12:48       ` Developer-Image Jens Rehsack

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.