diff options
author | Ross Burton <ross.burton@intel.com> | 2019-08-05 11:59:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-06 11:24:27 +0100 |
commit | 4ca18eb6c83a2a1307a273c67f2eec081a24cd75 (patch) | |
tree | 19497c25d59a3f41ccb2ef501e6b9ebfdd1d994c /meta/recipes-devtools/qemu | |
parent | 46865ff106bd0140afc39c8ac1d5053e6fb87218 (diff) | |
download | poky-4ca18eb6c83a2a1307a273c67f2eec081a24cd75.tar.gz |
qemu: fix patch Upstream-Status
(From OE-Core rev: ee31907d25bc89dcb6566368aae651920564980c)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch b/meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch index f7939b84bf..7cac8ef3d1 100644 --- a/meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch +++ b/meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch | |||
@@ -31,7 +31,7 @@ Message-Id: <20190718130641.15294-1-laurent@vivier.eu> | |||
31 | Signed-off-by: Laurent Vivier <laurent@vivier.eu> | 31 | Signed-off-by: Laurent Vivier <laurent@vivier.eu> |
32 | Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> | 32 | Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> |
33 | --- | 33 | --- |
34 | Uptream-status: Backport (upstream commit: 6d5d5dde9adb5acb32e6b8e3dfbf47fff0f308d2) | 34 | Upstream-Status: Backport [upstream commit: 6d5d5dde9adb5acb32e6b8e3dfbf47fff0f308d2] |
35 | 35 | ||
36 | linux-user/ioctls.h | 21 +++++- | 36 | linux-user/ioctls.h | 21 +++++- |
37 | linux-user/syscall.c | 140 +++++++++++++++++++++++++++++-------- | 37 | linux-user/syscall.c | 140 +++++++++++++++++++++++++++++-------- |