summaryrefslogtreecommitdiffstats
path: root/meta-initramfs
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2022-01-15 09:32:14 +0800
committerKhem Raj <raj.khem@gmail.com>2022-01-18 09:01:51 -0800
commitb639c25d9a7f907f15e9b395df735ff0bf4bee19 (patch)
treee242a81c01fecd76b8c603093c5abe90ff2de8d9 /meta-initramfs
parentd49282245ce0ed88fdf3b319588033093f07bd3c (diff)
downloadmeta-openembedded-b639c25d9a7f907f15e9b395df735ff0bf4bee19.tar.gz
dracut: upgrade 051 -> 055
* Rename recipe name from dracut_git to dracut_055 * Refresh 0001-util.h-include-sys-reg.h-when-libc-glibc.patch Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-initramfs')
-rw-r--r--meta-initramfs/recipes-devtools/dracut/dracut/0001-util.h-include-sys-reg.h-when-libc-glibc.patch14
-rw-r--r--meta-initramfs/recipes-devtools/dracut/dracut_055.bb (renamed from meta-initramfs/recipes-devtools/dracut/dracut_git.bb)3
2 files changed, 8 insertions, 9 deletions
diff --git a/meta-initramfs/recipes-devtools/dracut/dracut/0001-util.h-include-sys-reg.h-when-libc-glibc.patch b/meta-initramfs/recipes-devtools/dracut/dracut/0001-util.h-include-sys-reg.h-when-libc-glibc.patch
index 32714038b..aa2ea723b 100644
--- a/meta-initramfs/recipes-devtools/dracut/dracut/0001-util.h-include-sys-reg.h-when-libc-glibc.patch
+++ b/meta-initramfs/recipes-devtools/dracut/dracut/0001-util.h-include-sys-reg.h-when-libc-glibc.patch
@@ -1,4 +1,4 @@
1From 06011ce55b1e892e863568a73d64eebc6389544f Mon Sep 17 00:00:00 2001 1From 9f7740c4c2fda64029c23674e9858ce8bd4367df Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Thu, 13 Jul 2017 17:14:05 -0700 3Date: Thu, 13 Jul 2017 17:14:05 -0700
4Subject: [PATCH] util.h: include <sys/reg.h> when libc != glibc 4Subject: [PATCH] util.h: include <sys/reg.h> when libc != glibc
@@ -11,13 +11,13 @@ https://github.com/voidlinux/void-packages/blob/master/srcpkgs/dracut/patches/mu
11 11
12Signed-off-by: Khem Raj <raj.khem@gmail.com> 12Signed-off-by: Khem Raj <raj.khem@gmail.com>
13--- 13---
14 install/util.h | 3 +++ 14 src/install/util.h | 3 +++
15 1 file changed, 3 insertions(+) 15 1 file changed, 3 insertions(+)
16 16
17diff --git a/install/util.h b/install/util.h 17diff --git a/src/install/util.h b/src/install/util.h
18index 2ad3254d..062626ec 100644 18index a6f9a184..82732913 100644
19--- a/install/util.h 19--- a/src/install/util.h
20+++ b/install/util.h 20+++ b/src/install/util.h
21@@ -36,6 +36,9 @@ 21@@ -36,6 +36,9 @@
22 #include <sys/stat.h> 22 #include <sys/stat.h>
23 #include <dirent.h> 23 #include <dirent.h>
@@ -29,5 +29,5 @@ index 2ad3254d..062626ec 100644
29 #include "macro.h" 29 #include "macro.h"
30 30
31-- 31--
322.13.2 322.17.1
33 33
diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb b/meta-initramfs/recipes-devtools/dracut/dracut_055.bb
index 6f39f2375..91514b840 100644
--- a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
+++ b/meta-initramfs/recipes-devtools/dracut/dracut_055.bb
@@ -6,9 +6,8 @@ LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7 7
8PE = "1" 8PE = "1"
9PV = "051"
10 9
11SRCREV = "e473057ae1de303340dec297c786c4a701cc61bd" 10SRCREV = "86bf2533d77762e823ad7a3e06a574522c1a90e3"
12SRC_URI = "git://git.kernel.org/pub/scm/boot/dracut/dracut.git;protocol=http;branch=master \ 11SRC_URI = "git://git.kernel.org/pub/scm/boot/dracut/dracut.git;protocol=http;branch=master \
13 file://0001-util.h-include-sys-reg.h-when-libc-glibc.patch \ 12 file://0001-util.h-include-sys-reg.h-when-libc-glibc.patch \
14 " 13 "