All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/3] Introduce crash-cross-canadian and update crash version
@ 2023-12-17  7:39 frederic.martinsons
  2023-12-17  7:39 ` [meta-oe][PATCH 1/3] crash: factorize recipe with inc file to prepare cross-canadian version frederic.martinsons
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: frederic.martinsons @ 2023-12-17  7:39 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Frederic Martinsons

From: Frederic Martinsons <frederic.martinsons@gmail.com>

This series brings a cross canadian recipe for crash utility.
This is particularly usefull for using crash in an sdk to analyze
a vmcore file generated on target.

The following changes since commit 0a0ea87b8dda01a2887a525cef78eb6c3f4c2c32:

  pgpool2: use autotools-brokensep instead of setting B (2023-12-12 14:40:59 -0800)

are available in the Git repository at:

  https://gitlab.com/fmartinsons/meta-openembedded master

Frederic Martinsons (3):
  crash: factorize recipe with inc file to prepare cross-canadian
    version
  crash: add cross canadian version
  crash: update to 8.0.4

 .../crash/crash-cross-canadian_8.0.4.bb       | 53 ++++++++++++++
 .../crash/{crash_8.0.2.bb => crash.inc}       | 29 +-------
 ...001-make-src-string-const-in-strlcpy.patch | 69 -------------------
 .../crash/crash/config-site.crash-7.0.9       |  1 -
 meta-oe/recipes-kernel/crash/crash_8.0.4.bb   | 29 ++++++++
 5 files changed, 85 insertions(+), 96 deletions(-)
 create mode 100644 meta-oe/recipes-kernel/crash/crash-cross-canadian_8.0.4.bb
 rename meta-oe/recipes-kernel/crash/{crash_8.0.2.bb => crash.inc} (82%)
 delete mode 100644 meta-oe/recipes-kernel/crash/crash/0001-make-src-string-const-in-strlcpy.patch
 delete mode 100644 meta-oe/recipes-kernel/crash/crash/config-site.crash-7.0.9
 create mode 100644 meta-oe/recipes-kernel/crash/crash_8.0.4.bb

-- 
2.34.1



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

end of thread, other threads:[~2023-12-19  6:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-17  7:39 [meta-oe][PATCH 0/3] Introduce crash-cross-canadian and update crash version frederic.martinsons
2023-12-17  7:39 ` [meta-oe][PATCH 1/3] crash: factorize recipe with inc file to prepare cross-canadian version frederic.martinsons
2023-12-17  7:39 ` [meta-oe][PATCH 2/3] crash: add cross canadian version frederic.martinsons
2023-12-17  7:39 ` [meta-oe][PATCH 3/3] crash: update to 8.0.4 frederic.martinsons
2023-12-19  6:27 ` [meta-oe][PATCH 0/3] Introduce crash-cross-canadian and update crash version Khem Raj

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.