Home
last modified time | relevance | path

Searched refs:echo (Results 1 – 25 of 770) sorted by relevance

12345678910>>...31

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtoolchain-scripts.bbclass43echo '# Check for LD_LIBRARY_PATH being set, which can break SDK and generally is a bad practice' …
44 echo '# http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html#AEN80' >> $script
45 echo '# http://xahlee.info/UnixResource_dir/_/ldpath.html' >> $script
46 echo '# Only disable this check if you are absolutely know what you are doing!' >> $script
47 echo 'if [ ! -z "${LD_LIBRARY_PATH:-}" ]; then' >> $script
48echo " echo \"Your environment is misconfigured, you probably need to 'unset LD_LIBRARY_PATH'\"…
49echo " echo \"but please check why this was set in the first place and that it's safe to unset.…
50echo ' echo "The SDK will not operate correctly in most cases when LD_LIBRARY_PATH is set."' >>…
51 echo ' echo "For more references see:"' >> $script
52echo ' echo " http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html#AEN80"' >> $sc…
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A D0001-scripts-build-Fix-the-tests-to-build-with-clang15.patch18 -echo "main(int ac, char *av[]) { int i; }" > ${BASE}$$.c
19 +echo "int main(int ac, char *av[]) { int i; }" > ${BASE}$$.c
23 @@ -39,7 +39,7 @@ arch=`echo $OS | awk -F- '{print $1;}'`
26 echo "#include <stdlib.h>" > ${BASE}$$.c
27 - echo "main(int ac, char *av[])" >> ${BASE}$$.c
28 + echo "int main(int ac, char *av[])" >> ${BASE}$$.c
29 echo "{ long* p = (long*)malloc(sizeof(long));" >> ${BASE}$$.c
30 echo "*p = 0; exit((int)*p); }" >> ${BASE}$$.c
35 echo "#include <string.h>" > ${BASE}$$.c
36 -echo "main() { char a[256], b[256]; bcopy(a, b, 256); }" >> ${BASE}$$.c
[all …]
H A Dupdate-results-script.patch24 echo $L; echo "";
25 echo "Hang on, we are calculating your timing granularity."
31 echo "OK, it looks like you can time stuff down to $ENOUGH usec resolution."
32 echo ""
33 echo "Hang on, we are calculating your timing overhead."
39 echo "OK, it looks like your gettimeofday() costs $TIMING_O usecs."
40 echo ""
41 echo "Hang on, we are calculating your loop overhead."
47 echo "OK, it looks like your benchmark loop costs $LOOP_O usecs."
48 echo ""
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/lsof/files/
H A Dremove-host-information.patch50 @echo Constructing version.h
52 - @echo '#define LSOF_BLDCMT "${LSOF_BLDCMT}"' > version.h;
53 - @echo '#define LSOF_CC "${CC}"' >> version.h
54 - @echo '#define LSOF_CCV "${CCV}"' >> version.h
55 - @echo '#define LSOF_CCFLAGS "'`echo ${CFLAGS} | sed 's/\\\\(/\\(/g' | sed 's/\\\\)/\\)/g' | sed '…
56 - @echo '#define LSOF_CINFO "${CINFO}"' >> version.h
59 - echo '#define LSOF_HOST "'`uname -n`'"' >> version.h; \
61 - echo '#define LSOF_HOST ""' >> version.h; \
65 - echo '#define LSOF_HOST ""' >> version.h; \
67 - echo '#define LSOF_HOST "${LSOF_HOST}"' >> version.h; \
[all …]
/openbmc/u-boot/board/boundary/nitrogen6x/
H A D6x_upgrade.txt2 echo "check U-Boot" ;
5 echo "read $filesize bytes from SD card" ;
8 echo "probed SPI ROM" ;
11 echo "------- U-Boot versions match" ;
13 echo "Need U-Boot upgrade" ;
14 echo "Program in 5 seconds" ;
16 echo $n ;
19 echo "erasing" ;
22 echo "programming" ;
24 echo "verifying" ;
[all …]
/openbmc/openbmc-tools/tracing/
H A DREADME.md36 ++ eval echo '${EVENT_sched}'
37 +++ echo sched/sched_switch sched/sched_wakeup sched/sched_wakeup_new sched/sched_waking
38 + for event in '$(eval echo ${trace})'
39 + echo 1
40 + for event in '$(eval echo ${trace})'
41 + echo 1
42 + for event in '$(eval echo ${trace})'
43 + echo 1
44 + for event in '$(eval echo ${trace})'
45 + echo 1
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/
H A Drpi-config_git.bb116 echo 'hdmi_cvt=${HDMI_CVT}' >> $CONFIG
147 echo "# Enable offline compositing" >>$CONFIG
148 echo "dispmanx_offline=1" >>$CONFIG
153 echo "# Enable SPI bus" >>$CONFIG
154 echo "dtparam=spi=on" >>$CONFIG
159 echo "# Enable I2C" >>$CONFIG
160 echo "dtparam=i2c1=on" >>$CONFIG
161 echo "dtparam=i2c_arm=on" >>$CONFIG
166 echo "# Enable PITFT22 display" >>$CONFIG
167 echo "dtoverlay=pitft22,rotate=270,speed=32000000,txbuflen=32768" >>$CONFIG
[all …]
/openbmc/qemu/tests/rocker/
H A Dall3 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
7 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
11 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
15 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
19 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
/openbmc/openbmc/meta-security/recipes-security/isic/files/
H A Dconfigure_fix.patch30 echo "--enable and --with options recognized:$ac_help"
37 -ac_safe=`echo "$PREFIX/lib/libnet.a" | sed 'y%./+-%__p_%'`
38 -echo $ac_n "checking for $PREFIX/lib/libnet.a""... $ac_c" 1>&6
39 -echo "configure:836: checking for $PREFIX/lib/libnet.a" >&5
40 -if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
41 - echo $ac_n "(cached) $ac_c" 1>&6
44 - { echo "configure: error: Cannot check for file existence when cross compiling" 1>&2; exit 1; }
53 -if eval "test \"`echo '$ac_cv_file_'$ac_safe`\" = yes"; then
54 - echo "$ac_t""yes" 1>&6
57 - echo "$ac_t""no" 1>&6
[all …]
/openbmc/openbmc/poky/meta/recipes-support/vim/files/
H A D0001-src-Makefile-improve-reproducibility.patch24 -@echo '#include "vim.h"' >> $@
25 -@echo 'char_u *default_vim_dir = (char_u *)"$(VIMRCLOC)";' | $(QUOTESED) >> $@
26 -@echo 'char_u *default_vimruntime_dir = (char_u *)"$(VIMRUNTIMEDIR)";' | $(QUOTESED) >> $@
27 - -@echo 'char_u *all_cflags = (char_u *)"$(CC) -c -I$(srcdir) $(ALL_CFLAGS)";' | $(QUOTESED) >> $@
28 - -@echo 'char_u *all_lflags = (char_u *)"$(CC) $(ALL_LIB_DIRS) $(LDFLAGS) -o $(VIMTARGET) $(ALL_LI…
29 - -@echo 'char_u *compiled_user = (char_u *)"' | tr -d $(NL) >> $@
31 - echo "$(COMPILEDBY)" | tr -d $(NL) >> $@; \
33 - -@echo '";' >> $@
34 - -@echo 'char_u *compiled_sys = (char_u *)"' | tr -d $(NL) >> $@
36 - -@echo '";' >> $@
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/byacc/
H A D0001-byacc-do-not-reorder-CC-and-CFLAGS.patch55 -echo "$as_me:2155: checking \$CFLAGS variable" >&5
56 -echo $ECHO_N "checking \$CFLAGS variable... $ECHO_C" >&6
59 - echo "$as_me:2159: result: broken" >&5
60 -echo "${ECHO_T}broken" >&6
61 - { echo "$as_me:2161: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options"…
62 -echo "$as_me: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&2;}
81 - cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
108 - cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
110 -CPPFLAGS=`echo "$CPPFLAGS" | \
136 - cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^[^"]*"'\''//'`
[all …]
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dfunctions35 echo $pid
39 echo "ERROR: command pidof not found" >&2
60 echo "Usage: status {program}"
65 echo "$1 (pid $pid) is running..."
68 echo "$1 is stopped"
74 echo -n -e "${BRACKET}[${SUCCESS} OK ${BRACKET}]${NORMAL}"
80 echo -n -e "${BRACKET}[${FAILURE} FAIL ${BRACKET}]${NORMAL}"
86 echo -n -e "${BRACKET}[${WARNING} WARN ${BRACKET}]${NORMAL}"
92 echo -n -e "${BRACKET}[${SUCCESS} PASS ${BRACKET}]${NORMAL}"
98 echo -n $@
[all …]
/openbmc/openbmc/poky/meta/recipes-support/numactl/numactl/
H A DFix-the-test-output-format.patch23 echo "need at least two nodes with at least $NEEDPAGES each of"
24 echo "free memory for mempolicy regression tests"
25 + echo "SKIP: numa regress"
33 - echo '========SUCCESS'
34 + echo 'PASS: numactl regress'
36 - echo '========FAILURE'
38 + echo 'FAIL: numactl regress'
50 - echo "$@"
52 - echo $1 FAILED!!!!
55 - echo
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntimed/ntimed/
H A Duse-ldflags.patch10 echo
11 echo "ntimed-client: ${l}"
12 - echo " \${CC} \${CFLAGS} -o ntimed-client ${l} -lm"
13 + echo " \${CC} \${CFLAGS} -o ntimed-client ${l} \${LDFLAGS} -lm"
14 echo
15 echo "clean:"
16 echo " rm -f ${l} ntimed-client"
/openbmc/openbmc/poky/meta/recipes-support/libcheck/libcheck/
H A Dnot-echo-compiler-info-to-check_stdint.h.patch1 Do not echo compiler info in a comment line to check_stdint.h which causes
12 @@ -272,7 +272,6 @@ echo "#ifndef" $_ac_stdint_h >$ac_stdint
13 echo "#define" $_ac_stdint_h "1" >>$ac_stdint
14 echo "#ifndef" _GENERATED_STDINT_H >>$ac_stdint
15 echo "#define" _GENERATED_STDINT_H '"'$PACKAGE $VERSION'"' >>$ac_stdint
16 -echo "/* generated $ac_cv_stdint_message */" >>$ac_stdint
18 echo "#define _STDINT_HAVE_STDINT_H" "1" >>$ac_stdint
19 echo "#include <stdint.h>" >>$ac_stdint
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/
H A D0001-Fix-generate-keynames.patch14 @@ -18,7 +18,7 @@ echo "};" >> $1
15 echo >> $1
16 echo >> $1
17 echo "static struct input_key_name key_name [] = {" >> $1
22 echo " { \"$(echo $x | cut -b 5-)\", $x }," >> $1
24 echo "};" >> $1
25 echo >> $1
26 echo "static struct input_key_name btn_name [] = {" >> $1
31 echo " { \"$(echo $x | cut -b 5-)\", $x }," >> $1
/openbmc/u-boot/board/hisilicon/hikey/
H A Dbuild-tf.mak13 @echo "**** Common Makefile ****"
14 @echo "example:"
15 @echo "make -f build-tf.mak build"
19 @echo -n "Check that $(CROSS_COMPILE)gcc is available..."
22 echo "ERROR: cross-compiler $(CROSS_COMPILE)gcc not in PATH=$$PATH!" ; \
23 echo "ABORTING." ; \
26 echo "OK" ;\
30 @echo "Build TF for Hikey..."
38 @echo "Copy resulting binaries..."
/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/
H A Dinit.d35 echo -n "Starting rpcbind daemon..."
37 echo "already running."
42 echo "done."
44 echo "failed."
50 echo "Stopping rpcbind daemon..." in stop()
52 echo "not running." in stop()
57 echo "done." in stop()
59 echo "failed." in stop()
82 echo "Usage: /etc/init.d/rpcbind {start|stop|force-reload|restart|status}"
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D0001-unix-configure-fix-detection-for-cross-compilation.patch36 - echo -- no Large File Support
37 + echo -- yes we have Large File Support!
44 - echo -- no Large File Support - no 64-bit off_t
46 - echo -- no Large File Support - no 64-bit stat
48 - echo -- yes we have Large File Support!
51 - echo -- no Large File Support - conftest returned $r
53 + echo -- no Large File Support
70 echo "-- no Unicode (wchar_t) support"
77 - echo -- no Unicode wchar_t support - wchar_t allocation error
79 - echo -- no Unicode support - wchar_t encoding unspecified
[all …]
/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/
H A Dldflags.patch15 @echo "CFLAGS = ${CFLAGS}"
16 @echo "CC = ${CC}"
17 @echo "SOFLAGS = ${SOFLAGS}"
18 + @echo "LDFLAGS = ${LDFLAGS}"
19 @echo "LD = ${LD}"
25 @echo LD $@
30 @echo LD $@
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A D0001-Allow-the-overriding-of-the-endianness-via-the-confi.patch25 + echo " little endian"
28 + echo " big endian"
48 - echo " little endian"
51 - echo " big endian"
55 + echo " little endian"
58 + echo " big endian"
69 - echo
70 - echo "$0: error: cannot detect system byte ordering"
72 + echo
73 + echo "$0: error: cannot detect system byte ordering"
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0001-Remove-python-venv.patch46 - echo 'Failed to set up virtualenv for mycroft, exiting setup.'
67 - echo 'import sys; sys.__plen = len(sys.path)' > "$VENV_PATH_FILE" || return 1
68 - echo "import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; p=getattr(sys,'__eggin…
72 - echo 'Adding mycroft-core to virtualenv path'
80 echo 'Warning: Failed to install all requirements. Continue? y/N'
92 echo "${script}: Mycroft command/service launcher"
107 echo "Initializing..."
155 - echo "venv-activate.sh: Enter the Mycroft virtual environment"
156 - echo "Usage:"
157 - echo " source venv-activate.sh"
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/
H A D0001-unix-configure-use-_Static_assert-to-do-correct-dete.patch33 echo -- UID/GID test failed on compile - disabling old 16-bit UID/GID support
40 - echo -- UID not 2 bytes - disabling old 16-bit UID/GID support
43 - echo -- GID not 2 bytes - disabling old 16-bit UID/GID support
46 - echo -- 16-bit UIDs and GIDs - keeping old 16-bit UID/GID support
48 - echo -- test failed - conftest returned $r - disabling old 16-bit UID/GID support
51 + echo -- 16-bit UIDs and GIDs - keeping old 16-bit UID/GID support
70 - echo -- no Large File Support
71 + echo -- yes we have Large File Support!
78 - echo -- no Large File Support - no 64-bit off_t
80 - echo -- no Large File Support - no 64-bit stat
[all …]
/openbmc/u-boot/
H A DKbuild20 echo "#ifndef $2"; \
21 echo "#define $2"; \
22 echo "/*"; \
23 echo " * DO NOT MODIFY."; \
24 echo " *"; \
25 echo " * This file was generated by Kbuild"; \
26 echo " */"; \
27 echo ""; \
29 echo ""; \
30 echo "#endif" )
/openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/cdrtools/
H A D0001-Don-t-set-uid-gid-during-install.patch18 LD= @echo " ==> LINKING \"$@\""; ld
19 LOCALIZE= @echo " ==> LOCALIZING \"$@\""; $(RM_F) $@; cp
20 -INSTALL= @echo " ==> INSTALLING \"$@\""; sh $(SRCROOT)/conf/install-sh -c -m $(INSMODEINS) -o $(IN…
21 +INSTALL= @echo " ==> INSTALLING \"$@\""; sh $(SRCROOT)/conf/install-sh -c -m $(INSMODEINS)
22 CHMOD= @echo " ==> SETTING PERMISSIONS ON \"$@\""; chmod
23 CHOWN= @echo " ==> SETTING OWNER ON \"$@\""; chown
24 CHGRP= @echo " ==> SETTING GROUP ON \"$@\""; chgrp

12345678910>>...31