All of lore.kernel.org
 help / color / mirror / Atom feed
* [xenomai-images][PATCH] xenomai: Install debug symbols
@ 2019-09-11 16:11 Q. Gylstorff
  2019-09-12  7:04 ` Jan Kiszka
  0 siblings, 1 reply; 2+ messages in thread
From: Q. Gylstorff @ 2019-09-11 16:11 UTC (permalink / raw)
  To: xenomai

From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

To debug the xenomai runtime add the debug symbols to the demo
image.

Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
---
 recipes-core/images/demo-image.bb   | 2 +-
 recipes-xenomai/xenomai/xenomai.inc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-core/images/demo-image.bb b/recipes-core/images/demo-image.bb
index 2f1f522..d01142b 100644
--- a/recipes-core/images/demo-image.bb
+++ b/recipes-core/images/demo-image.bb
@@ -20,5 +20,5 @@ IMAGE_PREINSTALL += " \
     iw wireless-tools wpasupplicant dbus \
     gdb lsb-release"
 
-IMAGE_INSTALL += "xenomai-runtime"
+IMAGE_INSTALL += "xenomai-runtime xenomai-runtime-dbgsym libxenomai1-dbgsym"
 IMAGE_INSTALL += "customizations expand-on-first-boot"
diff --git a/recipes-xenomai/xenomai/xenomai.inc b/recipes-xenomai/xenomai/xenomai.inc
index aa53e57..bd07347 100644
--- a/recipes-xenomai/xenomai/xenomai.inc
+++ b/recipes-xenomai/xenomai/xenomai.inc
@@ -11,7 +11,7 @@
 
 inherit dpkg
 
-PROVIDES += "xenomai-kernel-source xenomai-runtime"
+PROVIDES += "xenomai-kernel-source xenomai-runtime xenomai-runtime-dbgsym libxenomai1-dbgsym"
 
 # use bitbake get_srcrev to get the current commit id
 COMMIT="${@bb.fetch2.get_srcrev(d).strip('AUTOINC+')}"
-- 
2.20.1



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

* Re: [xenomai-images][PATCH] xenomai: Install debug symbols
  2019-09-11 16:11 [xenomai-images][PATCH] xenomai: Install debug symbols Q. Gylstorff
@ 2019-09-12  7:04 ` Jan Kiszka
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kiszka @ 2019-09-12  7:04 UTC (permalink / raw)
  To: Q. Gylstorff, xenomai

On 11.09.19 18:11, Q. Gylstorff wrote:
> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> 
> To debug the xenomai runtime add the debug symbols to the demo
> image.
> 
> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> ---
>   recipes-core/images/demo-image.bb   | 2 +-
>   recipes-xenomai/xenomai/xenomai.inc | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-core/images/demo-image.bb b/recipes-core/images/demo-image.bb
> index 2f1f522..d01142b 100644
> --- a/recipes-core/images/demo-image.bb
> +++ b/recipes-core/images/demo-image.bb
> @@ -20,5 +20,5 @@ IMAGE_PREINSTALL += " \
>       iw wireless-tools wpasupplicant dbus \
>       gdb lsb-release"
>   
> -IMAGE_INSTALL += "xenomai-runtime"
> +IMAGE_INSTALL += "xenomai-runtime xenomai-runtime-dbgsym libxenomai1-dbgsym"
>   IMAGE_INSTALL += "customizations expand-on-first-boot"
> diff --git a/recipes-xenomai/xenomai/xenomai.inc b/recipes-xenomai/xenomai/xenomai.inc
> index aa53e57..bd07347 100644
> --- a/recipes-xenomai/xenomai/xenomai.inc
> +++ b/recipes-xenomai/xenomai/xenomai.inc
> @@ -11,7 +11,7 @@
>   
>   inherit dpkg
>   
> -PROVIDES += "xenomai-kernel-source xenomai-runtime"
> +PROVIDES += "xenomai-kernel-source xenomai-runtime xenomai-runtime-dbgsym libxenomai1-dbgsym"
>   
>   # use bitbake get_srcrev to get the current commit id
>   COMMIT="${@bb.fetch2.get_srcrev(d).strip('AUTOINC+')}"
> 

Thanks, applied.

Jan

-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux


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

end of thread, other threads:[~2019-09-12  7:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-11 16:11 [xenomai-images][PATCH] xenomai: Install debug symbols Q. Gylstorff
2019-09-12  7:04 ` Jan Kiszka

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.