/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0025-gcc-testsuite-tweaks-for-mips-OE.patch | 19 support isn't there to run them. This avoids thousands of test failures. To do 76 # Set up the compiler flags, based on what we're going to do. 77 + global do-what-limit 81 + if [info exists do-what-limit] then { 82 + # Demote run tests to $do-what-limit if set 85 + set do_what ${do-what-limit} 86 + set dg-do-what ${do-what-limit} 148 global dg-do-what-default 149 + global do-what-limit 156 set dg-do-what-default compile [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/terminus-font/terminus-font/ |
H A D | use-no-name-option-for-gzip.patch | 23 - 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 36 + for i in $(PSF) ; do gzip -c -n $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done 39 for i in $(PSF) ; do rm -f $(DESTDIR)$(psfdir)/$$i.gz ; done 44 - for i in $(PSF_VGAW) ; do gzip -c $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done 45 + for i in $(PSF_VGAW) ; do gzip -c -n $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/newlib/libgloss/ |
H A D | fix-rs6000-crt0.patch | 22 - 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/meta-phosphor/recipes-phosphor/state/ |
H A D | phosphor-state-manager-systemd-links.inc | 42 do 44 do 54 do 56 do 68 do 70 do 78 do 80 do 90 do 100 do [all …]
|
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/ |
H A D | samhain-avoid-searching-host-for-postgresql.patch | 26 - 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/poky/meta/recipes-devtools/strace/strace/ |
H A D | 0001-strace-fix-reproducibilty-issues.patch | 19 @@ -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 @@ -91,7 +91,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/qemu/docs/spin/ |
H A D | aio_notify.promela | 8 * the WTFPL will do. 38 do 48 do 65 do 79 :: 1 -> do 90 do
|
H A D | aio_notify_bug.promela | 8 * the WTFPL will do. 37 do 84 do 92 do 100 do 121 do 129 :: !event && notifier_done -> do :: true -> skip; od;
|
H A D | aio_notify_accept.promela | 8 * 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 D | babeltrace_1.5.11.bb | 28 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-dbs/lmdb/files/ |
H A D | 0001-Makefile-use-libprefix-instead-of-libdir.patch | 30 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/scripts/coccinelle/api/ |
H A D | platform_no_drv_owner.cocci | 127 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 D | u-boot-aspeed.inc | 69 for config in ${UBOOT_MACHINE}; do 71 for type in ${UBOOT_CONFIG}; do 77 for binary in ${UBOOT_BINARIES}; 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 [all …]
|
/openbmc/linux/drivers/net/ieee802154/ |
H A D | Kconfig | 21 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. 111 This driver can also be built as a module. To do so, say M here. 122 This driver can also be built as a module. To do so say M here.
|
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/ |
H A D | 0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch | 30 - 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/openbmc/poky/documentation/kernel-dev/ |
H A D | faq.rst | 12 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/meta-nuvoton/recipes-bsp/u-boot/ |
H A D | u-boot-nuvoton.inc | 115 for config in ${UBOOT_MACHINE}; do 117 for type in ${UBOOT_CONFIG}; do 123 for binary in ${UBOOT_BINARIES}; 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 200 for type in ${UBOOT_CONFIG}; do 236 for config in ${UBOOT_MACHINE}; do [all …]
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | BlueOak-1.0.0 | 16 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/poky/meta/recipes-support/libseccomp/ |
H A D | libseccomp_2.5.5.bb | 36 for file in $(find tests/* -executable -type f); do 39 for file in $(find tests/*.tests -type f); do 42 for file in $(find tests/*.pfc -type f); do 46 for file in $(find tools/* -executable -type f); do 50 for file in $(find tools/.libs/* -executable -type f); do
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/ |
H A D | 0012-Fix-configuration-of-NETSNMP_FD_MASK_TYPE.patch | 23 -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-openembedded/meta-networking/recipes-daemons/postfix/files/ |
H A D | 0005-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch | 25 - do 27 - do 43 - do 45 - do
|
/openbmc/openbmc/meta-security/recipes-compliance/scap-security-guide/ |
H A D | scap-security-guide_0.1.74.bb | 54 do 65 do 70 do 75 do 81 for d in ${PDIRS}; do 87 for pycachedir in $(find ${D}/${PTEST_PATH} -name __pycache__); do
|
/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/ |
H A D | u-boot.inc | 55 for config in ${UBOOT_MACHINE}; do 57 for type in ${UBOOT_CONFIG}; do 85 for binary in ${UBOOT_BINARIES}; do 120 for config in ${UBOOT_MACHINE}; do 122 for type in ${UBOOT_CONFIG}; do 140 for config in ${UBOOT_MACHINE}; do 142 for type in ${UBOOT_CONFIG}; do 166 for config in ${UBOOT_MACHINE}; do 168 for type in ${UBOOT_CONFIG}; do 272 for config in ${UBOOT_MACHINE}; do [all …]
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/ |
H A D | functions | 20 while read line; do 26 while read line; do 42 while read line; do 52 grep -v '^#' set_ftrace_filter | while read t; do 81 while read line; do 90 while [ $again -eq 1 ]; do 98 while read line; do 144 for i in "$@" ; do
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/scp-firmware/ |
H A D | scp-firmware_2.15.0.bb | 59 for FW in ${FW_TARGETS}; do 60 for TYPE in ${FW_INSTALL}; do 70 for FW in ${FW_TARGETS}; do 71 for TYPE in ${FW_INSTALL}; do 80 for TYPE in ${FW_INSTALL}; do 81 for FW in ${FW_TARGETS}; do
|