Home
last modified time | relevance | path

Searched refs:do (Results 1 – 25 of 3166) sorted by relevance

12345678910>>...127

/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0025-gcc-testsuite-tweaks-for-mips-OE.patch75 + global do-what-limit
84 + set dg-do-what ${do-what-limit}
146 global dg-do-what-default
147 + global do-what-limit
155 + set do-what-limit link
162 set dg-do-what-default run
163 + set do-what-limit run
166 + unset do-what-limit
173 global dg-do-what-default
174 + global do-what-limit
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/terminus-font/terminus-font/
H A Duse-no-name-option-for-gzip.patch23 - for i in $(PSF) ; do gzip -c $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done
24 + for i in $(PSF) ; do gzip -c -n $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done
26 - for i in $(PCF) ; do gzip -c $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done
27 + for i in $(PCF) ; do gzip -c -n $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done
30 for i in $(PSF) ; do rm -f $(DESTDIR)$(psfdir)/$$i.gz ; done
35 - for i in $(PSF) ; do gzip -c $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done
39 for i in $(PSF) ; do rm -f $(DESTDIR)$(psfdir)/$$i.gz ; done
48 for i in $(PSF_VGAW) ; do rm -f $(DESTDIR)$(psfdir)/$$i.gz ; done
53 - for i in $(PCF) ; do gzip -c $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done
57 for i in $(PCF) ; do rm -f $(DESTDIR)$(x11dir)/$$i.gz ; done
[all …]
/openbmc/openbmc/poky/meta/recipes-core/newlib/libgloss/
H A Dfix-rs6000-crt0.patch22 - set -e; for x in ${MVME_CRT0} ${MVME_BSP} ${MVME_SCRIPTS}; do ${INSTALL_DATA} $$x $(DESTDIR)${too…
23 + set -e; for x in ${MVME_CRT0} ${MVME_BSP} ${MVME_SCRIPTS}; do ${INSTALL_DATA} $$x $(DESTDIR)${too…
31 - set -e; for x in ${YELLOWKNIFE_CRT0} ${YELLOWKNIFE_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${toold…
32 + set -e; for x in ${YELLOWKNIFE_CRT0} ${YELLOWKNIFE_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${toold…
33 …set -e; for x in ${YELLOWKNIFE_SCRIPTS}; do ${INSTALL_DATA} $(srcdir)/$$x $(DESTDIR)${tooldir}/lib…
37 - set -e; for x in ${ADS_CRT0} ${ADS_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISU…
38 + set -e; for x in ${ADS_CRT0} ${ADS_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISU…
39 …set -e; for x in ${ADS_SCRIPTS}; do ${INSTALL_DATA} $(srcdir)/$$x $(DESTDIR)${tooldir}/lib${MULTIS…
43 - set -e; for x in ${MBX_CRT0} ${MBX_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISU…
44 + set -e; for x in ${MBX_CRT0} ${MBX_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISU…
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/
H A D0001-strace-fix-reproducibilty-issues.patch19 @@ -46,7 +46,7 @@ while read -r name arg0 args; do {
23 -# Generated by $0 from $input ($name $arg0 $args); do not edit."
24 +# Generated by $(basename $0) from $input ($name $arg0 $args); do not edit."
28 @@ -80,7 +80,7 @@ while read -r name arg0 args; do {
32 - printf '# Generated by %s from %s; do not edit.\n' "$0" "$input"
33 + printf '# Generated by %s from %s; do not edit.\n' "$(basename $0)" "$input"
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A Dsamhain-avoid-searching-host-for-postgresql.patch26 - do
39 - for i in $pgsql_directory; do
47 - for i in $pgsql_directory; do
55 - for i in $pgsql_directory; do
65 - for i in $pgsql_directory; do
71 - for i in lib lib/pgsql lib/postgresql; do
73 - for j in `echo $str`; do
82 - for ff in $pgsql_directory; do
83 - for i in lib lib/pgsql lib/postgresql; do
85 - for j in `echo $str`; do
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpreplay/tcpreplay/
H A D0001-configure.ac-unify-search-dirs-for-pcap-and-add-lib3.patch50 for ext in .dylib .so .tbd ; do
51 … in . lib lib64 lib/${host_cpu}-${host_os} ${host_cpu}-${host_os} lib/${MULTIARCH} ${MULTIARCH}; do
52 …lib lib64 lib32 lib/${host_cpu}-${host_os} ${host_cpu}-${host_os} lib/${MULTIARCH} ${MULTIARCH}; do
59 for ext in ${libext} .a .A.tbd ; do
60 … in . lib lib64 lib/${host_cpu}-${host_os} ${host_cpu}-${host_os} lib/${MULTIARCH} ${MULTIARCH}; do
61 …lib lib64 lib32 lib/${host_cpu}-${host_os} ${host_cpu}-${host_os} lib/${MULTIARCH} ${MULTIARCH}; do
68 for ext in .dylib .so .tbd; do
70 …lib lib64 lib32 lib/${host_cpu}-${host_os} ${host_cpu}-${host_os} lib/${MULTIARCH} ${MULTIARCH}; do
77 for ext in ${libext} .a .A.tbd ; do
78 … in . lib lib64 lib/${host_cpu}-${host_os} ${host_cpu}-${host_os} lib/${MULTIARCH} ${MULTIARCH}; do
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/
H A Dphosphor-state-manager-systemd-links.inc42 do
54 do
68 do
78 do
90 do
100 do
108 do
118 do
126 do
136 do
[all …]
/openbmc/qemu/docs/spin/
H A Daio_notify.promela8 * the WTFPL will do.
38 do
48 do
65 do
79 :: 1 -> do
90 do
H A Daio_notify_bug.promela8 * the WTFPL will do.
37 do
84 do
92 do
100 do
121 do
129 :: !event && notifier_done -> do :: true -> skip; od;
H A Daio_notify_accept.promela8 * the WTFPL will do.
43 do
94 do
104 do
112 do
133 do
141 :: !event && notifier_done -> do :: true -> skip; od;
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/
H A Dbabeltrace_1.5.11.bb28 for f in $(grep -l -r abs_top_srcdir ${S}/tests); do
32 for f in $(grep -l -r abs_top_builddir ${S}/tests); do
35 for f in $(grep -l -r GREP ${S}/tests); do
39 for f in $(grep -l -r SED ${S}/tests); do
50 for f in config/tap-driver.sh config/test-driver; do
59 for d in $(find "${B}/tests" -type d -not -name .libs -printf '%P ') ; do
69 for d in $(find "${B}/tests" -type d -name .libs -printf '%P ') ; do
70 for f in $(find "${B}/tests/$d" -maxdepth 1 -executable -type f -printf '%P ') ; do
92 for f in $(grep -l -r "^BABELTRACE_BIN" ${D}${PTEST_PATH}); do
95 for f in $(grep -l -r "^BTBIN" ${D}${PTEST_PATH}); do
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13/
H A D0001-Add-config.guess-config.sub-install-to-destdir.patch28 for p in $(ASCRIPTS); do \
32 for i in $(M4FROZEN); do \
36 for i in $(M4FILES) acconfig.h; do \
44 - acmakevars; do \
46 + acmakevars config.guess config.sub; do \
54 for i in *.info*; do \
59 for i in $(srcdir)/*.info*; do \
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dnet-lib.pl.patch11 do "$gconfig{'os_type'}-9.1-ALL-lib.pl";
14 - do "$gconfig{'os_type'}-lib.pl";
15 + #do "$gconfig{'os_type'}-lib.pl";
16 + do "debian-linux-lib.pl";
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/
H A D0001-Makefile-use-libprefix-instead-of-libdir.patch30 for f in $(IPROGS); do cp $$f $(DESTDIR)$(bindir); done
31 - for f in $(ILIBS); do cp $$f $(DESTDIR)$(libdir); done
32 + for f in $(ILIBS); do cp $$f $(DESTDIR)$(libprefix); done
33 for f in $(IHDRS); do cp $$f $(DESTDIR)$(includedir); done
34 for f in $(IDOCS); do cp $$f $(DESTDIR)$(mandir)/man1; done
/openbmc/linux/Documentation/netlink/specs/
H A Dethtool.yaml992 do:
1028 do:
1076 do:
1105 do:
1170 do:
1213 do:
1248 do:
1302 do:
1334 do:
1367 do:
[all …]
/openbmc/linux/scripts/coccinelle/api/
H A Dplatform_no_drv_owner.cocci127 msg = "No need to set .owner here. The core will do it."
134 msg = "No need to set .owner here. The core will do it."
141 msg = "No need to set .owner here. The core will do it."
148 msg = "No need to set .owner here. The core will do it."
157 msg = "No need to set .owner here. The core will do it."
164 msg = "No need to set .owner here. The core will do it."
171 msg = "No need to set .owner here. The core will do it."
178 msg = "No need to set .owner here. The core will do it."
/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/
H A Du-boot-aspeed.inc69 for config in ${UBOOT_MACHINE}; do
71 for type in ${UBOOT_CONFIG}; do
98 for config in ${UBOOT_MACHINE}; do
100 for type in ${UBOOT_CONFIG}; do
123 for config in ${UBOOT_MACHINE}; do
125 for type in ${UBOOT_CONFIG}; do
152 for config in ${UBOOT_MACHINE}; do
154 for type in ${UBOOT_CONFIG}; do
194 for config in ${UBOOT_MACHINE}; do
196 for type in ${UBOOT_CONFIG}; do
[all …]
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/
H A D0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch30 - for i in /boot/vmlinuz-* /vmlinuz-* /boot/kernel-* ; do
31 + for i in /boot/bzImage-* /bzImage-* /boot/vmlinuz-* /vmlinuz-* /boot/kernel-* ; do
37 - for i in /boot/vmlinuz-* /boot/vmlinux-* /vmlinuz-* /vmlinux-* /boot/kernel-* ; do
38 …boot/bzImage-* /boot/vmlinuz-* /boot/vmlinux-* /bzImage-* /vmlinuz-* /vmlinux-* /boot/kernel-* ; do
50 -for i in /boot/vmlinu[xz]-* /vmlinu[xz]-* /boot/kernel-*; do
51 +for i in /boot/bzImage[xz]-* /bzImage[xz]-* /boot/vmlinu[xz]-* /vmlinu[xz]-* /boot/kernel-*; do
/openbmc/linux/drivers/net/ieee802154/
H A DKconfig21 This driver can also be built as a module. To do so say M here.
33 This driver can also be built as a module. To do so, say M here.
45 This driver can also be built as a module. To do so, say M here.
56 This driver can also be built as a module. To do so, say M here.
66 This driver can also be built as a module. To do so say M here.
77 This driver can also be built as a module. To do so, say M here.
89 This driver can also be built as a module. To do so, say M here.
110 This driver can also be built as a module. To do so, say M here.
121 This driver can also be built as a module. To do so say M here.
/openbmc/openbmc/poky/documentation/kernel-dev/
H A Dfaq.rst12 How do I use my own Linux kernel ``.config`` file?
19 How do I create configuration fragments?
26 How do I use my own Linux kernel sources?
33 How do I install/not-install the kernel image on the root filesystem?
46 How do I install a specific kernel module?
67 How do I change the Linux kernel command line?
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-Makefile.am-remove-runtime-linux-uprobes-and-runtime.patch28 do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/runtime/softfloat/$$f; done)
30 do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/runtime/linux/$$f; done)
32 - do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/runtime/linux/uprobes/$$f; done)
34 - do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/runtime/linux/uprobes2/$$f; done)
36 | while read f; do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/tapset/$$f; done)
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DBlueOak-1.0.016 You must not do anything with this software that triggers
21 Each contributor licenses you to do everything with this
37 days after the notice. If you do not do so, your license
42 Each contributor licenses you to do everything with this
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/
H A D0005-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch25 - do
27 - do
43 - do
45 - do
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0012-Fix-configuration-of-NETSNMP_FD_MASK_TYPE.patch23 -for type in __fd_mask __int32_t unknown; do
24 +for type in __fd_mask __int32_t long\ int unknown; do
36 -for type in __fd_mask __int32_t unknown; do
37 +for type in __fd_mask __int32_t long\ int unknown; do
/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/
H A Du-boot-nuvoton.inc115 for config in ${UBOOT_MACHINE}; do
117 for type in ${UBOOT_CONFIG}; do
144 for config in ${UBOOT_MACHINE}; do
146 for type in ${UBOOT_CONFIG}; do
169 for config in ${UBOOT_MACHINE}; do
171 for type in ${UBOOT_CONFIG}; do
198 for config in ${UBOOT_MACHINE}; do
236 for config in ${UBOOT_MACHINE}; do
238 for type in ${UBOOT_CONFIG}; do
267 for config in ${UBOOT_MACHINE}; do
[all …]

12345678910>>...127