-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Khem Raj <[email protected]>
- Loading branch information
Showing
5 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
3 changes: 2 additions & 1 deletion
3
recipes-extended/skmm-ep/skmm-ep/add-two-missing-header-files.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
add two missing header files | ||
|
||
Upstream-status: Pending | ||
Upstream-Status: Pending | ||
|
||
Signed-off-by: Khem Raj <[email protected]> | ||
--- | ||
include/linux/fsl_pci_ep_vfio.h | 79 ++++++ | ||
include/linux/vfio.h | 555 ++++++++++++++++++++++++++++++++++++++++ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
mesa-demos: Add extension header to fix build break now that gl1 is removed | ||
|
||
Upstream Status: Pending | ||
Upstream-Status: Pending | ||
|
||
Signed-off-by: Khem Raj <[email protected]> | ||
diff --git a/src/egl/opengles1/clear.c b/src/egl/opengles1/clear.c | ||
index 9fe1b5291e1905fd6fe572063ed707d59ce45a81..ca9954a21b5f475709dbdef07f90b900962fcbc7 100644 | ||
--- a/src/egl/opengles1/clear.c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ From: Shengjiu Wang <[email protected]> | |
Date: Thu, 5 Jun 2014 17:37:47 +0800 | ||
Subject: [PATCH] add conf for multichannel support in imx | ||
|
||
Upstream Status: Inappropriate [platform specific] | ||
Upstream-Status: Inappropriate [platform specific] | ||
|
||
Signed-off-by: Shengjiu Wang <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ From: Viorel Suman <[email protected]> | |
Date: Mon, 9 Mar 2020 14:25:46 +0200 | ||
Subject: [PATCH] add conf for iMX XCVR sound card | ||
|
||
Upstream Status: Pending | ||
Upstream-Status: Pending | ||
|
||
Signed-off-by: Viorel Suman <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ failed at pulsecore/mutex-posix.c:106, function pa_mutex_unlock(). Aborting" | |
This fix is a workaround base on the solution from this link " | ||
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/932096" | ||
|
||
Upstream status: Inappropriate [i.MX specific] | ||
Upstream-Status: Inappropriate [i.MX specific] | ||
Signed-off-by: shengjiu.wang <[email protected]> | ||
--- | ||
src/pulsecore/mutex-posix.c | 1 + | ||
|