Home
last modified time | relevance | path

Searched refs:SRC_DIR (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dmk-image.sh26 export SRC_DIR=$1
48 [ -d "$SRC_DIR" ] || usage "No such src dir: $SRC_DIR"
54 find $SRC_DIR -maxdepth $DEPTH -mindepth $DEPTH -type d|grep -q "" \
56 find $SRC_DIR -maxdepth $DEPTH -mindepth $DEPTH -type d \
62 find $SRC_DIR -type f \
69 ls $SRC_DIR/* &>/dev/null || return 0
71 echo "Copying $SRC_DIR into $TARGET (root permission required)"
75 cp -rp $SRC_DIR/* $TEMP
91 echo "Making $TARGET from $SRC_DIR with size(${SIZE_KB}KB)"
98 mke2fs -t $FS_TYPE $TARGET -d $SRC_DIR \
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A DMakefile5 SRC_DIR=$(srctree)/Documentation/userspace-api/media macro
16 echo ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions; \
17 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions
20 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions
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
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/
H A Drust-cross-canadian.inc46 SRC_DIR=${RUSTLIB_DIR}/src/rust
47 install -d ${SRC_DIR}/src/llvm-project
48 …PSHOT_BUILD_SYS}/stage2/lib/rustlib/src/rust/src/llvm-project/libunwind ${SRC_DIR}/src/llvm-project
49 … cp -R --no-dereference build/${SNAPSHOT_BUILD_SYS}/stage2/lib/rustlib/src/rust/library ${SRC_DIR}
50 … cp --no-dereference build/${SNAPSHOT_BUILD_SYS}/stage2/lib/rustlib/src/rust/Cargo.lock ${SRC_DIR}
52 chmod -R -x+X ${SRC_DIR}
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/iw/iw/
H A D0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch14 SRC_DIR=$(cd ${SRC_DIR}; pwd)
15 cd "${SRC_DIR}"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0001-Remove-python-venv.patch178 - local SRC_DIR="$( builtin cd "$( dirname "${BASH_SOURCE}" )" ; pwd -P )"
179 - source ${SRC_DIR}/.venv/bin/activate
183 …t-venv-deactivate 2>/dev/null && alias mycroft-venv-activate=\"source '${SRC_DIR}/venv-activate.sh…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dca/dcadec/
H A D0001-define-BASELIB-make-variable.patch28 SRC_DIR := $(realpath $(dir $(lastword $(MAKEFILE_LIST))))