Patch sdk change
This commit is contained in:
parent
044d1486e4
commit
4bed0676ca
|
@ -18,7 +18,8 @@ INHERIT += "buildhistory"
|
||||||
BUILDHISTORY_COMMIT = "1"
|
BUILDHISTORY_COMMIT = "1"
|
||||||
INCOMPATIBLE_LICENSE ?= "GPL-3.0 LGPL-3.0 AGPL-3.0"
|
INCOMPATIBLE_LICENSE ?= "GPL-3.0 LGPL-3.0 AGPL-3.0"
|
||||||
QEMU_TARGETS = "arm aarch64 i386 x86_64"
|
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_WHITELIST = "commercial"
|
||||||
LICENSE_FLAGS_FFMPEG="yes"
|
LICENSE_FLAGS_FFMPEG="yes"
|
||||||
LICENSE_FLAGS_GMRENDER="yes"
|
LICENSE_FLAGS_GMRENDER="yes"
|
||||||
|
|
|
@ -18,6 +18,7 @@ INHERIT += "buildhistory"
|
||||||
BUILDHISTORY_COMMIT = "1"
|
BUILDHISTORY_COMMIT = "1"
|
||||||
INCOMPATIBLE_LICENSE ?= "GPL-3.0 LGPL-3.0 AGPL-3.0"
|
INCOMPATIBLE_LICENSE ?= "GPL-3.0 LGPL-3.0 AGPL-3.0"
|
||||||
QEMU_TARGETS = "arm aarch64 i386 x86_64"
|
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_WHITELIST = "commercial"
|
||||||
LICENSE_FLAGS_FFMPEG="yes"
|
LICENSE_FLAGS_FFMPEG="yes"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
DESCRIPTION = "config-app"
|
DESCRIPTION = "config-app"
|
||||||
LICENSE = "MediaTekProprietary"
|
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"
|
APPS_SRC = "${TOPDIR}/../src/apps/aud-base/config_app"
|
||||||
|
|
||||||
inherit workonsrc systemd
|
inherit workonsrc systemd
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#Basic Configuration
|
#Basic Configuration
|
||||||
DESCRIPTION = "Customization."
|
DESCRIPTION = "Customization."
|
||||||
|
TOOLCHAIN = "gcc"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "MediaTekProprietary"
|
LICENSE = "MediaTekProprietary"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e1696b147d49d491bcb4da1a57173fff"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e1696b147d49d491bcb4da1a57173fff"
|
||||||
|
|
|
@ -32,7 +32,6 @@ IMAGE_INSTALL_append = " \
|
||||||
prog \
|
prog \
|
||||||
ntpdate \
|
ntpdate \
|
||||||
appmainprog \
|
appmainprog \
|
||||||
config-app \
|
|
||||||
mic-asp \
|
mic-asp \
|
||||||
ppc \
|
ppc \
|
||||||
ppccli \
|
ppccli \
|
||||||
|
@ -43,8 +42,6 @@ IMAGE_INSTALL_append = " \
|
||||||
android-tools-adbd \
|
android-tools-adbd \
|
||||||
mtd-utils-ubifs \
|
mtd-utils-ubifs \
|
||||||
custom \
|
custom \
|
||||||
nvram \
|
|
||||||
libnvramcustom \
|
|
||||||
upgrade_app \
|
upgrade_app \
|
||||||
buildinfo \
|
buildinfo \
|
||||||
tzapp \
|
tzapp \
|
||||||
|
|
|
@ -11,7 +11,6 @@ RDEPENDS_packagegroup-mtk-6630 = "\
|
||||||
mtkwifitesttool \
|
mtkwifitesttool \
|
||||||
connman-client \
|
connman-client \
|
||||||
gnsshal \
|
gnsshal \
|
||||||
${@base_contains("TARGET_PLATFORM", "mt2712", "lib32-mnld", "mnld", d)} \
|
|
||||||
gnsstest \
|
gnsstest \
|
||||||
hostapd \
|
hostapd \
|
||||||
dhcp-server \
|
dhcp-server \
|
||||||
|
|
|
@ -32,7 +32,6 @@ IMAGE_INSTALL_append = " \
|
||||||
usbutils \
|
usbutils \
|
||||||
util-linux \
|
util-linux \
|
||||||
${@base_contains("TARGET_PLATFORM", "mt2701", "vpud", "", d)} \
|
${@base_contains("TARGET_PLATFORM", "mt2701", "vpud", "", d)} \
|
||||||
${@base_contains("TARGET_PLATFORM", "mt2712", "lib32-vpud", "", d)} \
|
|
||||||
mdpd \
|
mdpd \
|
||||||
mtk-ovl-adapter \
|
mtk-ovl-adapter \
|
||||||
tzapp \
|
tzapp \
|
||||||
|
|
|
@ -20,7 +20,6 @@ LDFLAGS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-
|
||||||
|
|
||||||
EXTRA_OECMAKE = "-DWITH_PYTHON=ON \
|
EXTRA_OECMAKE = "-DWITH_PYTHON=ON \
|
||||||
${@base_conditional("libdir", "/usr/lib64", "-DLIB_SUFFIX=64", "", d)} \
|
${@base_conditional("libdir", "/usr/lib64", "-DLIB_SUFFIX=64", "", d)} \
|
||||||
${@base_conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
|
|
|
@ -20,7 +20,6 @@ inherit cmake
|
||||||
|
|
||||||
EXTRA_OECMAKE = "-DWITH_PYTHON=ON \
|
EXTRA_OECMAKE = "-DWITH_PYTHON=ON \
|
||||||
${@base_conditional("libdir", "/usr/lib64", "-DLIB_SUFFIX=64", "", d)} \
|
${@base_conditional("libdir", "/usr/lib64", "-DLIB_SUFFIX=64", "", d)} \
|
||||||
${@base_conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
|
|
|
@ -17,7 +17,6 @@ SRC_URI[sha256sum] = "578eaa5c65fe924b5d7aeb635509dd46443166cd6a88b019bc42646e35
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
||||||
EXTRA_OECMAKE = "${@base_conditional("libdir", "/usr/lib64", "-DLIB_SUFFIX=64", "", d)} \
|
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-SELINUX=OFF \
|
||||||
-DWITH-SOFTWARE-DBUS=ON \
|
-DWITH-SOFTWARE-DBUS=ON \
|
||||||
${@base_conditional("libdir", "/usr/lib64", "-DLIB_SUFFIX=64", "", d)} \
|
${@base_conditional("libdir", "/usr/lib64", "-DLIB_SUFFIX=64", "", d)} \
|
||||||
${@base_conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
do_configure_prepend() {
|
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.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)} \
|
${@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/lib64", "-DLIB_SUFFIX=64", "", d)} \
|
||||||
${@base_conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "eigen jpeg png tiff v4l libv4l \
|
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.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)} \
|
${@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/lib64", "-DLIB_SUFFIX=64", "", d)} \
|
||||||
${@base_conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \
|
|
||||||
"
|
"
|
||||||
EXTRA_OECMAKE_append_x86 = " -DX86=ON"
|
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
|
PREFIX = ../../../install
|
||||||
CROSS = arm-linux-
|
CROSS = aarch64-poky-linux-
|
||||||
ROOT = $(PREFIX)/$(CROSS:%-=%)
|
ROOT = $(PREFIX)/$(CROSS:%-=%)
|
||||||
|
|
||||||
DEFAULT=$(shell if [ -e DEFAULT ]; then ls DEFAULT; fi)
|
DEFAULT=$(shell if [ -e DEFAULT ]; then ls DEFAULT; fi)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PREFIX = ../install
|
PREFIX = ../install
|
||||||
CROSS = arm-linux-
|
CROSS = aarch64-poky-linux-
|
||||||
CROSS_COMPILER = $(CROSS:%-=%)
|
CROSS_COMPILER = $(CROSS:%-=%)
|
||||||
ROOT = ../install/$(CROSS_COMPILER)
|
ROOT = ../install/$(CROSS_COMPILER)
|
||||||
DEP_LIBS =
|
DEP_LIBS =
|
||||||
|
|
Loading…
Reference in New Issue