Home
last modified time | relevance | path

Searched +full:ls +full:- +full:oe (Results 1 – 25 of 75) sorted by relevance

123

/openbmc/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,tpd12s015.txt5 - 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>;
/openbmc/openbmc/poky/meta/recipes-extended/hdparm/hdparm/
H A Dwiper.sh-fix-stat-path.patch6 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 …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk8/
H A Dconfsearch.diff4 Subject: [PATCH] tk 8.5.8: import from OE rev
10 Upstream-Status: Pending
11 ---
18 --- a/unix/configure.orig
20 @@ -1431,6 +1431,7 @@ echo "$as_me: error: ${with_tclconfig} d
21 `ls -d /usr/local/lib 2>/dev/null` \
22 `ls -d /usr/contrib/lib 2>/dev/null` \
23 `ls -d /usr/pkg/lib 2>/dev/null` \
24 + `ls -d /usr/share/tcltk/tcl8.6 2>/dev/null` \
25 `ls -d /usr/lib/tcl8.6 2>/dev/null` \
[all …]
/openbmc/openbmc/meta-security/scripts/
H A Dupload-error-report11 if [ ! -e $BUILDDIR ]; then
17 if [ -d $BUILDDIR/tmp/log/error-report/ ]; then
18 echo "$ERR_REPORT_USERNAME" > ~/.oe-send-error
19 echo "$ERR_REPORT_EMAIL" >> ~/.oe-send-error
21 . ./oe-init-build-env $BUILDDIR
23 for x in `ls $BUILDDIR/tmp/log/error-report/ | grep error_report_`; do
24 send-error-report -y tmp/log/error-report/$x
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A DREADME3 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 Dgit.py9 - branch
21 - tag
24 - protocol
28 - rebaseable
34 - nocheckout
39 - bareclone
45 - nobranch
51 - subpath
55 - destsuffix
59 - usehead
[all …]
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dwic.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
21 ":ref:`dev-manual/wic:generate an image using an existing kickstart file`"
29 ":ref:`ref-manual/kickstart:openembedded kickstart (\`\`.wks\`\`) reference`"
36 ":ref:`dev-manual/wic:using the wic plugin interface`" section
50 - The name "Wic" is derived from OpenEmbedded Image Creator (oeic). The
51 "oe" diphthong in "oeic" was promoted to the letter "w", because
54 - Wic is loosely based on the Meego Image Creator (``mic``) framework.
60 - Wic is a completely independent standalone utility that initially
61 provides easier-to-use and more flexible replacements for an existing
62 functionality in OE-Core's :ref:`ref-classes-image-live`
[all …]
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dhelp.py3 # 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 …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-cson/python3-cson/
H A D0001-setup.py-Do-not-poke-at-git-describe-to-find-version.patch3 Date: Wed, 8 Feb 2023 23:03:47 -0800
6 OE uses git snapshot and git describe --tags will emit a string which is
8 and fails to build. Therefore inject a static version.py from OE
11 Upstream-Status: Pending
12 Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 ---
14 setup.py | 10 ++--------
15 1 file changed, 2 insertions(+), 8 deletions(-)
17 diff --git a/setup.py b/setup.py
19 --- a/setup.py
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dnf-plugin-tui/
H A Ddnf-plugin-tui_1.4.bb1 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"
9 SRC_URI:append:class-target = " file://oe-remote.repo.sample"
11 inherit setuptools3-base
16 install -d ${D}${datadir}/dnf
17 install -m 0755 ${S}/samples/* ${D}${datadir}/dnf
18 install -d ${D}${PYTHON_SITEPACKAGES_DIR}/dnf-plugins/mkimg
19 install -m 0755 ${S}/dnf-plugins/mkimg/* ${D}${PYTHON_SITEPACKAGES_DIR}/dnf-plugins/mkimg
20 for file in $(ls ${S}/dnf-plugins/ | grep -v mkimg); do
[all …]
/openbmc/openbmc/poky/scripts/
H A Dsstate-diff-machines.sh5 # SPDX-License-Identifier: GPL-2.0-only
16 # sstate-diff/1349348392/fake-cortexa8/list.M \
17 # sstate-diff/1349348392/fake-cortexa9/list.M \
18 # | wc -l
22 # $ ls sstate-diff/1349348392/*/armv7a-vfp-neon*/linux-libc-headers/*do_configure*sigdata*
23 # sstate-diff/1349348392/fake-cortexa8/armv7a-vfp-neon-oe-linux-gnueabi/linux-libc-headers/3.4.3-
24 # sstate-diff/1349348392/fake-cortexa9/armv7a-vfp-neon-oe-linux-gnueabi/linux-libc-headers/3.4.3-
25 # $ bitbake-diffsigs stamps.1349348392/*/armv7a-vfp-neon*/linux-libc-headers/*do_configure*sigdata*
27-march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 to -march=arm…
33 default_machines="qemuarm qemux86 qemux86-64"
[all …]
H A Drunqemu-extract-sdk10 # 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 qemu-helper-native
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 …]
/openbmc/openbmc/meta-security/
H A D.gitlab-ci.yml1 .before-my-script: &before-my-script
2 - echo "$ERR_REPORT_USERNAME" > ~/.oe-send-error
3 - echo "$ERR_REPORT_EMAIL" >> ~/.oe-send-error
4 - export PATH=~/.local/bin:$PATH
5 - wget https://bootstrap.pypa.io/get-pip.py
6 - python3 get-pip.py
7 - python3 -m pip install kas
9 .after-my-script: &after-my-script
10 - cd $CI_PROJECT_DIR/poky
11 - . ./oe-init-build-env $CI_PROJECT_DIR/build
[all …]
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam57xx-beagle-x15-revc.dts1 // 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 Dam57xx-beagle-x15-revb1.dts1 // 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 Dam57xx-beagle-x15.dts1 // 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 …]
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu-extract-sdk10 # 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 qemu-helper-native
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 …]
/openbmc/u-boot/arch/arm/dts/
H A Dam57xx-beagle-x15-revc.dts2 * Copyright (C) 2014-2017 Texas Instruments Incorporated - http://www.ti.com/
9 #include "am57xx-beagle-x15-common.dtsi"
12 model = "TI AM5728 BeagleBoard-X15 rev C";
17 <&gpio2 30 GPIO_ACTIVE_HIGH>, /* gpio2_30, LS OE */
22 pinctrl-names = "default", "hs", "sdr12", "sdr25", "sdr50", "ddr50", "sdr104";
23 pinctrl-0 = <&mmc1_pins_default>;
24 pinctrl-1 = <&mmc1_pins_hs>;
25 pinctrl-2 = <&mmc1_pins_sdr12>;
26 pinctrl-3 = <&mmc1_pins_sdr25>;
27 pinctrl-4 = <&mmc1_pins_sdr50>;
[all …]
H A Dam57xx-beagle-x15.dts2 * 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 pinctrl-names = "default", "hs";
24 pinctrl-0 = <&mmc1_pins_default>;
25 pinctrl-1 = <&mmc1_pins_hs>;
27 vmmc-supply = <&ldo1_reg>;
28 /delete-property/ sd-uhs-sdr104;
[all …]
H A Dam57xx-beagle-x15-revb1.dts2 * 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 pinctrl-names = "default", "hs", "sdr12", "sdr25", "sdr50", "ddr50", "sdr104";
23 pinctrl-0 = <&mmc1_pins_default>;
24 pinctrl-1 = <&mmc1_pins_hs>;
25 pinctrl-2 = <&mmc1_pins_sdr12>;
26 pinctrl-3 = <&mmc1_pins_sdr25>;
27 pinctrl-4 = <&mmc1_pins_sdr50>;
[all …]
/openbmc/openbmc/meta-arm/meta-arm-systemready/
H A DREADME.md1 # meta-arm-systemready Yocto Layer
7 top-level meta-arm [README.md](../README.md) file.
18 [`meta-arm-bsp`][] layer in the top-level meta-arm defines the
19 [`fvp-base`][] machine, which can be used with the recipes provided by this
26 The `arm-systemready-firmware.bb` recipe is to build the firmware. It requires
42 `edk2-test-parser-native.bb` and `arm-systemready-scripts-native.bb` recipes
45 The class `arm-systemready-acs.bbclass` implements the common logic to deploy
54 directories are missing, or if any file's contents do not pass its file-specific
58 `${TMPDIR}/work/aarch64-oe-linux/arm-systemready-ir-acs/2.0.0-r0/testimage/`. If
65 `recipes-test/arm-systemready-linux-distros`. These recipes help to download the
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dsystemd.bbclass4 # SPDX-License-Identifier: MIT
11 SYSTEMD_PACKAGES:class-native ?= ""
12 SYSTEMD_PACKAGES:class-nativesdk ?= ""
21 # If the distro features have systemd but not sysvinit, inhibit update-rcd
22 # from doing any work so that pure-systemd images don't have redundant init
25 d.appendVar("DEPENDS", " systemd-systemctl-native")
26 d.appendVar("PACKAGE_WRITE_DEPS", " systemd-systemctl-native")
35 if [ -n "$D" ]; then
36 OPTS="--root=$D"
45 if [ -z "$D" ]; then
[all …]
/openbmc/openbmc/
H A Dsetup10 # http://www.apache.org/licenses/LICENSE-2.0
21 if [ -z "$COLUMN_CMD" ]; then
26 if [ -n "$EXPAND_CMD" ]; then
27 COLUMN=( "sh" "-c" "$COLUMN_CMD | $EXPAND_CMD" )
40 if [ -n "$ZSH_NAME" ]; then
44 configs="$(find meta-* -path "*/conf/machine/*.conf")"
46 configs=$(ls -1 meta-*/meta-*/conf/machine/*.conf meta-*/conf/machine/*.conf)
49 configs="$configs $(ls -1 poky/meta/conf/machine/qemu*.conf)"
56 vendor=${vendor##meta-}
57 vendor=${vendor%%-openbmc}
[all …]
/openbmc/openbmc/poky/scripts/contrib/
H A Dpatchreview.py5 # SPDX-License-Identifier: GPL-2.0-only
19 import oe.qa
22 # - option to just list all broken files
23 # - test suite
24 # - validate signed-off-by
26 … = ("accepted", "pending", "inappropriate", "backport", "submitted", "denied", "inactive-upstream")
29 # Whether the patch has an Upstream-Status or not
31 # If the Upstream-Status tag is malformed in some way (string for bad bit)
33 # If the Upstream-Status value is unknown (boolean)
37 # Whether the patch has a Signed-off-by or not
[all …]
/openbmc/linux/tools/lib/bpf/
H A DMakefile1 # SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
9 grep -oE '^LIBBPF_([0-9.]+)' $(VERSION_SCRIPT) | \
10 sort -rV | head -n1 | cut -d'_' -f2)
14 MAKEFLAGS += --no-print-directory
63 INCLUDES = -I$(or $(OUTPUT),.) \
64 -I$(srctree)/tools/include -I$(srctree)/tools/include/uapi
83 CFLAGS := -g -O2
87 override CFLAGS += -std=gnu89
88 override CFLAGS += $(EXTRA_WARNINGS) -Wno-switch-enum
89 override CFLAGS += -Werror -Wall
[all …]

123