Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 25 of 971) sorted by relevance

12345678910>>...39

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng/
H A Dncurses-config.patch11 - NCURSES_CFLAGS := $(shell ncurses5-config --cflags 2>/dev/null)
12 - NCURSES_LDFLAGS := $(shell ncurses5-config --libs 2>/dev/null)
13 + NCURSES_CFLAGS := $(shell pkg-config ncurses --cflags 2>/dev/null)
14 + NCURSES_LDFLAGS := $(shell pkg-config ncurses --libs 2>/dev/null)
22 - NCURSES_CFLAGS := $(shell ncursesw5-config --cflags 2>/dev/null)
23 - NCURSES_LDFLAGS := $(shell ncursesw5-config --libs 2>/dev/null)
24 + NCURSES_CFLAGS := $(shell p[k-config ncursesw --cflags 2>/dev/null)
25 + NCURSES_LDFLAGS := $(shell pkg-config ncursesw --libs 2>/dev/null)
33 - NCURSES_CFLAGS := $(shell ncurses6-config --cflags 2>/dev/null)
34 - NCURSES_LDFLAGS := $(shell ncurses6-config --libs 2>/dev/null)
[all …]
/openbmc/u-boot/test/py/tests/test_fs/
H A Dconftest.py157 check_call('rm -f %s' % fs_img, shell=True)
159 % (fs_img, count), shell=True)
161 % (fs_lnxtype, mkfs_opt, fs_img), shell=True)
164 call('rm -f %s' % fs_img, shell=True)
203 % (device, mount_point), shell=True)
210 % (mount_opt, device, mount_point), shell=True)
213 check_call('sudo chmod a+rw %s' % mount_point, shell=True)
228 call('guestunmount %s' % mount_point, shell=True)
230 call('sudo umount %s' % mount_point, shell=True)
266 check_call('mkdir -p %s' % mount_dir, shell=True)
[all …]
/openbmc/linux/tools/scripts/
H A Dutilities.mak22 # GNU make's $(shell ...) function converts to a
42 # shell-escape-nl
44 # Usage: $(shell some-command | $(call shell-escape-nl[,escape]))
46 # Use this to escape newlines from within a shell call;
50 # in an `awk' program that is delimited by shell
54 define shell-escape-nl
58 # shell-unescape-nl
60 # Usage: $(shell some-command | $(call shell-unescape-nl[,escape]))
62 # Use this to unescape newlines from within a shell call;
67 # delimited by shell single-quotes, so be wary
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/
H A D0003-switch-to-pkg-config.patch32 -CFLAGS+=-Wall -g -O3 -I../common $(shell libpng-config --cflags)
33 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell libpng-config --ldflags) -L../lib -lraspidmx -lrasp…
34 +CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
35 +LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
47 -CFLAGS+=-Wall -g -O3 -I../common $(shell libpng-config --cflags)
48 +CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
50 -LDFLAGSPNG=${LDFLAGS} $(shell libpng-config --ldflags)
51 +LDFLAGSPNG=${LDFLAGS} $(shell pkg-config --libs libpng)
63 -CFLAGS+=-Wall -g -O3 -I../common $(shell libpng-config --cflags)
64 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell libpng-config --ldflags) -L../lib -lraspidmx -lrasp…
[all …]
H A D0005-change-library-linking-order.patch30 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
31 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
32 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm -L../lib -lraspidmx -lraspidmxPng $(shell pkg-co…
43 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
44 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
45 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm -L../lib -lraspidmx -lraspidmxPng $(shell pkg-co…
56 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
57 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
58 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm -L../lib -lraspidmx -lraspidmxPng $(shell pkg-co…
69 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
[all …]
H A D0004-add-libvchostif-to-link.patch35 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
36 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
37 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
61 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
62 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
63 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
74 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
75 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
76 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
87 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
[all …]
/openbmc/linux/drivers/staging/vt6655/
H A Dtest1 KSP := /lib/modules/$(shell uname -r)/build \
2 /usr/src/linux-$(shell uname -r) \
3 /usr/src/linux-$(shell uname -r | sed 's/-.*//') \
4 # /usr/src/kernel-headers-$(shell uname -r) \
5 # /usr/src/kernel-source-$(shell uname -r) \
6 # /usr/src/linux-$(shell uname -r | sed 's/\([0-9]*\.[0-9]*\)\..*/\1/') \
8 test_dir = $(shell [ -e $(dir)/include/linux ] && echo $(dir))
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/
H A D0001-Correct-the-path-of-header-files-check-in-Yocto-buil.patch29 -ifneq ($(shell test -e /usr/include/linux/signalfd.h && echo 1),)
30 +ifneq ($(shell test -e $(SYSROOT)/usr/include/linux/signalfd.h && echo 1),)
34 -ifneq ($(shell test -n $(shell find /usr/include -name "timerfd.h" | head -n1) && echo 1),)
35 +ifneq ($(shell test -n $(shell find $(SYSROOT)/usr/include -name "timerfd.h" | head -n1) && echo 1…
43 -ifneq ($(shell test -e /usr/include/sys/eventfd.h && test -e /usr/include/libaio.h && echo 1),)
44 +ifneq ($(shell test -e $(SYSROOT)/usr/include/sys/eventfd.h && test -e $(SYSROOT)/usr/include/liba…
/openbmc/u-boot/tools/patman/
H A Dcros_subprocess.py57 shell=False, cwd=None, env=None, **kwargs): argument
84 stdout=stdout, stderr=stderr, shell=shell, cwd=cwd, env=env,
303 plist = Popen([cmd], shell=True).CommunicateFilter(oper.Output)
312 self.assertRaises(OSError, Popen, [cmd], shell=False)
313 plist = Popen([cmd], shell=True).CommunicateFilter(oper.Output)
322 plist = Popen(cmd, shell=False).CommunicateFilter(oper.Output)
331 plist = Popen(cmd, shell=True).CommunicateFilter(oper.Output)
337 for shell in (False, True):
339 plist = Popen('pwd', shell=shell, cwd='/tmp').CommunicateFilter(oper.Output)
351 plist = Popen(cmd, shell=True, env=env).CommunicateFilter(oper.Output)
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A D0004-Use-pkgconfig-instead-of-libgcrypt-config.patch17 @@ -63,10 +63,10 @@ RELEASE_VERSION := $(shell cat VERSION)
21 -CFLAGS += $(shell libgcrypt-config --cflags) $(CRYPTO_CFLAGS)
22 +CFLAGS += $(shell pkg-config libgcrypt --cflags) $(CRYPTO_CFLAGS)
25 -LIBS += $(shell libgcrypt-config --libs) $(CRYPTO_LDADD)
26 +LIBS += $(shell pkg-config libgcrypt --libs) $(CRYPTO_LDADD)
28 ifeq ($(shell uname -s), SunOS)
/openbmc/linux/scripts/
H A DKconfig.include16 if-success = $(shell,{ $(1); } >/dev/null 2>&1 && echo "$(2)" || echo "$(3)")
44 cc-info := $(shell,$(srctree)/scripts/cc-version.sh $(CC))
46 cc-name := $(shell,set -- $(cc-info) && echo $1)
47 cc-version := $(shell,set -- $(cc-info) && echo $2)
50 as-info := $(shell,$(srctree)/scripts/as-version.sh $(CC) $(CLANG_FLAGS))
52 as-name := $(shell,set -- $(as-info) && echo $1)
53 as-version := $(shell,set -- $(as-info) && echo $2)
56 ld-info := $(shell,$(srctree)/scripts/ld-version.sh $(LD))
58 ld-name := $(shell,set -- $(ld-info) && echo $1)
59 ld-version := $(shell,set -- $(ld-info) && echo $2)
/openbmc/openbmc/poky/scripts/
H A Doe-setup-layers24 … subprocess.check_output("git -C %s rev-parse --show-toplevel" % repodir, shell=True, stderr=subpr…
33 …curr_rev = subprocess.check_output("git -C %s rev-parse HEAD" % repodir, shell=True, stderr=subpro…
42 …curr_uri = subprocess.check_output("git -C %s remote get-url %s" % (repodir, remote), shell=True, …
89 subprocess.check_output(cmd, shell=True)
95 subprocess.check_output(cmd, shell=True, cwd=repodir)
99 subprocess.check_output(cmd, shell=True, cwd=repodir)
104 subprocess.check_output(cmd, shell=True, cwd=repodir)
108 subprocess.check_output(cmd, shell=True, cwd=repodir)
130 …ss.check_output('git rev-parse --show-toplevel', universal_newlines=True, shell=True, cwd=os.path.…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/surf/surf/
H A D0001-config.ml-make-compatible-with-webkitgtk-2.34.0.patch29 +X11INC = $(shell $(PKG_CONFIG) --cflags x11)
30 +X11LIB = $(shell $(PKG_CONFIG) --libs x11)
36 +GTKINC = $(shell $(PKG_CONFIG) --cflags gtk+-3.0 gcr-3 webkit2gtk-4.1)
37 +GTKLIB = $(shell $(PKG_CONFIG) --libs gtk+-3.0 gcr-3 webkit2gtk-4.1)
38 +WEBEXTINC = $(shell $(PKG_CONFIG) --cflags webkit2gtk-4.1 webkit2gtk-web-extension-4.1 gio-2.0)
39 +WEBEXTLIBS = $(shell $(PKG_CONFIG) --libs webkit2gtk-4.1 webkit2gtk-web-extension-4.1 gio-2.0)
/openbmc/openbmc-tools/reboot-ping-pong/
H A Drpp75 self.shell = "# ".encode()
80 self.obmcutil = Obmcutil(self.session, self.shell)
82 rc = self.session.expect([self.getty, self.shell])
94 self.session.expect(self.shell)
126 self.shell = "/? *#".encode()
150 rc = self.session.expect([self.petitboot, self.shell], timeout=None)
153 self.session.expect(self.shell)
157 rc = self.session.expect([self.petitboot, self.shell], timeout=None)
160 self.session.expect(self.shell)
167 self.session.expect(self.shell)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A D0001-nss-fix-support-cross-compiling.patch21 @@ -26,11 +26,11 @@ OS_ARCH := $(subst /,_,$(shell uname -s))
25 -OS_TEST := $(shell uname -m)
26 +OS_TEST ?= $(shell uname -m)
28 OS_RELEASE := $(shell uname -r)_$(OS_TEST)
30 - OS_RELEASE := $(shell uname -r)
31 + OS_RELEASE ?= $(shell uname -r)
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/
H A D0001-Use-CC-to-check-for-implicit-fallthrough-warning-sup.patch24 - FALLTHROUGH := $(shell gcc -Q --help=warnings 2>&1 | grep "implicit-fallthrough" | wc -l)
25 + FALLTHROUGH := $(shell ${CC} -Q --help=warnings 2>&1 | grep "implicit-fallthrough" | wc -l)
32 - FORMATOVERFLOW := $(shell gcc -Q --help=warnings 2>&1 | grep "format-overflow" | wc -l)
33 + FORMATOVERFLOW := $(shell ${CC} -Q --help=warnings 2>&1 | grep "format-overflow" | wc -l)
40 - STRINGOPOVERFLOW := $(shell gcc -Q --help=warnings 2>&1 | grep "stringop-overflow" | wc -l)
41 + STRINGOPOVERFLOW := $(shell ${CC} -Q --help=warnings 2>&1 | grep "stringop-overflow" | wc -l)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/
H A D0001-Makefile.am-avoid-race-when-creating-autostart-direc.patch39 - @test -d $(shell dirname $(top_builddir)/$@) || \
40 - mkdir $(shell dirname $(top_builddir)/$@)
41 + mkdir -p $(shell dirname $(top_builddir)/$@)
46 - @test -d $(shell dirname $(top_builddir)/$@) || \
47 - mkdir $(shell dirname $(top_builddir)/$@)
48 + mkdir -p $(shell dirname $(top_builddir)/$@)
/openbmc/openbmc/poky/meta/recipes-support/debianutils/
H A Ddebianutils_5.21.bb46 ALTERNATIVE:${PN} = "add-shell installkernel remove-shell savelog which"
51 ALTERNATIVE_LINK_NAME[add-shell] = "${sbindir}/add-shell"
53 ALTERNATIVE_LINK_NAME[remove-shell] = "${sbindir}/remove-shell"
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/adduser/files/
H A D0001-adduser-set-default-shell-with-sbin-nologin.patch4 Subject: [PATCH] adduser: set default shell with /sbin/nologin
7 /sbin/nologin in oe-core. But the default shell of adduser is
10 Set the default shell with /sbin/nologin to fix the issue.
27 - $shell = $special_shell || '/usr/sbin/nologin';
28 + $shell = $special_shell || '/sbin/nologin';
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/
H A Dweston_14.0.1.bb42 shell-desktop \
43 shell-fullscreen \
44 shell-ivi \
45 shell-kiosk \
82 # Traditional desktop shell
83 PACKAGECONFIG[shell-desktop] = "-Dshell-desktop=true,-Dshell-desktop=false"
84 # Fullscreen shell
85 PACKAGECONFIG[shell-fullscreen] = "-Dshell-fullscreen=true,-Dshell-fullscreen=false"
86 # In-Vehicle Infotainment (IVI) shell
87 PACKAGECONFIG[shell-ivi] = "-Dshell-ivi=true,-Dshell-ivi=false"
[all …]
/openbmc/linux/tools/build/
H A DMakefile.feature6 $(shell mkdir -p $(OUTPUT_FEATURES))
11 …feature-$(1) := $(shell $(MAKE) OUTPUT=$(OUTPUT_FEATURES) CC="$(CC)" CXX="$(CXX)" CFLAGS="$(EXTRA_…
202 MSG = $(shell printf '...%40s: [ \033[32mon\033[m ]' $(1))
204 MSG = $(shell printf '...%40s: [ \033[31mOFF\033[m ]' $(1))
210 MSG = $(shell printf '...%40s: %s' $(1) $(2))
220 FEATURE_DUMP := $(shell touch $(FEATURE_DUMP_FILENAME); cat $(FEATURE_DUMP_FILENAME))
247 $(shell rm -f $(FEATURE_DUMP_FILENAME))
248 …$(foreach feat,$(FEATURE_TESTS),$(shell echo "$(call feature_assign,$(feat))" >> $(FEATURE_DUMP_FI…
/openbmc/linux/tools/build/feature/
H A DMakefile211 $(BUILD) $(shell $(PKG_CONFIG) --cflags libtraceevent 2>/dev/null) -ltracefs
217 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) -Wno-deprecated-declarations
220 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
225 PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null)
228 PERL_EMBED_CCOPTS = $(shell perl -MExtUtils::Embed -e ccopts 2>/dev/null)
344 -I$(shell $(LLVM_CONFIG) --includedir) \
345 -L$(shell $(LLVM_CONFIG) --libdir) \
346 $(shell $(LLVM_CONFIG) --libs Core BPF) \
347 $(shell $(LLVM_CONFIG) --system-libs) \
352 -I$(shell $(LLVM_CONFIG) --includedir) \
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Druncmd.py50 runCmd, "false; true", shell=False)
62 runCmd, "echo foobar >&2; false", shell=True)
66 runCmd, "echo foobar >&2; false", shell=True, assert_error=False)
69 result = runCmd("echo stdout; echo stderr >&2", shell=True, sync=False)
74 … result = runCmd("echo stdout; echo stderr >&2", shell=True, stderr=subprocess.PIPE, sync=False)
116 result = runCmd("echo stdout; echo stderr >&2", shell=True, output_log=log, sync=False)
122 …result = runCmd("echo stdout; echo stderr >&2", shell=True, output_log=log, stderr=subprocess.PIPE…
/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew/
H A Dnotempdir.patch14 @@ -56,7 +56,6 @@ DIST_SRC_ZIP ?= $(shell pwd)/$(DIST_NAME
15 DIST_SRC_TGZ ?= $(shell pwd)/$(DIST_NAME).tgz
16 DIST_WIN32 ?= $(shell pwd)/$(DIST_NAME)-win32.zip
18 -DIST_DIR := $(shell mktemp -d /tmp/glew.XXXXXX)/$(DIST_NAME)
/openbmc/qemu/tests/migration/
H A Dguestperf-batch.py23 from guestperf.shell import BatchShell
25 shell = BatchShell() variable
26 sys.exit(shell.run(sys.argv[1:]))

12345678910>>...39