Home
last modified time | relevance | path

Searched refs:DATE (Results 1 – 25 of 36) sorted by relevance

12

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/
H A Dsnort.init15 DATE=`/bin/date +%Y%m%d`
35 if [ ! -d $LOGDIR/$DATE ]; then
36 mkdir -p $LOGDIR/$DATE
37 /bin/chown -R $USER:$USER $LOGDIR/$DATE
38 /bin/chmod -R 700 $LOGDIR/$DATE
54 …Y -D -i $LAN_INTERFACE -u $USER -g $GROUP -c $CONFIG_FILE -l $LOGDIR/$DATE -t $LOGDIR/$DATE -R _ids
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0003-Define-the-C-preprocessor-variable-to-improve-reprod.patch23 DATE="`date $dateopt '+%a %d %B %Y'`"
24 +AC_DEFINE_UNQUOTED([BUILD_DATE], ["$DATE"], [Use reproducible build date])
25 AC_SUBST(DATE)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/openldap/openldap/
H A Dremove-user-host-pwd-from-version.patch21 + DATE=$(date -d@$SOURCE_DATE_EPOCH +' %b %d %Y ')
26 + DATE='" __DATE__ "'
36 +"@(#) \$$PACKAGE: $APPLICATION $VERSION ($DATE $TIME) \$\n"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/makedumpfile/makedumpfile/
H A D0001-makedumpfile-replace-hardcode-CFLAGS.patch34 -CFLAGS := $(CFLAGS_BASE) -DVERSION='"$(VERSION)"' -DRELEASE_DATE='"$(DATE)"'
76 + -DRELEASE_DATE='"$(DATE)"'
126 @sed -e "s/@DATE@/$(DATE)/" \
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/base-files/
H A Dbase-files_3.0.14.bb146 DISTRO_VERSION[vardepsexclude] += "DATE"
153 …_nodate="${@d.getVar('DISTRO_VERSION').replace('snapshot-${DATE}','snapshot').replace('${DATE}',''…
163 do_install_basefilesissue[vardepsexclude] += "DATE"
/OK3568_Linux_fs/rkbin/scripts/
H A Dcheckpatch.sh41 DATE=`sed -n "/^+| 20[0-9][0-9]-/p" ${DIFF_DOC_ALL} | tr -d " " | awk -F "|" '{ print $2 }'`
91 echo "ERROR: ${DOC}: '${DATE}' is wrong, the year should be ${HOST_YEAR}"
96 echo "ERROR: ${DOC}: '${DATE}' is wrong, the month should be ${HOST_MON}"
/OK3568_Linux_fs/external/xserver/debian/po/
H A Dpothead.in27 "POT-Creation-Date: DATE\n"
/OK3568_Linux_fs/yocto/poky/meta/conf/
H A Dbitbake.conf196 DATE := "${@time.strftime('%Y%m%d',time.gmtime())}"
198 DATETIME = "${DATE}${TIME}"
727 SRCDATE = "${DATE}"
H A Ddocumentation.conf131 DATE[doc] = "The date the build was started using YMD format."
/OK3568_Linux_fs/u-boot/
H A DMakefile1407 DATE=""; \
1409 $${date} -u -d "$${SOURCE_DATE}" >/dev/null 2>&1 && DATE="$${date}"; \
1411 if test -n "$${DATE}"; then \
1412 LC_ALL=C $${DATE} -u -d "$${SOURCE_DATE}" +'#define U_BOOT_DATE "%b %d %C%y"'; \
1413 LC_ALL=C $${DATE} -u -d "$${SOURCE_DATE}" +'#define U_BOOT_TIME "%T"'; \
1414 LC_ALL=C $${DATE} -u -d "$${SOURCE_DATE}" +'#define U_BOOT_TZ "%z"'; \
1415 LC_ALL=C $${DATE} -u -d "$${SOURCE_DATE}" +'#define U_BOOT_DMI_DATE "%m/%d/%Y"'; \
1416 LC_ALL=C $${DATE} -u -d "$${SOURCE_DATE}" +'#define U_BOOT_BUILD_DATE 0x%Y%m%d'; \
/OK3568_Linux_fs/yocto/poky/meta-poky/conf/distro/include/
H A Dpoky-floating-revisions.inc51 #SRCDATE_oprofile ?= "${DATE}"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/tvheadend/
H A D0001-adjust-for-64bit-time_t.patch103 htsbuf_qprintf(hq, "#EXT-X-PROGRAM-DATE-TIME:%s\n", buf);
115 htsbuf_qprintf(hq, "#EXT-X-PROGRAM-DATE-TIME:%s\n", buf);
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/pciutils/pciutils/
H A Dconfigure.patch28 …M=`echo $(DATE) | sed 's/-01-/-January-/;s/-02-/-February-/;s/-03-/-March-/;s/-04-/-April-/;s/-05-…
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dcve-update-db-native.bb150 cursor = conn.execute("select DATE from META where YEAR = ?", (year,))
183 c.execute("CREATE TABLE IF NOT EXISTS META (YEAR INTEGER UNIQUE, DATE TEXT)")
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DChangeLog.arcmsr4 ** REV# DATE NAME DESCRIPTION
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpatch.bbclass94 should_apply[vardepsexclude] = "DATE SRCDATE"
H A Dimage.bbclass440 localdata.delVar('DATE')
508 d.appendVarFlag(task, 'vardepsexclude', ' DATETIME DATE ' + ' '.join(vardepsexclude))
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-2.3.rst427 the value of the :term:`DATE` variable, which is the
428 default between Poky releases, the :term:`DATE` value is explicitly
431 Multilib enabled. Regardless, the :term:`DATE` value is inaccurate if the
H A Dmigration-3.3.rst150 :term:`DATE`) to reduce one small source of non-reproducibility. You can
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DCECILL-1.177 Article 4 - EFFECTIVE DATE AND TERM
79 4.1. EFFECTIVE DATE
H A DCECILL-2.1164 Article 4 - EFFECTIVE DATE AND TERM
167 4.1 EFFECTIVE DATE
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst430 DATE = "${@time.strftime('%Y%m%d',time.gmtime())}"
432 This example results in the ``DATE`` variable being set to the current date.
466 unset DATE
469 These two statements remove the ``DATE`` and the ``do_fetch[noexec]`` flag.
H A Dbitbake-user-manual-ref-variables.rst370 and ``DATE`` because these variables are always changing. If you did
/OK3568_Linux_fs/buildroot/
H A DMakefile138 DATE := $(shell date +%Y%m%d) macro
/OK3568_Linux_fs/buildroot/dl/dhrystone/
H A Ddhry-c1775 -DATE:

12