Lines Matching +full:rootfs +full:- +full:arm
8 # which is to specify -mfpu=neon for optimized speed.
11 # The rootfs image for a Tizen target (RPi3)is located at the below webpage:
12 # http://download.tizen.org/releases/milestone/tizen/4.0.m1/tizen-unified_20170529.1/images/
13 # If you do not have a Tizen device, Please, run qemu-arm-static and chroot command.
14 # $ sudo chroot ~/tizen-rootfs qemu-arm-static /usr/bin/bash
16 CAFFE2_ROOT="$( cd "$(dirname -- "$0")"/.. ; pwd -P)"
18 BUILD_ROOT=${BUILD_ROOT:-"$CAFFE2_ROOT/build"}
19 mkdir -p $BUILD_ROOT
25 # You can set-up a rpm repository with zypper, yum, and dnf because Tizen
38 protobuf-devel \
49 # from https://git.tizen.org/cgit/, append -Dxxx_xxx=OFF option before executing cmake.
51 -DCMAKE_VERBOSE_MAKEFILE=1 \
52 -DUSE_GFLAGS=OFF \
53 -DUSE_GLOG=OFF -DUSE_NNPACK=OFF \
54 -DRUN_HAVE_STD_REGEX=0 \
55 -DRUN_HAVE_POSIX_REGEX=0 \
56 -DHAVE_GNU_POSIX_REGEX=0 \
57 -DUSE_MPI=OFF -DUSE_OPENMP=OFF \
58 -DBUILD_PYTHON=OFF \
59 -DUSE_GLOO=OFF \
60 -DUSE_OPENCV=OFF \
61 -DCAFFE2_CPU_FLAGS="-mfpu=neon -mfloat-abi=soft" \
64 make -j`nproc` || exit 1
69 # You can set-up a rpm repository with zypper, yum, and dnf because Tizen
76 libgflags-dev \
77 libgoogle-glog-dev \
78 libprotobuf-dev \
79 protobuf-compiler
84 libpython-dev \
85 python-numpy \
86 python-pip \
87 python-protobuf
101 # from https://git.tizen.org/cgit/, append -Dxxx_xxx=OFF option before executing cmake.
103 -DCMAKE_VERBOSE_MAKEFILE=1 \
104 -DUSE_CUDA=OFF \
105 -DUSE_ITT=OFF \
106 -DUSE_OPENCV=OFF \
107 -DCAFFE2_CPU_FLAGS="-mfpu=neon -mfloat-abi=soft" \
110 make -j`nproc` || exit 1