Skip to content

Commit fa62e7d

Browse files
committed
[EGL] Signal through the SDK that EGL is available through the SDK.
1 parent 103f69f commit fa62e7d

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

package/xione-sdk/Config.in

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
config BR2_PACKAGE_XIONE_SDK
22
bool "xione-sdk"
33
depends on BR2_arm
4+
select BR2_PACKAGE_HAS_SDK
5+
select BR2_PACKAGE_HAS_LIBEGL
6+
select BR2_PACKAGE_HAS_LIBGLES
7+
select BR2_PACKAGE_HAS_PLAYREADY
8+
select BR2_PACKAGE_HAS_WIDEVINE
49
help
510
Pre-compiled binaries for a platform
11+
12+
if BR2_PACKAGE_XIONE_SDK
13+
14+
config BR2_PACKAGE_PROVIDES_LIBEGL
15+
default "xione-sdk"
16+
17+
config BR2_PACKAGE_PROVIDES_LIBGLES
18+
default "xione-sdk"
19+
20+
config BR2_PACKAGE_SDK_INSTALL
21+
string
22+
default "xione-sdk"
23+
24+
endif

package/xione-sdk/xione-sdk.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ endef
1616

1717
define XIONE_SDK_INSTALL_TARGET_CMDS
1818
cp -pf $(@D)/mali/lib/*.so $(STAGING_DIR)/usr/lib/
19+
cp -pf $(@D)/mali/lib/*.so $(STAGING_DIR)/usr/lib/
20+
cp -pf $(@D)/verity/* board/xione
21+
cp -pf $(@D)/image/* board/xione
1922
endef
2023

2124
define QORVO_BUILD_MODULE

0 commit comments

Comments
 (0)