mbox

[meta-oe,0/3] Introduce crash-cross-canadian and update crash version

Message ID cover.1702798681.git.frederic.martinsons@gmail.com
State Accepted
Headers show

Pull-request

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

Message

Frédéric Martinsons Dec. 17, 2023, 7:39 a.m. UTC
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

Comments

Khem Raj Dec. 19, 2023, 6:27 a.m. UTC | #1
On Sun, 17 Dec 2023 08:39:27 +0100, frederic.martinsons@gmail.com wrote:
> 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:
> 
> [...]

Applied, thanks!

[1/3] crash: factorize recipe with inc file to prepare cross-canadian version
      commit: 058f22ac2747693a32ea2a14edaa11471d67fd0a
[2/3] crash: add cross canadian version
      commit: 1f9ad22b28c24a289636b1eb049c491e4529337d
[3/3] crash: update to 8.0.4
      commit: a4031df72d4b2dfc87d270221c339a50c7fc0d6e

Best regards,