| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ti/ |
| H A D | ti,tpd12s015.txt | 5 - compatible: "ti,tpd12s015" 8 - gpios: CT CP HPD, LS OE and HPD gpios 11 - Video port 0 for HDMI input 12 - Video port 1 for HDMI output 15 ------- 21 <&gpio2 9 GPIO_ACTIVE_HIGH>, /* 41, LS OE */ 25 #address-cells = <1>; 26 #size-cells = <0>; 32 remote-endpoint = <&hdmi_out>; 40 remote-endpoint = <&hdmi_connector_in>;
|
| H A D | ti,omap-dss.txt | 5 ------------------- 25 ----------- 36 ------- 39 name for each display. If no aliases are defined, a semi-random number is used 43 ------- 45 A shortened example of the DSS description for OMAP4, with non-relevant parts 49 compatible = "ti,omap4-dss"; 54 clock-names = "fck"; 55 #address-cells = <1>; 56 #size-cells = <1>; [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | help.py | 3 # SPDX-License-Identifier: GPL-2.0-only 7 # with the bulk of the help topic text for the OE Core Image Tools. 35 pager.communicate(hlp.encode('utf-8')) 67 Dispatch to subcommand handler borrowed from combo-layer. 94 usage: wic [--version] | [--help] | [COMMAND [ARGS]] 102 overview wic overview - General overview of wic 103 plugins wic plugins - Overview and API 104 kickstart wic kickstart - wic kickstart reference 118 usage: wic create <wks file or image name> [-o <DIRNAME> | --outdir <DIRNAME>] 119 [-e | --image-name] [-s, --skip-build-check] [-D, --debug] [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/hdparm/hdparm/ |
| H A D | wiper.sh-fix-stat-path.patch | 6 Fix the stat path for OE. 8 Upstream-Status: Inappropriate [OE specific] 10 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> 11 --- 12 wiper/wiper.sh | 3 +-- 13 1 file changed, 1 insertion(+), 2 deletions(-) 15 diff --git a/wiper/wiper.sh b/wiper/wiper.sh 17 --- a/wiper/wiper.sh 19 @@ -97,7 +97,6 @@ function find_prog(){ 20 hash -r ## Refresh bash's cached PATH entries [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk/ |
| H A D | confsearch.diff | 4 Subject: [PATCH] tk 8.5.8: import from OE rev 10 --- 17 --- a/unix/configure.orig 19 @@ -1431,6 +1431,7 @@ echo "$as_me: error: ${with_tclconfig} d 20 `ls -d /usr/local/lib 2>/dev/null` \ 21 `ls -d /usr/contrib/lib 2>/dev/null` \ 22 `ls -d /usr/pkg/lib 2>/dev/null` \ 23 + `ls -d /usr/share/tcltk/tcl8.6 2>/dev/null` \ 24 `ls -d /usr/lib/tcl8.6 2>/dev/null` \ 25 `ls -d /usr/lib 2>/dev/null` \ [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | README | 3 documented in the context of how OE uses it but the API calls are generic. 31 g) access during parsing has to be minimal, a "git ls-remote" for an AUTOREV 45 test cases are added (run with "bitbake-selftest bb.tests.fetch"). We do 51 in OE's context as we can't build git-native, then parse a recipe and use 52 git ls-remote.
|
| H A D | git.py | 9 - branch 21 - tag 24 - protocol 28 - rebaseable 34 - nocheckout 39 - bareclone 45 - nobranch 51 - usehead 59 # SPDX-License-Identifier: GPL-2.0-only 85 self._fire_progress(-1) [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | sstate-diff-machines.sh | 3 # SPDX-License-Identifier: GPL-2.0-only 14 # sstate-diff/1349348392/fake-cortexa8/list.M \ 15 # sstate-diff/1349348392/fake-cortexa9/list.M \ 16 # | wc -l 20 # $ ls sstate-diff/1349348392/*/armv7a-vfp-neon*/linux-libc-headers/*do_configure*sigdata* 21 # sstate-diff/1349348392/fake-cortexa8/armv7a-vfp-neon-oe-linux-gnueabi/linux-libc-headers/3.4.3-… 22 # sstate-diff/1349348392/fake-cortexa9/armv7a-vfp-neon-oe-linux-gnueabi/linux-libc-headers/3.4.3-… 23 # $ bitbake-diffsigs stamps.1349348392/*/armv7a-vfp-neon*/linux-libc-headers/*do_configure*sigdata* 25 …-march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 to -march=arm… 31 default_machines="qemuarm qemux86 qemux86-64" [all …]
|
| H A D | runqemu-extract-sdk | 10 # SPDX-License-Identifier: GPL-2.0-only 14 echo "Usage: $0 <image-tarball> <extract-dir>" 17 if [ $# -ne 2 ]; then 22 SYSROOT_SETUP_SCRIPT=`which oe-find-native-sysroot 2> /dev/null` 23 if [ -z "$SYSROOT_SETUP_SCRIPT" ]; then 24 echo "Error: Unable to find the oe-find-native-sysroot script" 28 . $SYSROOT_SETUP_SCRIPT meta-ide-support 29 PSEUDO_OPTS="-P $OECORE_NATIVE_SYSROOT/usr" 34 if [ ! -e "$ROOTFS_TARBALL" ]; then 42 SDK_ROOTFS_DIR=$(readlink -f $(pwd)/$SDK_ROOTFS_DIR) [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/dnf-plugin-tui/ |
| H A D | dnf-plugin-tui_git.bb | 1 SUMMARY = "A text-based user interface plugin of dnf for user to manage packages. " 2 LICENSE = "GPL-2.0-only" 6 SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https" 10 SRC_URI:append:class-target = " file://oe-remote.repo.sample" 12 inherit setuptools3-base 17 install -d ${D}${datadir}/dnf 18 install -m 0755 ${S}/samples/* ${D}${datadir}/dnf 19 install -d ${D}${PYTHON_SITEPACKAGES_DIR}/dnf-plugins/mkimg 20 install -m 0755 ${S}/dnf-plugins/mkimg/* ${D}${PYTHON_SITEPACKAGES_DIR}/dnf-plugins/mkimg 21 for file in $(ls ${S}/dnf-plugins/ | grep -v mkimg); do [all …]
|
| /OK3568_Linux_fs/yocto/meta-qt5/classes/ |
| H A D | qmake5_base.bbclass | 1 # hardcode linux, because that's what 0001-Add-linux-oe-g-platform.patch adds 2 XPLATFORM:toolchain-clang = "linux-oe-clang" 3 XPLATFORM ?= "linux-oe-g++" 8 # Add -d to show debug output from every qmake call, but it prints *a lot*, better to add it only t… 12 OE_QMAKE_RECURSIVE ?= "-r" 17 # drop default -e and add needed OE_QMAKE vars explicitly 19 # CFLAGS = -pipe $(OE_QMAKE_CFLAGS) -O2 -pthread -D_REENTRANT -Wall -W -fPIC $(DEFINES) 20 …rted and used correctly, but then whole CFLAGS is overwritten from env (and -fPIC lost and build f… 131 # ArchData The location of general architecture-dependent Qt data. 132 # Data The location of general architecture-independent Qt data. [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | rootfs-postcommands.bbclass | 2 # Zap the root password if debug-tweaks and empty-root-password features are not enabled 3 …S_COMMAND += '${@bb.utils.contains_any("IMAGE_FEATURES", [ 'debug-tweaks', 'empty-root-password' ]… 5 …ccept logins from accounts with an empty password string if debug-tweaks or allow-empty-password i… 6 …S_COMMAND += '${@bb.utils.contains_any("IMAGE_FEATURES", [ 'debug-tweaks', 'allow-empty-password' … 8 # Allow dropbear/openssh to accept root logins if debug-tweaks or allow-root-login is enabled 9 …S_COMMAND += '${@bb.utils.contains_any("IMAGE_FEATURES", [ 'debug-tweaks', 'allow-root-login' ], "… 11 # Enable postinst logging if debug-tweaks or post-install-logging is enabled 12 …_COMMAND += '${@bb.utils.contains_any("IMAGE_FEATURES", [ 'debug-tweaks', 'post-install-logging' ]… 17 # Tweak files in /etc if read-only-rootfs is enabled 18 ROOTFS_POSTPROCESS_COMMAND += '${@bb.utils.contains("IMAGE_FEATURES", "read-only-rootfs", "read_onl… [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | am57xx-beagle-x15-revb1.dts | 2 * Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/ 9 #include "am57xx-beagle-x15-common.dtsi" 12 model = "TI AM5728 BeagleBoard-X15 rev B1"; 17 <&gpio2 30 GPIO_ACTIVE_HIGH>, /* gpio2_30, LS OE */ 22 vmmc-supply = <&vdd_3v3>; 23 vmmc-aux-supply = <&ldo1_reg>;
|
| H A D | am57xx-beagle-x15.dts | 2 * Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/ 9 #include "am57xx-beagle-x15-common.dtsi" 12 /* NOTE: This describes the "original" pre-production A2 revision */ 13 model = "TI AM5728 BeagleBoard-X15"; 18 <&gpio6 28 GPIO_ACTIVE_HIGH>, /* gpio6_28, LS OE */ 23 vmmc-supply = <&ldo1_reg>;
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | am57xx-beagle-x15-revc.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2014-2017 Texas Instruments Incorporated - https://www.ti.com/ 6 #include "am57xx-beagle-x15-common.dtsi" 9 model = "TI AM5728 BeagleBoard-X15 rev C"; 14 <&gpio2 30 GPIO_ACTIVE_HIGH>, /* gpio2_30, LS OE */ 19 pinctrl-names = "default", "hs"; 20 pinctrl-0 = <&mmc1_pins_default>; 21 pinctrl-1 = <&mmc1_pins_hs>; 22 vmmc-supply = <&vdd_3v3>; 23 vqmmc-supply = <&ldo1_reg>; [all …]
|
| H A D | am57xx-beagle-x15-revb1.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2014-2016 Texas Instruments Incorporated - https://www.ti.com/ 6 #include "am57xx-beagle-x15-common.dtsi" 9 model = "TI AM5728 BeagleBoard-X15 rev B1"; 14 <&gpio2 30 GPIO_ACTIVE_HIGH>, /* gpio2_30, LS OE */ 19 pinctrl-names = "default", "hs"; 20 pinctrl-0 = <&mmc1_pins_default>; 21 pinctrl-1 = <&mmc1_pins_hs>; 22 vmmc-supply = <&vdd_3v3>; 23 vqmmc-supply = <&ldo1_reg>; [all …]
|
| H A D | am57xx-beagle-x15.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2014-2016 Texas Instruments Incorporated - https://www.ti.com/ 6 #include "am57xx-beagle-x15-common.dtsi" 9 /* NOTE: This describes the "original" pre-production A2 revision */ 10 model = "TI AM5728 BeagleBoard-X15"; 15 <&gpio6 28 GPIO_ACTIVE_HIGH>, /* gpio6_28, LS OE */ 20 pinctrl-names = "default", "hs"; 21 pinctrl-0 = <&mmc1_pins_default>; 22 pinctrl-1 = <&mmc1_pins_hs>; 24 vmmc-supply = <&ldo1_reg>; [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xserver-common/ |
| H A D | xserver-common_1.34.bb | 2 LICENSE = "GPL-2.0-only" 7 # we are using a gpe-style Makefile 16 file://0001-COPYING-add-GPLv2-license-file.patch \ 17 file://0002-add-setdpi-Xinit.d-script.patch \ 18 file://0006-add-support-for-etc-X11-xserver-system.patch \ 19 file://0007-use-own-functions-file-instead-etc-init.d-functions.patch \ 20 file://0008-xserver-common-add-dpi-and-nocursor-params-for-gta01.patch \ 21 file://0009-xserver-common-add-support-for-n900-alias-nokia_rx-5.patch \ 22 file://0010-xserver-common-add-support-for-nexus-S-alias-herring.patch \ 23 file://0011-xserver-common-add-support-for-nexus-one-alias-mahim.patch \ [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | recipetool.py | 2 # SPDX-License-Identifier: MIT 20 runCmd('bitbake-layers add-layer %s' % templayerdir) 24 runCmd('bitbake-layers remove-layer %s' % templayerdir, ignore_status=True) 25 runCmd('rm -rf %s' % templayerdir) 40 runCmd('rm -rf %s/recipes-*' % self.templayerdir) 78 bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile') 98 …_, output = self._try_recipetool_appendfile('base-files', '/etc/motd', self.testfile, '', expected… 110 …self._try_recipetool_appendfile_fail('/bin/ls', self.testfile, ['ERROR: File /bin/ls is an alterna… 111 # Need a test file - should be executable 112 testfile2 = os.path.join(self.corebase, 'oe-init-build-env') [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/coreutils/ |
| H A D | coreutils_9.0.bb | 7 LICENSE = "GPL-3.0-or-later" 9 file://src/ls.c;beginline=1;endline=15;md5=3b8fbaee597c8a9bb88d30840d53048c \ 12 DEPENDS:class-native = "" 17 file://remove-usr-local-lib-from-m4.patch \ 18 file://fix-selinux-flask.patch \ 19 file://0001-uname-report-processor-and-hardware-correctly.patch \ 20 file://0001-local.mk-fix-cross-compiling-problem.patch \ 22 file://run-ptest \ 27 # http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=v8.27-101-gf5d7c0842 29 CVE_CHECK_IGNORE += "CVE-2016-2781" [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/ |
| H A D | mozjs-78_78.15.0.bb | 2 HOMEPAGE = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey" 3 LICENSE = "MPL-2.0" 7 … https://archive.mozilla.org/pub/firefox/releases/${PV}esr/source/firefox-${PV}esr.source.tar.xz \ 8 file://0001-rust.configure-Skip-all-target-manipulations.patch \ 9 file://0002-build-do-not-use-autoconf-s-config.sub-to-canonicali.patch \ 10 file://0003-Do-not-check-binaries-after-build.patch \ 11 file://0004-Cargo.toml-do-not-abort-on-panic.patch \ 12 file://0005-Fixup-compatibility-of-mozbuild-with-Python-3.10.patch \ 13 file://0006-use-asm-sgidefs.h.patch \ 14 file://0007-fix-musl-build.patch \ [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/ |
| H A D | wx-config-fix-libdir-for-multilib.patch | 2 multilib. Add an option '--baselib' for wx-config to support multilib when 5 Upstream-Status: Pending [oe specific] 7 Signed-off-by: Kai Kang <kai.kang@windriver.com> 8 --- 9 build/cmake/config.cmake | 2 +- 10 wx-config.in | 6 ++++-- 11 2 files changed, 5 insertions(+), 3 deletions(-) 13 diff --git a/build/cmake/config.cmake b/build/cmake/config.cmake 15 --- a/build/cmake/config.cmake 17 @@ -86,7 +86,7 @@ function(wx_write_config) [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ |
| H A D | glibc-tests_2.35.bb | 2 require glibc-tests.inc 8 file://reproducible-paths.patch \ 9 file://run-ptest \ 17 d.setVar("PACKAGES", "${PN} ${PN}-ptest") 19 d.setVar("PROVIDES", "${PN} ${PN}-ptest") 20 d.setVar("RPROVIDES", "${PN} ${PN}-ptest") 37 # Just build tests for target - do not run them 39 oe_runmake -i check run-built-tests=no 45 find ${B} ! -executable -type f -delete 49 find ${B} -type f -name "*.so" -delete [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/ |
| H A D | klibc-utils.inc | 2 install -d ${D}${base_bindir} 3 install -d ${D}${base_sbindir} 5 install -m 755 usr/kinit/shared/kinit ${D}${base_bindir}/kinit.shared 6 install -m 755 usr/dash/shared/sh ${D}${base_bindir}/sh.shared 8 install -m 755 usr/dash/static/sh ${D}${base_bindir}/sh 9 install -m 755 usr/kinit/static/kinit ${D}${base_bindir}/kinit 10 install -m 755 usr/gzip/gzip ${D}${base_bindir} 11 ln -s gzip ${D}${base_bindir}/gunzip 12 ln -s gzip ${D}${base_bindir}/zcat 14 install -m 755 usr/kinit/fstype/${KLIBC_UTILS_VARIANT}/fstype ${D}${base_bindir} [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/ |
| H A D | gpio-pca95xx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/gpio/gpio-pca95xx.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzk@kernel.org> 19 - exar,xra1202 20 - maxim,max7310 21 - maxim,max7312 22 - maxim,max7313 23 - maxim,max7315 [all …]
|