Home
last modified time | relevance | path

Searched refs:touch (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/
H A Dlibsdl2-mixer_2.8.1.bb16 touch ${STAGING_BINDIR}/fluidsynth
17 touch ${STAGING_BINDIR}/wavpack
18 touch ${STAGING_BINDIR}/wvunpack
19 touch ${STAGING_BINDIR}/wvgain
20 touch ${STAGING_BINDIR}/wvtag
/openbmc/openbmc/poky/meta-selftest/recipes-test/postinst/
H A Dpostinst_1.0.bb18 # At rootfs time touch $TESTDIR/rootfs. Errors if the file already exists, or
34 touch $D${TESTDIR}/rootfs
47 touch ${TESTDIR}/delayed-a
60 touch ${TESTDIR}/delayed-b
67 touch $D${TESTDIR}/rootfs-before-failure
71 touch $D${TESTDIR}/rootfs-after-failure
/openbmc/openbmc/poky/meta-selftest/recipes-test/bbclasses/
H A Dsystemd-and-sysvinit.bb7 touch ${D}${systemd_system_unitdir}/${BPN}.service
10 touch ${D}${INIT_D_DIR}/${BPN}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/logwarn/
H A Dlogwarn_1.0.17.bb37 touch ${S}/NEWS
38 touch ${S}/ChangeLog
39 touch ${S}/README
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-chess/
H A Dgnuchess_6.2.9.bb16 touch ${S}/ABOUT-NLS
17 touch ${S}/man/gnuchess.1
/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-utils/
H A Dampere_power_util.sh13 touch /run/openbmc/host@0-softpoweroff-shutdown-ack
23 touch /run/openbmc/host@0-softpoweroff
/openbmc/u-boot/test/stdint/
H A Dtest-includes.sh32 touch ${out}/config.h
34 touch ${out}/generated/generic-asm-offsets.h
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/
H A Dobmc-init.sh160 touch /takeover and exit to become PID 1 allowing editing of this script.
224 touch $optbase
313 touch $trigger
319 touch $trigger
328 touch $trigger
363 touch $trigger
390 touch $trigger
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/initrdscripts/files/
H A Dgxp-obmc-init.sh154 touch /takeover and exit to become PID 1 allowing editing of this script.
233 touch $optbase
317 touch $trigger
323 touch $trigger
332 touch $trigger
352 touch $trigger
378 touch $trigger
/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/
H A D0003-Exclude-VCS-directory-with-writing-from-an-archive.patch65 +touch .git/_A
68 +touch .gitignore
71 +touch .git_B
72 +touch _C
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/
H A Dmakefile-no-rebuild.patch27 - @if test -f configure.sh; then cp -p configure.sh configure.sh.old; else touch configure.sh.old; …
28 - @if test -f config.h.in; then cp -p config.h.in config.h.in.old; else touch config.h.in.old; fi
30 - autoheader && touch config.h.in
63 - @if test -f Makefile; then cp -p Makefile Makefile.old; else touch Makefile.old; fi
/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/
H A Dampere_power_util.sh22 touch /run/openbmc/host@0-softpoweroff-shutdown-ack
32 touch /run/openbmc/host@0-softpoweroff
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-core/udev/persistent-rs485-port-mapping/
H A Drmc-v1.rules4 ENV{UART_IC}=="FT4232H", ATTRS{busnum}=="1", RUN+="/bin/touch /tmp/udev_ft4232h_bus1_exists"
5 ENV{UART_IC}=="FT4232H", ATTRS{busnum}=="2", RUN+="/bin/touch /tmp/udev_ft4232h_bus2_exists"
6 ENV{UART_IC}=="FT4232H", ATTRS{busnum}=="3", RUN+="/bin/touch /tmp/udev_ft4232h_bus3_exists"
/openbmc/openbmc/poky/meta/recipes-devtools/perl-cross/files/
H A D0001-Makefile-check-the-file-if-patched-or-not.patch24 - $(cpatch) -p1 -i $< && touch $@
25 + test ! -f $@ && ($(cpatch) -p1 -i $< && touch $@) || echo "$@ exist"
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/
H A DLdap.vue47 @change="v$.form.secureLdapEnabled.$touch()"
113 @change="v$.form.serverUri.$touch()"
132 @change="v$.form.bindDn.$touch()"
154 @change="v$.form.bindPassword.$touch()"
172 @change="v$.form.baseDn.$touch()"
192 @change="v$.form.userIdAttribute.$touch()"
209 @change="v$.form.groupIdAttribute.$touch()"
401 this.v$.form.$touch();
429 this.v$.form.activeDirectoryEnabled.$touch();
438 this.v$.form.ldapAuthenticationEnabled.$touch();
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/
H A DModalSettings.vue32 @input="v$.form.lockoutThreshold.$touch()"
64 @change="v$.form.unlockMethod.$touch()"
73 @change="v$.form.unlockMethod.$touch()"
88 @input="v$.form.lockoutDuration.$touch()"
202 this.v$.$touch();
H A DModalUser.vue35 @click="v$.form.manualUnlock.$touch()"
51 @change="v$.form.status.$touch()"
61 @change="v$.form.status.$touch()"
87 @input="v$.form.username.$touch()"
117 @change="v$.form.privilege.$touch()"
155 @input="v$.form.password.$touch()"
190 @input="v$.form.passwordConfirmation.$touch()"
364 this.v$.$touch();
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A Dfreeradius55 touch /var/log/radius/radius.log
60 touch ${PIDFILE}
/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils/
H A Dampere_power_util.sh22 touch /run/openbmc/host@0-softpoweroff-shutdown-ack
32 touch /run/openbmc/host@0-softpoweroff
/openbmc/webui-vue/src/views/Settings/Network/
H A DModalIpv4.vue20 @input="v$.form.ipAddress.$touch()"
42 @input="v$.form.gateway.$touch()"
66 @input="v$.form.subnetMask.$touch()"
167 this.v$.$touch();
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/
H A Dpon5 touch /var/run/ppp-quick
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A Dpostgresql.init66 touch "$PGLOG" || exit 4
118 touch "$lockfile"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/nbench-byte/nbench-byte/
H A Dnbench_32bits.patch37 - if [ "4" = `./pointer` ] ; then touch pointer.h ;\
40 + touch pointer.h ;
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-tools/
H A Dtpm-tools_1.3.9.2.bb35 touch po/Makefile.in.in
36 touch m4/Makefile.am
/openbmc/openbmc/poky/meta-selftest/recipes-test/container-image/
H A Dcontainer-image-testpkg.bb7 touch ${D}${bindir}/theapp

12345678910>>...12