Patch sdk change
This commit is contained in:
parent
044d1486e4
commit
4bed0676ca
|
@ -18,7 +18,8 @@ INHERIT += "buildhistory"
|
|||
BUILDHISTORY_COMMIT = "1"
|
||||
INCOMPATIBLE_LICENSE ?= "GPL-3.0 LGPL-3.0 AGPL-3.0"
|
||||
QEMU_TARGETS = "arm aarch64 i386 x86_64"
|
||||
BB_NO_NETWORK = "${@int(os.path.isdir('${DL_DIR}/.git') == True)}"
|
||||
# BB_NO_NETWORK = "${@int(os.path.isdir('${DL_DIR}/.git') == True)}"
|
||||
BB_NO_NETWORK = "0"
|
||||
LICENSE_FLAGS_WHITELIST = "commercial"
|
||||
LICENSE_FLAGS_FFMPEG="yes"
|
||||
LICENSE_FLAGS_GMRENDER="yes"
|
||||
|
|
|
@ -18,6 +18,7 @@ INHERIT += "buildhistory"
|
|||
BUILDHISTORY_COMMIT = "1"
|
||||
INCOMPATIBLE_LICENSE ?= "GPL-3.0 LGPL-3.0 AGPL-3.0"
|
||||
QEMU_TARGETS = "arm aarch64 i386 x86_64"
|
||||
BB_NO_NETWORK = "${@int(os.path.isdir('${DL_DIR}/.git') == True)}"
|
||||
#BB_NO_NETWORK = "${@int(os.path.isdir('${DL_DIR}/.git') == True)}"
|
||||
BB_NO_NETWORK = "0"
|
||||
LICENSE_FLAGS_WHITELIST = "commercial"
|
||||
LICENSE_FLAGS_FFMPEG="yes"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
DESCRIPTION = "config-app"
|
||||
LICENSE = "MediaTekProprietary"
|
||||
DEPENDS+="bluetooth openssl libev json-c alsa-lib"
|
||||
DEPENDS+="curl bluetooth openssl libev json-c alsa-lib"
|
||||
APPS_SRC = "${TOPDIR}/../src/apps/aud-base/config_app"
|
||||
|
||||
inherit workonsrc systemd
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#Basic Configuration
|
||||
DESCRIPTION = "Customization."
|
||||
TOOLCHAIN = "gcc"
|
||||
SECTION = "base"
|
||||
LICENSE = "MediaTekProprietary"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e1696b147d49d491bcb4da1a57173fff"
|
||||
|
|
|
@ -31,8 +31,7 @@ IMAGE_INSTALL_append = " \
|
|||
curl \
|
||||
prog \
|
||||
ntpdate \
|
||||
appmainprog \
|
||||
config-app \
|
||||
appmainprog \
|
||||
mic-asp \
|
||||
ppc \
|
||||
ppccli \
|
||||
|
@ -43,8 +42,6 @@ IMAGE_INSTALL_append = " \
|
|||
android-tools-adbd \
|
||||
mtd-utils-ubifs \
|
||||
custom \
|
||||
nvram \
|
||||
libnvramcustom \
|
||||
upgrade_app \
|
||||
buildinfo \
|
||||
tzapp \
|
||||
|
|
|
@ -10,8 +10,7 @@ RDEPENDS_packagegroup-mtk-6630 = "\
|
|||
mtkcombo \
|
||||
mtkwifitesttool \
|
||||
connman-client \
|
||||
gnsshal \
|
||||
${@base_contains("TARGET_PLATFORM", "mt2712", "lib32-mnld", "mnld", d)} \
|
||||
gnsshal \
|
||||
gnsstest \
|
||||
hostapd \
|
||||
dhcp-server \
|
||||
|
|
|
@ -31,8 +31,7 @@ IMAGE_INSTALL_append = " \
|
|||
udev-extraconf \
|
||||
usbutils \
|
||||
util-linux \
|
||||
${@base_contains("TARGET_PLATFORM", "mt2701", "vpud", "", d)} \
|
||||
${@base_contains("TARGET_PLATFORM", "mt2712", "lib32-vpud", "", d)} \
|
||||
${@base_contains("TARGET_PLATFORM", "mt2701", "vpud", "", d)} \
|
||||
mdpd \
|
||||
mtk-ovl-adapter \
|
||||
tzapp \
|
||||
|
|
|
@ -20,7 +20,6 @@ LDFLAGS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-
|
|||
|
||||
EXTRA_OECMAKE = "-DWITH_PYTHON=ON \
|
||||
${@base_conditional("libdir", "/usr/lib64", "-DLIB_SUFFIX=64", "", d)} \
|
||||
${@base_conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \
|
||||
"
|
||||
|
||||
do_install_append() {
|
||||
|
|
|
@ -20,7 +20,6 @@ inherit cmake
|
|||
|
||||
EXTRA_OECMAKE = "-DWITH_PYTHON=ON \
|
||||
${@base_conditional("libdir", "/usr/lib64", "-DLIB_SUFFIX=64", "", d)} \
|
||||
${@base_conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \
|
||||
"
|
||||
|
||||
do_install_append() {
|
||||
|
|
|
@ -17,7 +17,6 @@ SRC_URI[sha256sum] = "578eaa5c65fe924b5d7aeb635509dd46443166cd6a88b019bc42646e35
|
|||
inherit cmake
|
||||
|
||||
EXTRA_OECMAKE = "${@base_conditional("libdir", "/usr/lib64", "-DLIB_SUFFIX=64", "", d)} \
|
||||
${@base_conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \
|
||||
"
|
||||
|
||||
|
||||
|
|
|
@ -34,7 +34,6 @@ EXTRA_OECMAKE = " \
|
|||
-DWITH-SELINUX=OFF \
|
||||
-DWITH-SOFTWARE-DBUS=ON \
|
||||
${@base_conditional("libdir", "/usr/lib64", "-DLIB_SUFFIX=64", "", d)} \
|
||||
${@base_conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \
|
||||
"
|
||||
|
||||
do_configure_prepend() {
|
||||
|
|
|
@ -31,7 +31,6 @@ EXTRA_OECMAKE = "-DPYTHON_NUMPY_INCLUDE_DIR:PATH=${STAGING_LIBDIR}/${PYTHON_DIR}
|
|||
${@bb.utils.contains("TARGET_CC_ARCH", "-msse4.1", "-DENABLE_SSE=1 -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1 -DENABLE_SSE41=1", "", d)} \
|
||||
${@bb.utils.contains("TARGET_CC_ARCH", "-msse4.2", "-DENABLE_SSE=1 -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1 -DENABLE_SSE41=1 -DENABLE_SSE42=1", "", d)} \
|
||||
${@base_conditional("libdir", "/usr/lib64", "-DLIB_SUFFIX=64", "", d)} \
|
||||
${@base_conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??= "eigen jpeg png tiff v4l libv4l \
|
||||
|
|
|
@ -45,7 +45,6 @@ EXTRA_OECMAKE = "-DPYTHON2_NUMPY_INCLUDE_DIRS:PATH=${STAGING_LIBDIR}/${PYTHON_DI
|
|||
${@bb.utils.contains("TARGET_CC_ARCH", "-msse4.1", "-DENABLE_SSE=1 -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1 -DENABLE_SSE41=1", "", d)} \
|
||||
${@bb.utils.contains("TARGET_CC_ARCH", "-msse4.2", "-DENABLE_SSE=1 -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1 -DENABLE_SSE41=1 -DENABLE_SSE42=1", "", d)} \
|
||||
${@base_conditional("libdir", "/usr/lib64", "-DLIB_SUFFIX=64", "", d)} \
|
||||
${@base_conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \
|
||||
"
|
||||
EXTRA_OECMAKE_append_x86 = " -DX86=ON"
|
||||
|
||||
|
|
BIN
src/connectivity/bt_others/vendor_lib/mt66xx/mtk/bluedroid/external/platform/libfile_op.so
vendored
Executable file
BIN
src/connectivity/bt_others/vendor_lib/mt66xx/mtk/bluedroid/external/platform/libfile_op.so
vendored
Executable file
Binary file not shown.
BIN
src/connectivity/bt_others/vendor_lib/mt66xx/mtk/bluedroid/external/platform/libnvram.so
vendored
Executable file
BIN
src/connectivity/bt_others/vendor_lib/mt66xx/mtk/bluedroid/external/platform/libnvram.so
vendored
Executable file
Binary file not shown.
BIN
src/connectivity/bt_others/vendor_lib/mt66xx/mtk/bluedroid/external/platform/libnvram_custom.so
vendored
Executable file
BIN
src/connectivity/bt_others/vendor_lib/mt66xx/mtk/bluedroid/external/platform/libnvram_custom.so
vendored
Executable file
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
PREFIX = ../../../install
|
||||
CROSS = arm-linux-
|
||||
CROSS = aarch64-poky-linux-
|
||||
ROOT = $(PREFIX)/$(CROSS:%-=%)
|
||||
|
||||
DEFAULT=$(shell if [ -e DEFAULT ]; then ls DEFAULT; fi)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PREFIX = ../install
|
||||
CROSS = arm-linux-
|
||||
CROSS = aarch64-poky-linux-
|
||||
CROSS_COMPILER = $(CROSS:%-=%)
|
||||
ROOT = ../install/$(CROSS_COMPILER)
|
||||
DEP_LIBS =
|
||||
|
|
Loading…
Reference in New Issue