mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
irqbalance: refresh patches to fix QA warning
The patches are refreshed with devtool command: devtool modify irqbalance devtool finish --force-patch-refresh irqbalance meta-virtualization Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
ab3965109b
commit
dcaa0ca68f
|
@ -1,14 +1,23 @@
|
|||
irqbalance: add basic init script
|
||||
From 80c45eecc193c6c13430ddeb40b9b0fd1841ceee Mon Sep 17 00:00:00 2001
|
||||
From: Mark Asselstine <mark.asselstine@windriver.com>
|
||||
Date: Thu, 14 Mar 2013 23:31:38 -0700
|
||||
Subject: [PATCH] irqbalance: add basic init script
|
||||
|
||||
The upstream irqbalance release package does not contain an
|
||||
init script so we create a basic one here.
|
||||
|
||||
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
|
||||
|
||||
---
|
||||
Index: irqbalance-0.56/irqbalance.init
|
||||
===================================================================
|
||||
irqbalance.init | 35 +++++++++++++++++++++++++++++++++++
|
||||
1 file changed, 35 insertions(+)
|
||||
create mode 100644 irqbalance.init
|
||||
|
||||
diff --git a/irqbalance.init b/irqbalance.init
|
||||
new file mode 100644
|
||||
index 0000000..d12d62c
|
||||
--- /dev/null
|
||||
+++ irqbalance-0.56/irqbalance.init
|
||||
+++ b/irqbalance.init
|
||||
@@ -0,0 +1,35 @@
|
||||
+#!/bin/sh
|
||||
+#
|
||||
|
|
|
@ -1,17 +1,22 @@
|
|||
From 20a1b2ff2e6d80924824983c363c80f66e05c0d0 Mon Sep 17 00:00:00 2001
|
||||
From: Ming Liu <ming.liu@windriver.com>
|
||||
Date: Sun, 6 Sep 2015 14:43:24 +0800
|
||||
Subject: [PATCH] grasp withval for libcap-ng
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Ming Liu <ming.liu@windriver.com>
|
||||
|
||||
---
|
||||
configure.ac | 5 ++++-
|
||||
1 file changed, 4 insertions(+), 1 deletion(-)
|
||||
|
||||
diff -urpN a/configure.ac b/configure.ac
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 38a1bee..95f1488 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -61,7 +61,10 @@ AS_IF(
|
||||
AM_CONDITIONAL([LOCAL_GLIB], [test "x$local_glib2" = "xyes"])
|
||||
@@ -62,7 +62,10 @@ AS_IF(
|
||||
])
|
||||
|
||||
AC_ARG_WITH([libcap-ng],
|
||||
- AS_HELP_STRING([libcap-ng], [Add libcap-ng-support @<:@default=auto@:>@]))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
From dc7366896dd5a5bae82be4b11530bc9fdb7cbcdd Mon Sep 17 00:00:00 2001
|
||||
From 9a16da2628cc4fddf37fe0368b4f6424270f0b2d Mon Sep 17 00:00:00 2001
|
||||
From: Yang Shi <yang.shi@windriver.com>
|
||||
Date: Mon, 26 Aug 2013 10:58:02 -0700
|
||||
Subject: [PATCH] irqbalance: Add status and reload commands
|
||||
|
@ -6,9 +6,10 @@ Subject: [PATCH] irqbalance: Add status and reload commands
|
|||
Add status and reload commands for irqbalanced init script
|
||||
|
||||
Signed-off-by: Yang Shi <yang.shi@windriver.com>
|
||||
|
||||
---
|
||||
irqbalance.init | 12 +++++++++---
|
||||
1 files changed, 9 insertions(+), 3 deletions(-)
|
||||
1 file changed, 9 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/irqbalance.init b/irqbalance.init
|
||||
index d12d62c..f58bf55 100644
|
||||
|
@ -50,6 +51,3 @@ index d12d62c..f58bf55 100644
|
|||
exit 1
|
||||
;;
|
||||
esac
|
||||
--
|
||||
1.7.5.4
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user