/openbmc/openbmc/meta-raspberrypi/docs/ |
H A D | Makefile | 8 BUILDDIR = _build macro 49 rm -rf $(BUILDDIR)/* 53 $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html 77 $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json 119 $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub 141 $(MAKE) -C $(BUILDDIR)/latex all-pdf 148 $(MAKE) -C $(BUILDDIR)/latex all-pdf-ja 153 $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text 159 $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man 175 make -C $(BUILDDIR)/texinfo info [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-setup-builddir | 25 mkdir -p "$BUILDDIR/conf" 27 [ -d "$BUILDDIR" ] || die "The build directory ($BUILDDIR) does not exist!" 28 [ -w "$BUILDDIR" ] || 32 chmod -st "$BUILDDIR" 2>/dev/null || echo "WARNING: unable to chmod $BUILDDIR" 33 chmod -st "$BUILDDIR/conf" 2>/dev/null || echo "WARNING: unable to chmod $BUILDDIR/conf" 35 cd "$BUILDDIR" || die "Failed to change directory to $BUILDDIR!" 68 if [ ! -r "$BUILDDIR/conf/local.conf" ]; then 83 if [ ! -r "$BUILDDIR/conf/bblayers.conf" ]; then 112 if [ ! -r "$BUILDDIR/conf/conf-notes.txt" ]; then 136 [ ! -r "$BUILDDIR/conf/conf-summary.txt" ] || cat "$BUILDDIR/conf/conf-summary.txt" [all …]
|
H A D | oe-buildenv-internal | 69 BUILDDIR="$BDIR" 71 BUILDDIR="$(pwd)/$BDIR" 81 BUILDDIR=$(readlink -f "$BUILDDIR") 82 BBPATH=$BUILDDIR 108 export BUILDDIR
|
H A D | oe-setup-vscode | 15 BUILDDIR=$(readlink -f "$2") 18 if [ ! -d "$OEINIT" ] || [ ! -d "$BUILDDIR" ]; then 19 echo "$OEINIT and/or $BUILDDIR directories are not present." 24 ws_builddir="$(echo "$BUILDDIR" | sed -e "s|$OEINIT|\${workspaceFolder}|g")"
|
H A D | yocto-check-layer-wrapper | 13 if [ -z "$BUILDDIR" ]; then 30 base_dir=$(realpath $BUILDDIR/../)
|
/openbmc/openbmc/poky/bitbake/doc/ |
H A D | Makefile | 9 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)
|
/openbmc/openbmc/poky/bitbake/contrib/ |
H A D | bbdev.sh | 8 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
|
/openbmc/linux/Documentation/ |
H A D | Makefile | 27 BUILDDIR = $(obj)/output macro 82 quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4) 83 …cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media $2… 85 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \ 91 -d $(abspath $(BUILDDIR)/.doctrees/$3) \ 95 $(abspath $(BUILDDIR)/$3/$4) && \ 121 $(MAKE) -C $(BUILDDIR)/texinfo info 142 mkdir -p $(BUILDDIR)/$(var)/pdf; \ 143 mv $(subst .tex,.pdf,$(wildcard $(BUILDDIR)/$(var)/latex/*.tex)) $(BUILDDIR)/$(var)/pdf/; \ 165 $(Q)rm -rf $(BUILDDIR) [all …]
|
/openbmc/u-boot/Documentation/ |
H A D | Makefile | 14 BUILDDIR = $(obj)/output macro 54 quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4) 55 cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/media $2 && \ 57 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \ 61 -d $(abspath $(BUILDDIR)/.doctrees/$3) \ 65 $(abspath $(BUILDDIR)/$3/$4) 85 …$(foreach var,$(SPHINXDIRS), $(MAKE) PDFLATEX=$(PDFLATEX) LATEXOPTS="$(LATEXOPTS)" -C $(BUILDDIR)/… 104 $(Q)rm -rf $(BUILDDIR) 105 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/media clean
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | toaster | 54 if [ -f ${BUILDDIR}/.toastermain.pid ] ; then 59 for pidfile in ${BUILDDIR}/.toastermain.pid ${BUILDDIR}/.runbuilds.pid; do 76 rm "${BUILDDIR}/.toastermain.pid" 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` 187 TOASTER_LOGS_DIR="${BUILDDIR}/toaster_logs/" 248 if [ -z "$BUILDDIR" ] || ! which bitbake >/dev/null 2>&1 ; then 288 conf=${BUILDDIR}/conf/local.conf [all …]
|
/openbmc/linux/Documentation/userspace-api/media/ |
H A D | Makefile | 13 TARGETS := $(addprefix $(BUILDDIR)/, $(FILES)) 24 $(BUILDDIR)/ca.h.rst: ${UAPI}/dvb/ca.h ${PARSER} $(SRC_DIR)/ca.h.rst.exceptions 27 $(BUILDDIR)/dmx.h.rst: ${UAPI}/dvb/dmx.h ${PARSER} $(SRC_DIR)/dmx.h.rst.exceptions 30 $(BUILDDIR)/frontend.h.rst: ${UAPI}/dvb/frontend.h ${PARSER} $(SRC_DIR)/frontend.h.rst.exceptions 33 $(BUILDDIR)/net.h.rst: ${UAPI}/dvb/net.h ${PARSER} $(SRC_DIR)/net.h.rst.exceptions 36 $(BUILDDIR)/videodev2.h.rst: ${UAPI}/videodev2.h ${PARSER} $(SRC_DIR)/videodev2.h.rst.exceptions 39 $(BUILDDIR)/media.h.rst: ${UAPI}/media.h ${PARSER} $(SRC_DIR)/media.h.rst.exceptions 42 $(BUILDDIR)/cec.h.rst: ${UAPI}/cec.h ${PARSER} $(SRC_DIR)/cec.h.rst.exceptions 45 $(BUILDDIR)/lirc.h.rst: ${UAPI}/lirc.h ${PARSER} $(SRC_DIR)/lirc.h.rst.exceptions 52 all: $(IMGDOT) $(BUILDDIR) ${TARGETS} [all …]
|
/openbmc/openbmc/poky/documentation/ |
H A D | Makefile | 13 BUILDDIR = _build macro 29 rm -rf $(BUILDDIR)/$(DESTDIR)/ 30 mkdir -p $(BUILDDIR)/$(DESTDIR)/ 31 cp -r $(BUILDDIR)/html/* $(BUILDDIR)/$(DESTDIR)/ 32 cp $(BUILDDIR)/singlehtml/index.html $(BUILDDIR)/$(DESTDIR)/singleindex.html 33 sed -i -e 's@index.html#@singleindex.html#@g' $(BUILDDIR)/$(DESTDIR)/singleindex.html 50 @rm -rf $(BUILDDIR) $(PNGs) $(PDFs) poky.yaml sphinx-static/switchers.js releases.rst
|
/openbmc/openbmc/meta-security/scripts/ |
H A D | upload-error-report | 5 BUILDDIR=$3 11 if [ ! -e $BUILDDIR ]; then 15 cd $BUILDDIR/../poky 17 if [ -d $BUILDDIR/tmp/log/error-report/ ]; then 21 . ./oe-init-build-env $BUILDDIR 23 for x in `ls $BUILDDIR/tmp/log/error-report/ | grep error_report_`; do
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | headers.rst | 10 .. 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
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/ |
H A D | 0004-make-Separate-TLS-targets-from-libraries.patch | 32 @@ -266,7 +268,7 @@ Daemon: setup $(BUILDDIR)/mdnsd 35 $(BUILDDIR)/mdnsd: $(DAEMONOBJS) 41 @@ -485,16 +487,16 @@ dnsextd: setup $(BUILDDIR)/dnsextd 44 $(BUILDDIR)/mDNSClientPosix: $(APPOBJ) $(TLSOBJS) $(OBJDIR)/Client.c.o 48 $(BUILDDIR)/mDNSResponderPosix: $(COMMONOBJ) $(TLSOBJS) $(OBJDIR)/Responder.c.o 52 $(BUILDDIR)/mDNSProxyResponderPosix: $(COMMONOBJ) $(TLSOBJS) $(OBJDIR)/ProxyResponder.c.o 56 $(BUILDDIR)/mDNSNetMonitor: $(SPECIALOBJ) $(TLSOBJS) $(OBJDIR)/NetMonitor.c.o
|
H A D | 0002-make-Set-libdns_sd.so-soname-correctly.patch | 16 @@ -276,7 +276,7 @@ libdns_sd: setup $(BUILDDIR)/libdns_sd.$ 19 $(BUILDDIR)/libdns_sd.$(LDSUFFIX): $(CLIENTLIBOBJS)
|
/openbmc/u-boot/Documentation/media/ |
H A D | Makefile | 9 TARGETS := $(addprefix $(BUILDDIR)/, $(FILES)) 20 $(BUILDDIR)/linker_lists.h.rst: ${API}/linker_lists.h ${PARSER} $(SRC_DIR)/linker_lists.h.rst.excep… 27 all: $(IMGDOT) $(BUILDDIR) ${TARGETS} 37 $(BUILDDIR):
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/ |
H A D | logs.py | 10 BUILDDIR = Path(os.environ.get('BUILDDIR', '/tmp')) variable 111 'filename': BUILDDIR / 'toaster_logs/django.log', 120 'filename': BUILDDIR / 'toaster_logs/api.log', 129 'filename': BUILDDIR / 'toaster_logs/web.log',
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/ |
H A D | buildtest.py | 38 BuildTest.BUILDDIR = current_builddir 58 cmd = "bash -c 'source oe-init-build-env %s'" % BuildTest.BUILDDIR 71 os.environ['BUILDDIR'] = BuildTest.BUILDDIR 91 BUILDDIR = os.environ.get("BUILDDIR") variable in BuildTest 109 sourcedir=BuildTest.BUILDDIR, 110 builddir=BuildTest.BUILDDIR
|
/openbmc/openbmc/poky/ |
H A D | oe-init-build-env | 53 oe-setup-vscode "$OEROOT" "$BUILDDIR" 58 [ -z "$BUILDDIR" ] || cd "$BUILDDIR"
|
/openbmc/openbmc/ |
H A D | oe-init-build-env | 53 oe-setup-vscode "$OEROOT" "$BUILDDIR" 58 [ -z "$BUILDDIR" ] || cd "$BUILDDIR"
|
/openbmc/ipmitool/ |
H A D | Makefile.am | 65 BUILDDIR = ${shell cd $(top_builddir) ; pwd | sed -e 's,^[^:\\/]:[\\/],/,'} macro 67 RPMDIR = $(BUILDDIR)/rpmbuild 73 BUILDDIR=$(RPMDIR) CONFIGDIR=$(BUILDDIR)/control \
|
/openbmc/openbmc/poky/bitbake/lib/toaster/ |
H A D | tox.ini | 15 BUILDDIR = {env:BUILDDIR} 16 EVENTREPLAY_DIR = {env:EVENTREPLAY_DIR:BUILDDIR}
|
/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/ |
H A D | Makefile-ptest.patch | 37 + install $(BUILDDIR)/src/strace $(DESTDIR)/src 40 + cp $(BUILDDIR)/$(TESTDIR)/Makefile $(DESTDIR)/$(TESTDIR) 44 + install $(BUILDDIR)/$(TESTDIR)/$$file $(DESTDIR)/$(TESTDIR); \
|
/openbmc/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-header.rst | 9 .. kernel-include:: $BUILDDIR/cec.h.rst
|