File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 11config 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
Original file line number Diff line number Diff line change 1616
1717define 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
1922endef
2023
2124define QORVO_BUILD_MODULE
You can’t perform that action at this time.
0 commit comments