Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-setup-builddir10 if [ -z "$BUILDDIR" ]; then
18 echo "OpenEmbedded setup-builddir - setup build directory $BUILDDIR"
23 mkdir -p "$BUILDDIR/conf"
25 if [ ! -d "$BUILDDIR" ]; then
26 echo >&2 "Error: The builddir ($BUILDDIR) does not exist!"
30 if [ ! -w "$BUILDDIR" ]; then
31 …echo >&2 "Error: Cannot write to $BUILDDIR, perhaps try sourcing with a writable path? i.e. . oe-i…
36 chmod -st "$BUILDDIR" 2>/dev/null || echo "WARNING: unable to chmod $BUILDDIR"
37 chmod -st "$BUILDDIR/conf" 2>/dev/null || echo "WARNING: unable to chmod $BUILDDIR/conf"
39 cd "$BUILDDIR"
[all …]
H A Doe-buildenv-internal69 BUILDDIR="$BDIR"
71 BUILDDIR="$(pwd)/$BDIR"
81 BUILDDIR=$(readlink -f "$BUILDDIR")
82 BBPATH=$BUILDDIR
106 export BUILDDIR
H A Dyocto-check-layer-wrapper13 if [ -z "$BUILDDIR" ]; then
30 base_dir=$(realpath $BUILDDIR/../)
/OK3568_Linux_fs/yocto/poky/bitbake/doc/
H A DMakefile9 BUILDDIR = _build macro
23 rm -rf $(BUILDDIR)/$(DESTDIR)/
24 mkdir -p $(BUILDDIR)/$(DESTDIR)/
25 cp -r $(BUILDDIR)/html/* $(BUILDDIR)/$(DESTDIR)/
26 cp $(BUILDDIR)/singlehtml/index.html $(BUILDDIR)/$(DESTDIR)/singleindex.html
27 sed -i -e 's@index.html#@singleindex.html#@g' $(BUILDDIR)/$(DESTDIR)/singleindex.html
30 @rm -rf $(BUILDDIR)
/OK3568_Linux_fs/yocto/poky/
H A DMakefile9 BUILDDIR = _build macro
23 rm -rf $(BUILDDIR)/$(DESTDIR)/
24 mkdir -p $(BUILDDIR)/$(DESTDIR)/
25 cp -r $(BUILDDIR)/html/* $(BUILDDIR)/$(DESTDIR)/
26 cp $(BUILDDIR)/singlehtml/index.html $(BUILDDIR)/$(DESTDIR)/singleindex.html
27 sed -i -e 's@index.html#@singleindex.html#@g' $(BUILDDIR)/$(DESTDIR)/singleindex.html
30 @rm -rf $(BUILDDIR)
H A Doe-init-build-env52 [ -z "$BUILDDIR" ] || cd "$BUILDDIR"
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dtoaster54 if [ -f ${BUILDDIR}/.toastermain.pid ] ; then
59 for pidfile in ${BUILDDIR}/.toastermain.pid ${BUILDDIR}/.runbuilds.pid; do
74 if ! cat "${BUILDDIR}/.toastermain.pid" 2>/dev/null | xargs -I{} kill -0 {} ; then
76 rm "${BUILDDIR}/.toastermain.pid"
87 </dev/null >>${BUILDDIR}/toaster_web.log 2>&1 \
88 & echo $! >${BUILDDIR}/.toastermain.pid
92 if ! cat "${BUILDDIR}/.toastermain.pid" | xargs -I{} kill -0 {} ; then
94 rm "${BUILDDIR}/.toastermain.pid"
183 TOASTERDIR=`dirname $BUILDDIR`
240 if [ -z "$BUILDDIR" ] || ! which bitbake >/dev/null 2>&1 ; then
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A DMakefile13 TARGETS := $(addprefix $(BUILDDIR)/, $(FILES))
24 $(BUILDDIR)/audio.h.rst: ${UAPI}/dvb/audio.h ${PARSER} $(SRC_DIR)/audio.h.rst.exceptions
27 $(BUILDDIR)/ca.h.rst: ${UAPI}/dvb/ca.h ${PARSER} $(SRC_DIR)/ca.h.rst.exceptions
30 $(BUILDDIR)/dmx.h.rst: ${UAPI}/dvb/dmx.h ${PARSER} $(SRC_DIR)/dmx.h.rst.exceptions
33 $(BUILDDIR)/frontend.h.rst: ${UAPI}/dvb/frontend.h ${PARSER} $(SRC_DIR)/frontend.h.rst.exceptions
36 $(BUILDDIR)/net.h.rst: ${UAPI}/dvb/net.h ${PARSER} $(SRC_DIR)/net.h.rst.exceptions
39 $(BUILDDIR)/video.h.rst: ${UAPI}/dvb/video.h ${PARSER} $(SRC_DIR)/video.h.rst.exceptions
42 $(BUILDDIR)/videodev2.h.rst: ${UAPI}/videodev2.h ${PARSER} $(SRC_DIR)/videodev2.h.rst.exceptions
45 $(BUILDDIR)/media.h.rst: ${UAPI}/media.h ${PARSER} $(SRC_DIR)/media.h.rst.exceptions
48 $(BUILDDIR)/cec.h.rst: ${UAPI}/cec.h ${PARSER} $(SRC_DIR)/cec.h.rst.exceptions
[all …]
/OK3568_Linux_fs/kernel/Documentation/
H A DMakefile25 BUILDDIR = $(obj)/output macro
74 quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4)
75 …cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media $2…
77 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \
83 -d $(abspath $(BUILDDIR)/.doctrees/$3) \
87 $(abspath $(BUILDDIR)/$3/$4)
111 $(MAKE) PDFLATEX="$(PDFLATEX)" LATEXOPTS="$(LATEXOPTS)" -C $(BUILDDIR)/$(var)/latex || exit; \
112 mkdir -p $(BUILDDIR)/$(var)/pdf; \
113 mv $(subst .tex,.pdf,$(wildcard $(BUILDDIR)/$(var)/latex/*.tex)) $(BUILDDIR)/$(var)/pdf/; \
135 $(Q)rm -rf $(BUILDDIR)
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/contrib/
H A Dbbdev.sh8 local BBDIR PKGDIR BUILDDIR
12 if test x"$3" = x; then BUILDDIR=`pwd`; else BUILDDIR=$3; fi
16 BUILDDIR=`readlink -f $BUILDDIR`
17 if ! (test -d $BBDIR && test -d $PKGDIR && test -d $BUILDDIR); then
27 if test x"$PKGDIR" != x"$BUILDDIR"; then
28 BBPATH=$BUILDDIR:$BBPATH
/OK3568_Linux_fs/yocto/poky/documentation/
H A DMakefile10 BUILDDIR = _build macro
26 rm -rf $(BUILDDIR)/$(DESTDIR)/
27 mkdir -p $(BUILDDIR)/$(DESTDIR)/
28 cp -r $(BUILDDIR)/html/* $(BUILDDIR)/$(DESTDIR)/
29 cp $(BUILDDIR)/singlehtml/index.html $(BUILDDIR)/$(DESTDIR)/singleindex.html
30 sed -i -e 's@index.html#@singleindex.html#@g' $(BUILDDIR)/$(DESTDIR)/singleindex.html
47 @rm -rf $(BUILDDIR) $(PNGs) $(PDFs) poky.yaml sphinx-static/switchers.js
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/
H A D0002-mdns-cross-compilation-fixes-for-bitbake.patch65 -BUILDDIR ?= build/prod
67 +BUILDDIR = build/prod
80 @@ -276,8 +278,7 @@ Daemon: setup $(BUILDDIR)/mdnsd
83 $(BUILDDIR)/mdnsd: $(DAEMONOBJS)
89 libdns_sd: setup $(BUILDDIR)/libdns_sd.$(LDSUFFIX)
90 @@ -286,13 +287,9 @@ libdns_sd: setup $(BUILDDIR)/libdns_sd.$(LDSUFFIX)
93 $(BUILDDIR)/libdns_sd.$(LDSUFFIX): $(CLIENTLIBOBJS)
106 @@ -300,8 +297,7 @@ nss_mdns: setup $(BUILDDIR)/$(NSSLIBFILE)
109 $(BUILDDIR)/$(NSSLIBFILE): $(CLIENTLIBOBJS) $(OBJDIR)/nss_mdns.c.so.o
116 @@ -494,21 +490,21 @@ dnsextd: setup $(BUILDDIR)/dnsextd
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dheaders.rst10 .. kernel-include:: $BUILDDIR/frontend.h.rst
12 .. kernel-include:: $BUILDDIR/dmx.h.rst
14 .. kernel-include:: $BUILDDIR/ca.h.rst
16 .. kernel-include:: $BUILDDIR/net.h.rst
21 .. kernel-include:: $BUILDDIR/audio.h.rst
23 .. kernel-include:: $BUILDDIR/video.h.rst
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/builds/
H A Dbuildtest.py38 BuildTest.BUILDDIR = current_builddir
58 cmd = "bash -c 'source oe-init-build-env %s'" % BuildTest.BUILDDIR
71 os.environ['BUILDDIR'] = BuildTest.BUILDDIR
91 BUILDDIR = "/tmp/build/" variable in BuildTest
109 sourcedir=BuildTest.BUILDDIR,
110 builddir=BuildTest.BUILDDIR
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/strace/strace/
H A DMakefile-ptest.patch37 + install $(BUILDDIR)/src/strace $(DESTDIR)/src
40 + cp $(BUILDDIR)/$(TESTDIR)/Makefile $(DESTDIR)/$(TESTDIR)
44 + install $(BUILDDIR)/$(TESTDIR)/$$file $(DESTDIR)/$(TESTDIR); \
/OK3568_Linux_fs/yocto/
H A Doe-init-build-env52 [ -z "$BUILDDIR" ] || cd "$BUILDDIR"
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dcheck-kernel-headers.sh18 BUILDDIR="${1}"
37 EXEC="$(mktemp -p "${BUILDDIR}" -t .check-headers.XXXXXX)"
/OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/
H A Dmk_bundke.sh6 BUILDDIR=$2
23 install -m 644 ${BUILDDIR}/Info.plist ${BUNDLE_ROOT}/Contents
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/
H A Dlirc-header.rst9 .. kernel-include:: $BUILDDIR/lirc.h.rst
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-header.rst9 .. kernel-include:: $BUILDDIR/cec.h.rst
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/
H A Dmedia-header.rst9 .. kernel-include:: $BUILDDIR/media.h.rst
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvideodev.rst9 .. kernel-include:: $BUILDDIR/videodev2.h.rst
/OK3568_Linux_fs/buildroot/package/libsvgtiny/
H A D0004-Build-Include-gperf-generated-code-directly.patch31 -SOURCES := $(SOURCES) $(BUILDDIR)/src_colors.c
34 -$(BUILDDIR)/src_colors.c: src/colors.gperf
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssh/openssh/
H A Drun-ptest8 make -k BUILDDIR=`pwd`/.. .OBJDIR=`pwd` .CURDIR=`pwd` SUDO="sudo" tests \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/suitesparse/suitesparse/
H A D0003-Add-version-information-to-libmetis.patch17 BUILDDIR = build/$(systype)-$(cputype)

12