From d789a51d9072eaaa1b8ae8b637c760723db503c6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 4 Jul 2017 22:10:46 +0200 Subject: glib: needs iconv, reported by Martin T. --- package/glib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/glib/Makefile b/package/glib/Makefile index 3761bc791..dd818f5a4 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -13,7 +13,7 @@ PKG_SECTION:= libs/misc PKG_DEPENDS:= libpcre zlib PKG_BUILDDEP:= glib-host libffi zlib libelf dbus pcre HOST_BUILDDEP:= libffi-host python2-host gettext-host util-linux-host -PKG_NEEDS:= threads intl +PKG_NEEDS:= threads intl iconv PKG_URL:= http://www.gtk.org/ PKG_SITES:= http://ftp.gnome.org/pub/GNOME/sources/glib/$(PKG_EXTRAVER)/ PKG_OPTS:= dev noscripts -- cgit v1.2.3 From 38a55849a2f3a237e643cf7abd149ba054dd3a96 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 4 Jul 2017 21:39:59 +0200 Subject: linux: fix compile of host-tools on non-Linux hosts, reported by Diez --- mk/kernel-vars.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/kernel-vars.mk b/mk/kernel-vars.mk index 17227afed..c122a1ef1 100644 --- a/mk/kernel-vars.mk +++ b/mk/kernel-vars.mk @@ -12,13 +12,13 @@ KERNEL_MAKE_OPTS:= V=1 \ # regex for relocs needs pcre ifeq ($(OS_FOR_BUILD),Darwin) -KERNEL_MAKE_OPTS+= HOSTLDFLAGS='-lpcreposix' +KERNEL_MAKE_OPTS+= HOSTLDFLAGS='-lpcreposix -Wl,-no_pie' endif # non-Linux platforms need elf.h ifneq ($(OS_FOR_BUILD),Linux) KERNEL_MAKE_OPTS+= HOSTCFLAGS='$(HOST_CPPFLAGS) ${HOST_CFLAGS}' -KERNEL_MAKE_OPTS+= HOST_EXTRACFLAGS='-I${LINUX_DIR}/tools/include -I${ADK_TOPDIR}/adk/include -DKBUILD_NO_NLS' +KERNEL_MAKE_OPTS+= HOST_EXTRACFLAGS='-I${LINUX_DIR}/tools/include -I${LINUX_DIR}/security/selinux/include -I${ADK_TOPDIR}/adk/include -DKBUILD_NO_NLS' else KERNEL_MAKE_OPTS+= HOSTCFLAGS='${HOST_CFLAGS}' endif -- cgit v1.2.3 From 75a6169f398febcf900cd8e041e1c6ce4c681991 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 4 Jul 2017 23:10:34 +0200 Subject: GNU tr is required for Linux kernel compilation --- scripts/prereq.sh | 6 +++--- target/config/Config.in.tools | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/scripts/prereq.sh b/scripts/prereq.sh index e0d2aa002..0222172b9 100755 --- a/scripts/prereq.sh +++ b/scripts/prereq.sh @@ -688,6 +688,9 @@ fi if [ $host_build_tar -eq 1 ]; then printf "\t%s\n" "select ADK_HOST_BUILD_TAR" >> $topdir/target/config/Config.in.prereq fi +if [ $host_build_coreutils -eq 1 ]; then + printf "\t%s\n" "select ADK_HOST_BUILD_COREUTILS" >> $topdir/target/config/Config.in.prereq +fi if [ $host_build_cpio -eq 1 ]; then printf "\t%s\n" "select ADK_HOST_BUILD_CPIO" >> $topdir/target/config/Config.in.prereq fi @@ -713,9 +716,6 @@ fi if [ $host_build_qemu -eq 1 ]; then printf "\t%s\n" "select ADK_HOST_BUILD_QEMU if ADK_HOST_NEED_QEMU" >> $topdir/target/config/Config.in.prereq fi -if [ $host_build_coreutils -eq 1 ]; then - printf "\t%s\n" "select ADK_HOST_BUILD_COREUTILS if ADK_HOST_NEED_COREUTILS" >> $topdir/target/config/Config.in.prereq -fi # create Host OS symbols case $os in diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index c39916044..3ca583294 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -223,11 +223,6 @@ config ADK_HOST_BUILD_QEMU bool default n -config ADK_HOST_NEED_COREUTILS - bool - default y if ADK_TARGET_BOARD_BCM28XX - default n - config ADK_HOST_BUILD_COREUTILS bool default n -- cgit v1.2.3 From 10137dd947e29d301519cfa914ccfd6c979f4396 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 4 Jul 2017 23:13:16 +0200 Subject: travis: add some targets, we cache git clone stuff now on distfiles.openadk.org, timeout shouldn't be reached --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2c3eaa7ed..7231374c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,11 @@ git: depth: 3 matrix: include: - - env: ARCH=arm SYSTEM=linksys-nslu2 + - env: ARCH=arm SYSTEM=linksys-nslu2 ENDIAN=big + - env: ARCH=arm SYSTEM=raspberry-pi + - env: ARCH=arm SYSTEM=raspberry-pi2 + - env: ARCH=arm SYSTEM=raspberry-pi3 + - env: ARCH=arm SYSTEM=beaglebone-black - env: ARCH=avr32 SYSTEM=atmel-ngw100 - env: ARCH=avr32 SYSTEM=grasshopper - env: ARCH=cris SYSTEM=foxboard-lx832 -- cgit v1.2.3 From 3a749e122afc7c1aab92fecad51faaf6bee1f49d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 5 Jul 2017 22:35:56 +0200 Subject: ixp4xx-microcode: add missing directory creation --- package/ixp4xx-microcode/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/ixp4xx-microcode/Makefile b/package/ixp4xx-microcode/Makefile index 340475d61..782b6d747 100644 --- a/package/ixp4xx-microcode/Makefile +++ b/package/ixp4xx-microcode/Makefile @@ -32,6 +32,7 @@ do-build: ); do-install: + $(INSTALL_DIR) $(IDIR_IXP4XX_MICROCODE)/lib/firmware $(INSTALL_BIN) $(WRKBUILD)/NPE-* \ $(IDIR_IXP4XX_MICROCODE)/lib/firmware -- cgit v1.2.3 From e25c704eb99a2a83c118b997d0d0e152d03dc704 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 5 Jul 2017 22:37:32 +0200 Subject: musl: hotfix committed upstream --- toolchain/musl/patches/git/s390-hotfix.patch | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 toolchain/musl/patches/git/s390-hotfix.patch diff --git a/toolchain/musl/patches/git/s390-hotfix.patch b/toolchain/musl/patches/git/s390-hotfix.patch deleted file mode 100644 index ad5dee080..000000000 --- a/toolchain/musl/patches/git/s390-hotfix.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 67d252fe0c131e3a1fa56d8bec9c25613a7f3bcd Mon Sep 17 00:00:00 2001 -From: Bobby Bingham -Date: Fri, 25 Nov 2016 12:58:04 -0600 -Subject: [PATCH] s390: replace absolute branch with relative branch - ---- - src/signal/s390x/sigsetjmp.s | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/signal/s390x/sigsetjmp.s b/src/signal/s390x/sigsetjmp.s -index 72dfc25..41b1bd9 100644 ---- a/src/signal/s390x/sigsetjmp.s -+++ b/src/signal/s390x/sigsetjmp.s -@@ -6,7 +6,7 @@ - sigsetjmp: - __sigsetjmp: - ltgr %r3, %r3 -- bz ___setjmp -+ jz ___setjmp - - stg %r14, 18*8(%r2) - stg %r6, 20*8(%r2) --- -2.10.2 - -- cgit v1.2.3 From f823f8e3968f434bae70e59fa1a5c64b58e7c4be Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 6 Jul 2017 19:03:39 +0200 Subject: linux: fix cross-compile issues on MacOS X, too old /bin/sh --- mk/kernel-vars.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/kernel-vars.mk b/mk/kernel-vars.mk index c122a1ef1..5595693b4 100644 --- a/mk/kernel-vars.mk +++ b/mk/kernel-vars.mk @@ -7,7 +7,7 @@ KERNEL_MAKE_OPTS:= V=1 \ CC="$(TARGET_CC)" \ HOSTCC="${HOST_CC}" \ HOSTCXX="${HOST_CXX}" \ - DISABLE_PAX_PLUGINS=y \ + SHELL='${SHELL}' \ CONFIG_SHELL='${SHELL}' # regex for relocs needs pcre -- cgit v1.2.3 From 92855b2b18aff940a539f1998559c5f07889c464 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 3 Jul 2017 20:40:15 +0200 Subject: tinyxml: use kodi version --- package/tinyxml/Makefile | 21 +++++------- package/tinyxml/patches/patch-Makefile | 61 ---------------------------------- 2 files changed, 8 insertions(+), 74 deletions(-) delete mode 100644 package/tinyxml/patches/patch-Makefile diff --git a/package/tinyxml/Makefile b/package/tinyxml/Makefile index 0a9e073a5..5e24fc2d6 100644 --- a/package/tinyxml/Makefile +++ b/package/tinyxml/Makefile @@ -6,32 +6,27 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= tinyxml PKG_VERSION:= 2.6.2 PKG_RELEASE:= 1 -PKG_HASH:= ac6bb9501c6f50cc922d22f26b02fab168db47521be5e845b83d3451a3e1d512 +PKG_HASH:= 8164c9ad48b9028667768a584d62f7760cfbfb90d0dd6214ad174403058da10c PKG_DESCR:= simple, small, minimal, c++ xml parser PKG_SECTION:= libs/data PKG_BUILDDEP:= unzip-host -PKG_URL:= http://sourceforge.net/projects/tinyxml/ -PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=tinyxml/} +PKG_SITES:= http://mirrors.xbmc.org/build-deps/sources/ PKG_OPTS:= dev -DISTFILES:= ${PKG_NAME}_2_6_2.zip -WRKDIST= ${WRKDIR}/tinyxml +DISTFILES:= ${PKG_NAME}-2.6.2_2.tar.gz +WRKDIST= ${WRKDIR}/tinyxml-2.6.2_2 include $(ADK_TOPDIR)/mk/package.mk $(eval $(call PKG_template,TINYXML,tinyxml,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) TARGET_CXXFLAGS+= -fPIC -CONFIG_STYLE:= manual -INSTALL_STYLE:= manual + +AUTOTOOL_STYLE:= autoreconf tinyxml-install: - $(INSTALL_DIR) $(IDIR_TINYXML)/usr/lib/ - $(CP) $(WRKBUILD)/libtinyxml*.so* \ + $(INSTALL_DIR) $(IDIR_TINYXML)/usr/lib + $(CP) $(WRKINST)/usr/lib/libtinyxml.so* \ $(IDIR_TINYXML)/usr/lib - $(INSTALL_DATA) $(WRKBUILD)/tiny{str,xml}.h \ - $(STAGING_TARGET_DIR)/usr/include - $(INSTALL_DATA) ./files/tinyxml.pc \ - $(STAGING_TARGET_DIR)/usr/lib/pkgconfig include ${ADK_TOPDIR}/mk/pkg-bottom.mk diff --git a/package/tinyxml/patches/patch-Makefile b/package/tinyxml/patches/patch-Makefile deleted file mode 100644 index bfe7abb95..000000000 --- a/package/tinyxml/patches/patch-Makefile +++ /dev/null @@ -1,61 +0,0 @@ ---- tinyxml.orig/Makefile 2013-07-30 15:47:47.000000000 +0200 -+++ tinyxml/Makefile 2013-07-30 15:47:46.000000000 +0200 -@@ -15,13 +15,13 @@ PROFILE := NO - - # TINYXML_USE_STL can be used to turn on STL support. NO, then STL - # will not be used. YES will include the STL files. --TINYXML_USE_STL := NO -+TINYXML_USE_STL := YES - - #**************************************************************************** - --CC := gcc --CXX := g++ --LD := g++ -+CC ?= gcc -+CXX ?= g++ -+LD := $(CXX) - AR := ar rc - RANLIB := ranlib - -@@ -41,9 +41,9 @@ ifeq (YES, ${DEBUG}) - CXXFLAGS := ${DEBUG_CXXFLAGS} - LDFLAGS := ${DEBUG_LDFLAGS} - else -- CFLAGS := ${RELEASE_CFLAGS} -- CXXFLAGS := ${RELEASE_CXXFLAGS} -- LDFLAGS := ${RELEASE_LDFLAGS} -+ CFLAGS ?= ${RELEASE_CFLAGS} -+ CXXFLAGS ?= ${RELEASE_CXXFLAGS} -+ LDFLAGS ?= ${RELEASE_LDFLAGS} - endif - - ifeq (YES, ${PROFILE}) -@@ -81,7 +81,7 @@ CXXFLAGS := ${CXXFLAGS} ${DEFS} - # Targets of the build - #**************************************************************************** - --OUTPUT := xmltest -+OUTPUT := libtinyxml.so.2.6.2 - - all: ${OUTPUT} - -@@ -90,7 +90,7 @@ all: ${OUTPUT} - # Source files - #**************************************************************************** - --SRCS := tinyxml.cpp tinyxmlparser.cpp xmltest.cpp tinyxmlerror.cpp tinystr.cpp -+SRCS := tinyxml.cpp tinyxmlparser.cpp tinyxmlerror.cpp tinystr.cpp - - # Add on the sources for libraries - SRCS := ${SRCS} -@@ -102,7 +102,8 @@ OBJS := $(addsuffix .o,$(basename ${SRCS - #**************************************************************************** - - ${OUTPUT}: ${OBJS} -- ${LD} -o $@ ${LDFLAGS} ${OBJS} ${LIBS} ${EXTRA_LIBS} -+ ${CXX} -shared -Wl,-soname,libtinyxml.so.2.6.2 -o $@ ${OBJS} ${LDFLAGS} ${LIBS} ${EXTRA_LIBS} -+ ln -sf libtinyxml.so.2.6.2 libtinyxml.so - - #**************************************************************************** - # common rules -- cgit v1.2.3 From 9daf8c810684c4b438e361f3e57ed322265f95c0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 3 Jul 2017 20:41:50 +0200 Subject: bcm28xx-vc: use /usr --- package/bcm28xx-vc/Makefile | 75 +- ...applications_linux_apps_raspicam_CMakeLists_txt | 6 +- ...-host_applications_linux_apps_raspicam_Makefile | 816 +++++++++++++++++++++ ...applications_linux_libs_bcm_host_CMakeLists_txt | 12 +- .../patches/patch-interface_khronos_CMakeLists_txt | 17 + .../linux/libs/bcm_host/bcm_host.pc.in | 10 + .../bcm28xx-vc/src/interface/khronos/egl/egl.pc.in | 11 + .../src/interface/khronos/glxx/glesv2.pc.in | 10 + 8 files changed, 913 insertions(+), 44 deletions(-) create mode 100644 package/bcm28xx-vc/patches/patch-host_applications_linux_apps_raspicam_Makefile create mode 100644 package/bcm28xx-vc/patches/patch-interface_khronos_CMakeLists_txt create mode 100644 package/bcm28xx-vc/src/host_applications/linux/libs/bcm_host/bcm_host.pc.in create mode 100644 package/bcm28xx-vc/src/interface/khronos/egl/egl.pc.in create mode 100644 package/bcm28xx-vc/src/interface/khronos/glxx/glesv2.pc.in diff --git a/package/bcm28xx-vc/Makefile b/package/bcm28xx-vc/Makefile index 6f802f326..2c546b5f2 100644 --- a/package/bcm28xx-vc/Makefile +++ b/package/bcm28xx-vc/Makefile @@ -36,52 +36,49 @@ $(eval $(call PKG_template,BCM28XX_VC_DEBUG,bcm28xx-vc-debug,$(PKG_VERSION)-$(PK $(eval $(call PKG_template,BCM28XX_VC_GL_LIBS,bcm28xx-vc-gl-libs,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION))) CONFIG_STYLE:= cmake +CMAKE_FLAGS+= -DVMCS_INSTALL_PREFIX=/usr bcm28xx-vc-tools-install: - $(INSTALL_DIR) $(IDIR_BCM28XX_VC_TOOLS)/opt/vc/bin - $(INSTALL_BIN) $(WRKINST)/opt/vc/bin/vcgencmd \ - $(IDIR_BCM28XX_VC_TOOLS)/opt/vc/bin - $(INSTALL_BIN) $(WRKINST)/opt/vc/bin/dtoverlay \ - $(IDIR_BCM28XX_VC_TOOLS)/opt/vc/bin + $(INSTALL_DIR) $(IDIR_BCM28XX_VC_TOOLS)/usr/bin + $(INSTALL_BIN) $(WRKINST)/usr/bin/vcgencmd \ + $(IDIR_BCM28XX_VC_TOOLS)/usr/bin + $(INSTALL_BIN) $(WRKINST)/usr/bin/dtoverlay \ + $(IDIR_BCM28XX_VC_TOOLS)/usr/bin bcm28xx-vc-debug-install: - $(INSTALL_DIR) $(IDIR_BCM28XX_VC_DEBUG)/opt/vc/lib - $(CP) $(WRKINST)/opt/vc/lib/libdebug_sym.so \ - $(IDIR_BCM28XX_VC_DEBUG)/opt/vc/lib + $(INSTALL_DIR) $(IDIR_BCM28XX_VC_DEBUG)/usr/lib + $(CP) $(WRKINST)/usr/lib/libdebug_sym.so \ + $(IDIR_BCM28XX_VC_DEBUG)/usr/lib bcm28xx-vc-libs-install: - $(INSTALL_DIR) $(IDIR_BCM28XX_VC_LIBS)/opt/vc/lib - $(CP) $(WRKINST)/opt/vc/lib/libvcos.so \ - $(IDIR_BCM28XX_VC_LIBS)/opt/vc/lib - $(CP) $(WRKINST)/opt/vc/lib/libvchiq_arm.so \ - $(IDIR_BCM28XX_VC_LIBS)/opt/vc/lib - $(CP) $(WRKINST)/opt/vc/lib/libbcm_host.so \ - $(IDIR_BCM28XX_VC_LIBS)/opt/vc/lib - $(CP) $(WRKINST)/opt/vc/lib/libcontainers.so \ - $(IDIR_BCM28XX_VC_LIBS)/opt/vc/lib - $(CP) $(WRKINST)/opt/vc/lib/libdtovl.so \ - $(IDIR_BCM28XX_VC_LIBS)/opt/vc/lib - -rm -rf $(STAGING_TARGET_DIR)/opt/vc - mkdir -p $(STAGING_TARGET_DIR)/opt/vc - $(CP) $(WRKINST)/opt/vc/lib $(STAGING_TARGET_DIR)/opt/vc - $(CP) $(WRKINST)/opt/vc/include $(STAGING_TARGET_DIR)/opt/vc + $(INSTALL_DIR) $(IDIR_BCM28XX_VC_LIBS)/usr/lib + $(CP) $(WRKINST)/usr/lib/libvcos.so \ + $(IDIR_BCM28XX_VC_LIBS)/usr/lib + $(CP) $(WRKINST)/usr/lib/libvchiq_arm.so \ + $(IDIR_BCM28XX_VC_LIBS)/usr/lib + $(CP) $(WRKINST)/usr/lib/libbcm_host.so \ + $(IDIR_BCM28XX_VC_LIBS)/usr/lib + $(CP) $(WRKINST)/usr/lib/libcontainers.so \ + $(IDIR_BCM28XX_VC_LIBS)/usr/lib + $(CP) $(WRKINST)/usr/lib/libdtovl.so \ + $(IDIR_BCM28XX_VC_LIBS)/usr/lib bcm28xx-vc-gl-libs-install: - $(INSTALL_DIR) $(IDIR_BCM28XX_VC_GL_LIBS)/opt/vc/lib - $(CP) $(WRKINST)/opt/vc/lib/libmmal*.so \ - $(IDIR_BCM28XX_VC_GL_LIBS)/opt/vc/lib - $(CP) $(WRKINST)/opt/vc/lib/libopenmaxil.so \ - $(IDIR_BCM28XX_VC_GL_LIBS)/opt/vc/lib - $(CP) $(WRKINST)/opt/vc/lib/libvcsm.so \ - $(IDIR_BCM28XX_VC_GL_LIBS)/opt/vc/lib - $(CP) $(WRKINST)/opt/vc/lib/libEGL.so \ - $(IDIR_BCM28XX_VC_GL_LIBS)/opt/vc/lib - $(CP) $(WRKINST)/opt/vc/lib/libGLESv2.so \ - $(IDIR_BCM28XX_VC_GL_LIBS)/opt/vc/lib - $(CP) $(WRKINST)/opt/vc/lib/libOpenVG.so \ - $(IDIR_BCM28XX_VC_GL_LIBS)/opt/vc/lib - $(CP) $(WRKINST)/opt/vc/lib/libbrcm*.so \ - $(IDIR_BCM28XX_VC_GL_LIBS)/opt/vc/lib - (cd $(IDIR_BCM28XX_VC_GL_LIBS)/opt/vc/lib && ln -sf libEGL.so libEGL.so.1) + $(INSTALL_DIR) $(IDIR_BCM28XX_VC_GL_LIBS)/usr/lib + $(CP) $(WRKINST)/usr/lib/libmmal*.so \ + $(IDIR_BCM28XX_VC_GL_LIBS)/usr/lib + $(CP) $(WRKINST)/usr/lib/libopenmaxil.so \ + $(IDIR_BCM28XX_VC_GL_LIBS)/usr/lib + $(CP) $(WRKINST)/usr/lib/libvcsm.so \ + $(IDIR_BCM28XX_VC_GL_LIBS)/usr/lib + $(CP) $(WRKINST)/usr/lib/libEGL.so \ + $(IDIR_BCM28XX_VC_GL_LIBS)/usr/lib + $(CP) $(WRKINST)/usr/lib/libGLESv2.so \ + $(IDIR_BCM28XX_VC_GL_LIBS)/usr/lib + $(CP) $(WRKINST)/usr/lib/libOpenVG.so \ + $(IDIR_BCM28XX_VC_GL_LIBS)/usr/lib + $(CP) $(WRKINST)/usr/lib/libbrcm*.so \ + $(IDIR_BCM28XX_VC_GL_LIBS)/usr/lib + (cd $(IDIR_BCM28XX_VC_GL_LIBS)/usr/lib && ln -sf libEGL.so libEGL.so.1) include $(ADK_TOPDIR)/mk/pkg-bottom.mk diff --git a/package/bcm28xx-vc/patches/patch-host_applications_linux_apps_raspicam_CMakeLists_txt b/package/bcm28xx-vc/patches/patch-host_applications_linux_apps_raspicam_CMakeLists_txt index f1ffd510a..b92e1e625 100644 --- a/package/bcm28xx-vc/patches/patch-host_applications_linux_apps_raspicam_CMakeLists_txt +++ b/package/bcm28xx-vc/patches/patch-host_applications_linux_apps_raspicam_CMakeLists_txt @@ -1,5 +1,5 @@ ---- bcm28xx-vc-c2f27fb8e581f8e5af83bf28422553ade8f7a7c8.orig/host_applications/linux/apps/raspicam/CMakeLists.txt 2015-10-27 10:59:48.000000000 +0100 -+++ bcm28xx-vc-c2f27fb8e581f8e5af83bf28422553ade8f7a7c8/host_applications/linux/apps/raspicam/CMakeLists.txt 2015-11-16 20:30:58.288511661 +0100 +--- bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18.orig/host_applications/linux/apps/raspicam/CMakeLists.txt 2017-06-27 18:59:31.000000000 +0200 ++++ bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18/host_applications/linux/apps/raspicam/CMakeLists.txt 2017-06-30 23:35:09.949011873 +0200 @@ -1,8 +1,6 @@ # raspistill/raspivid/raspiyuv @@ -8,4 +8,4 @@ - include_directories(${PROJECT_SOURCE_DIR}/host_applications/linux/libs/bcm_host/include) include_directories(${PROJECT_SOURCE_DIR}/host_applications/linux/apps/raspicam/) - + include_directories(${PROJECT_SOURCE_DIR}/host_applications/linux/libs/sm) diff --git a/package/bcm28xx-vc/patches/patch-host_applications_linux_apps_raspicam_Makefile b/package/bcm28xx-vc/patches/patch-host_applications_linux_apps_raspicam_Makefile new file mode 100644 index 000000000..26b7f12d3 --- /dev/null +++ b/package/bcm28xx-vc/patches/patch-host_applications_linux_apps_raspicam_Makefile @@ -0,0 +1,816 @@ +--- bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18.orig/host_applications/linux/apps/raspicam/Makefile 2017-06-27 18:59:31.000000000 +0200 ++++ bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18/host_applications/linux/apps/raspicam/Makefile 2017-06-30 23:35:14.657196842 +0200 +@@ -1,6 +1,809 @@ +-OBJS=RaspiCamControl.o RaspiCLI.o RaspiPreview.o RaspiStill.o +-BIN=raspicam.bin +-LDFLAGS+=-lmmal -lmmal_core -lmmal_util ++# CMAKE generated file: DO NOT EDIT! ++# Generated by "Unix Makefiles" Generator, CMake Version 3.8 + +-include ../Makefile.include ++# Default target executed when no arguments are given to make. ++default_target: all ++ ++.PHONY : default_target ++ ++# Allow only one "make -f Makefile2" at a time, but pass parallelism. ++.NOTPARALLEL: ++ ++ ++#============================================================================= ++# Special targets provided by cmake. ++ ++# Disable implicit rules so canonical targets will work. ++.SUFFIXES: ++ ++ ++# Remove some rules from gmake that .SUFFIXES does not remove. ++SUFFIXES = ++ ++.SUFFIXES: .hpux_make_needs_suffix_list ++ ++ ++# Suppress display of executed commands. ++$(VERBOSE).SILENT: ++ ++ ++# A target that is always out of date. ++cmake_force: ++ ++.PHONY : cmake_force ++ ++#============================================================================= ++# Set environment variables for the build. ++ ++# The shell in which to execute make rules. ++SHELL = /bin/sh ++ ++# The CMake executable. ++CMAKE_COMMAND = /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cmake ++ ++# The command to remove a file. ++RM = /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cmake -E remove -f ++ ++# Escaping for special characters. ++EQUALS = = ++ ++# The top-level source directory on which CMake was run. ++CMAKE_SOURCE_DIR = /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 ++ ++# The top-level build directory on which CMake was run. ++CMAKE_BINARY_DIR = /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 ++ ++#============================================================================= ++# Targets provided globally by CMake. ++ ++# Special rule for the target package ++package: preinstall ++ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..." ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cpack --config ./CPackConfig.cmake ++.PHONY : package ++ ++# Special rule for the target package ++package/fast: package ++ ++.PHONY : package/fast ++ ++# Special rule for the target package_source ++package_source: ++ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..." ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cpack --config ./CPackSourceConfig.cmake /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18/CPackSourceConfig.cmake ++.PHONY : package_source ++ ++# Special rule for the target package_source ++package_source/fast: package_source ++ ++.PHONY : package_source/fast ++ ++# Special rule for the target install/local ++install/local: preinstall ++ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." ++ /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake ++.PHONY : install/local ++ ++# Special rule for the target install/local ++install/local/fast: preinstall/fast ++ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." ++ /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake ++.PHONY : install/local/fast ++ ++# Special rule for the target rebuild_cache ++rebuild_cache: ++ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." ++ /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) ++.PHONY : rebuild_cache ++ ++# Special rule for the target rebuild_cache ++rebuild_cache/fast: rebuild_cache ++ ++.PHONY : rebuild_cache/fast ++ ++# Special rule for the target edit_cache ++edit_cache: ++ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." ++ /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) ++.PHONY : edit_cache ++ ++# Special rule for the target edit_cache ++edit_cache/fast: edit_cache ++ ++.PHONY : edit_cache/fast ++ ++# Special rule for the target install/strip ++install/strip: preinstall ++ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." ++ /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake ++.PHONY : install/strip ++ ++# Special rule for the target install/strip ++install/strip/fast: preinstall/fast ++ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." ++ /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake ++.PHONY : install/strip/fast ++ ++# Special rule for the target list_install_components ++list_install_components: ++ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" ++.PHONY : list_install_components ++ ++# Special rule for the target list_install_components ++list_install_components/fast: list_install_components ++ ++.PHONY : list_install_components/fast ++ ++# Special rule for the target install ++install: preinstall ++ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." ++ /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cmake -P cmake_install.cmake ++.PHONY : install ++ ++# Special rule for the target install ++install/fast: preinstall/fast ++ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." ++ /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cmake -P cmake_install.cmake ++.PHONY : install/fast ++ ++# The main all target ++all: cmake_check_build_system ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(CMAKE_COMMAND) -E cmake_progress_start /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18/CMakeFiles /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18/host_applications/linux/apps/raspicam/CMakeFiles/progress.marks ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f CMakeFiles/Makefile2 host_applications/linux/apps/raspicam/all ++ $(CMAKE_COMMAND) -E cmake_progress_start /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18/CMakeFiles 0 ++.PHONY : all ++ ++# The main clean target ++clean: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f CMakeFiles/Makefile2 host_applications/linux/apps/raspicam/clean ++.PHONY : clean ++ ++# The main clean target ++clean/fast: clean ++ ++.PHONY : clean/fast ++ ++# Prepare targets for installation. ++preinstall: all ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f CMakeFiles/Makefile2 host_applications/linux/apps/raspicam/preinstall ++.PHONY : preinstall ++ ++# Prepare targets for installation. ++preinstall/fast: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f CMakeFiles/Makefile2 host_applications/linux/apps/raspicam/preinstall ++.PHONY : preinstall/fast ++ ++# clear depends ++depend: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 ++.PHONY : depend ++ ++# Convenience name for target. ++host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/rule: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f CMakeFiles/Makefile2 host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/rule ++.PHONY : host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/rule ++ ++# Convenience name for target. ++raspividyuv: host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/rule ++ ++.PHONY : raspividyuv ++ ++# fast build rule for target. ++raspividyuv/fast: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build ++.PHONY : raspividyuv/fast ++ ++# Convenience name for target. ++host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/rule: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f CMakeFiles/Makefile2 host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/rule ++.PHONY : host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/rule ++ ++# Convenience name for target. ++raspivid: host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/rule ++ ++.PHONY : raspivid ++ ++# fast build rule for target. ++raspivid/fast: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build ++.PHONY : raspivid/fast ++ ++# Convenience name for target. ++host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/rule: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f CMakeFiles/Makefile2 host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/rule ++.PHONY : host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/rule ++ ++# Convenience name for target. ++raspiyuv: host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/rule ++ ++.PHONY : raspiyuv ++ ++# fast build rule for target. ++raspiyuv/fast: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build ++.PHONY : raspiyuv/fast ++ ++# Convenience name for target. ++host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/rule: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f CMakeFiles/Makefile2 host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/rule ++.PHONY : host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/rule ++ ++# Convenience name for target. ++raspistill: host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/rule ++ ++.PHONY : raspistill ++ ++# fast build rule for target. ++raspistill/fast: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build ++.PHONY : raspistill/fast ++ ++RaspiCLI.o: RaspiCLI.c.o ++ ++.PHONY : RaspiCLI.o ++ ++# target to build an object file ++RaspiCLI.c.o: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiCLI.c.o ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiCLI.c.o ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiCLI.c.o ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiCLI.c.o ++.PHONY : RaspiCLI.c.o ++ ++RaspiCLI.i: RaspiCLI.c.i ++ ++.PHONY : RaspiCLI.i ++ ++# target to preprocess a source file ++RaspiCLI.c.i: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiCLI.c.i ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiCLI.c.i ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiCLI.c.i ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiCLI.c.i ++.PHONY : RaspiCLI.c.i ++ ++RaspiCLI.s: RaspiCLI.c.s ++ ++.PHONY : RaspiCLI.s ++ ++# target to generate assembly for a file ++RaspiCLI.c.s: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiCLI.c.s ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiCLI.c.s ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiCLI.c.s ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiCLI.c.s ++.PHONY : RaspiCLI.c.s ++ ++RaspiCamControl.o: RaspiCamControl.c.o ++ ++.PHONY : RaspiCamControl.o ++ ++# target to build an object file ++RaspiCamControl.c.o: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiCamControl.c.o ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiCamControl.c.o ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiCamControl.c.o ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiCamControl.c.o ++.PHONY : RaspiCamControl.c.o ++ ++RaspiCamControl.i: RaspiCamControl.c.i ++ ++.PHONY : RaspiCamControl.i ++ ++# target to preprocess a source file ++RaspiCamControl.c.i: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiCamControl.c.i ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiCamControl.c.i ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiCamControl.c.i ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiCamControl.c.i ++.PHONY : RaspiCamControl.c.i ++ ++RaspiCamControl.s: RaspiCamControl.c.s ++ ++.PHONY : RaspiCamControl.s ++ ++# target to generate assembly for a file ++RaspiCamControl.c.s: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiCamControl.c.s ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiCamControl.c.s ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiCamControl.c.s ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiCamControl.c.s ++.PHONY : RaspiCamControl.c.s ++ ++RaspiPreview.o: RaspiPreview.c.o ++ ++.PHONY : RaspiPreview.o ++ ++# target to build an object file ++RaspiPreview.c.o: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiPreview.c.o ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiPreview.c.o ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiPreview.c.o ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiPreview.c.o ++.PHONY : RaspiPreview.c.o ++ ++RaspiPreview.i: RaspiPreview.c.i ++ ++.PHONY : RaspiPreview.i ++ ++# target to preprocess a source file ++RaspiPreview.c.i: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiPreview.c.i ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiPreview.c.i ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiPreview.c.i ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiPreview.c.i ++.PHONY : RaspiPreview.c.i ++ ++RaspiPreview.s: RaspiPreview.c.s ++ ++.PHONY : RaspiPreview.s ++ ++# target to generate assembly for a file ++RaspiPreview.c.s: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiPreview.c.s ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiPreview.c.s ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiPreview.c.s ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiPreview.c.s ++.PHONY : RaspiPreview.c.s ++ ++RaspiStill.o: RaspiStill.c.o ++ ++.PHONY : RaspiStill.o ++ ++# target to build an object file ++RaspiStill.c.o: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiStill.c.o ++.PHONY : RaspiStill.c.o ++ ++RaspiStill.i: RaspiStill.c.i ++ ++.PHONY : RaspiStill.i ++ ++# target to preprocess a source file ++RaspiStill.c.i: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiStill.c.i ++.PHONY : RaspiStill.c.i ++ ++RaspiStill.s: RaspiStill.c.s ++ ++.PHONY : RaspiStill.s ++ ++# target to generate assembly for a file ++RaspiStill.c.s: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiStill.c.s ++.PHONY : RaspiStill.c.s ++ ++RaspiStillYUV.o: RaspiStillYUV.c.o ++ ++.PHONY : RaspiStillYUV.o ++ ++# target to build an object file ++RaspiStillYUV.c.o: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiStillYUV.c.o ++.PHONY : RaspiStillYUV.c.o ++ ++RaspiStillYUV.i: RaspiStillYUV.c.i ++ ++.PHONY : RaspiStillYUV.i ++ ++# target to preprocess a source file ++RaspiStillYUV.c.i: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiStillYUV.c.i ++.PHONY : RaspiStillYUV.c.i ++ ++RaspiStillYUV.s: RaspiStillYUV.c.s ++ ++.PHONY : RaspiStillYUV.s ++ ++# target to generate assembly for a file ++RaspiStillYUV.c.s: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiStillYUV.c.s ++.PHONY : RaspiStillYUV.c.s ++ ++RaspiTex.o: RaspiTex.c.o ++ ++.PHONY : RaspiTex.o ++ ++# target to build an object file ++RaspiTex.c.o: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiTex.c.o ++.PHONY : RaspiTex.c.o ++ ++RaspiTex.i: RaspiTex.c.i ++ ++.PHONY : RaspiTex.i ++ ++# target to preprocess a source file ++RaspiTex.c.i: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiTex.c.i ++.PHONY : RaspiTex.c.i ++ ++RaspiTex.s: RaspiTex.c.s ++ ++.PHONY : RaspiTex.s ++ ++# target to generate assembly for a file ++RaspiTex.c.s: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiTex.c.s ++.PHONY : RaspiTex.c.s ++ ++RaspiTexUtil.o: RaspiTexUtil.c.o ++ ++.PHONY : RaspiTexUtil.o ++ ++# target to build an object file ++RaspiTexUtil.c.o: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiTexUtil.c.o ++.PHONY : RaspiTexUtil.c.o ++ ++RaspiTexUtil.i: RaspiTexUtil.c.i ++ ++.PHONY : RaspiTexUtil.i ++ ++# target to preprocess a source file ++RaspiTexUtil.c.i: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiTexUtil.c.i ++.PHONY : RaspiTexUtil.c.i ++ ++RaspiTexUtil.s: RaspiTexUtil.c.s ++ ++.PHONY : RaspiTexUtil.s ++ ++# target to generate assembly for a file ++RaspiTexUtil.c.s: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiTexUtil.c.s ++.PHONY : RaspiTexUtil.c.s ++ ++RaspiVid.o: RaspiVid.c.o ++ ++.PHONY : RaspiVid.o ++ ++# target to build an object file ++RaspiVid.c.o: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiVid.c.o ++.PHONY : RaspiVid.c.o ++ ++RaspiVid.i: RaspiVid.c.i ++ ++.PHONY : RaspiVid.i ++ ++# target to preprocess a source file ++RaspiVid.c.i: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiVid.c.i ++.PHONY : RaspiVid.c.i ++ ++RaspiVid.s: RaspiVid.c.s ++ ++.PHONY : RaspiVid.s ++ ++# target to generate assembly for a file ++RaspiVid.c.s: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiVid.c.s ++.PHONY : RaspiVid.c.s ++ ++RaspiVidYUV.o: RaspiVidYUV.c.o ++ ++.PHONY : RaspiVidYUV.o ++ ++# target to build an object file ++RaspiVidYUV.c.o: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiVidYUV.c.o ++.PHONY : RaspiVidYUV.c.o ++ ++RaspiVidYUV.i: RaspiVidYUV.c.i ++ ++.PHONY : RaspiVidYUV.i ++ ++# target to preprocess a source file ++RaspiVidYUV.c.i: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiVidYUV.c.i ++.PHONY : RaspiVidYUV.c.i ++ ++RaspiVidYUV.s: RaspiVidYUV.c.s ++ ++.PHONY : RaspiVidYUV.s ++ ++# target to generate assembly for a file ++RaspiVidYUV.c.s: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiVidYUV.c.s ++.PHONY : RaspiVidYUV.c.s ++ ++gl_scenes/mirror.o: gl_scenes/mirror.c.o ++ ++.PHONY : gl_scenes/mirror.o ++ ++# target to build an object file ++gl_scenes/mirror.c.o: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/mirror.c.o ++.PHONY : gl_scenes/mirror.c.o ++ ++gl_scenes/mirror.i: gl_scenes/mirror.c.i ++ ++.PHONY : gl_scenes/mirror.i ++ ++# target to preprocess a source file ++gl_scenes/mirror.c.i: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/mirror.c.i ++.PHONY : gl_scenes/mirror.c.i ++ ++gl_scenes/mirror.s: gl_scenes/mirror.c.s ++ ++.PHONY : gl_scenes/mirror.s ++ ++# target to generate assembly for a file ++gl_scenes/mirror.c.s: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/mirror.c.s ++.PHONY : gl_scenes/mirror.c.s ++ ++gl_scenes/models.o: gl_scenes/models.c.o ++ ++.PHONY : gl_scenes/models.o ++ ++# target to build an object file ++gl_scenes/models.c.o: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/models.c.o ++.PHONY : gl_scenes/models.c.o ++ ++gl_scenes/models.i: gl_scenes/models.c.i ++ ++.PHONY : gl_scenes/models.i ++ ++# target to preprocess a source file ++gl_scenes/models.c.i: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/models.c.i ++.PHONY : gl_scenes/models.c.i ++ ++gl_scenes/models.s: gl_scenes/models.c.s ++ ++.PHONY : gl_scenes/models.s ++ ++# target to generate assembly for a file ++gl_scenes/models.c.s: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/models.c.s ++.PHONY : gl_scenes/models.c.s ++ ++gl_scenes/sobel.o: gl_scenes/sobel.c.o ++ ++.PHONY : gl_scenes/sobel.o ++ ++# target to build an object file ++gl_scenes/sobel.c.o: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/sobel.c.o ++.PHONY : gl_scenes/sobel.c.o ++ ++gl_scenes/sobel.i: gl_scenes/sobel.c.i ++ ++.PHONY : gl_scenes/sobel.i ++ ++# target to preprocess a source file ++gl_scenes/sobel.c.i: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/sobel.c.i ++.PHONY : gl_scenes/sobel.c.i ++ ++gl_scenes/sobel.s: gl_scenes/sobel.c.s ++ ++.PHONY : gl_scenes/sobel.s ++ ++# target to generate assembly for a file ++gl_scenes/sobel.c.s: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/sobel.c.s ++.PHONY : gl_scenes/sobel.c.s ++ ++gl_scenes/square.o: gl_scenes/square.c.o ++ ++.PHONY : gl_scenes/square.o ++ ++# target to build an object file ++gl_scenes/square.c.o: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/square.c.o ++.PHONY : gl_scenes/square.c.o ++ ++gl_scenes/square.i: gl_scenes/square.c.i ++ ++.PHONY : gl_scenes/square.i ++ ++# target to preprocess a source file ++gl_scenes/square.c.i: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/square.c.i ++.PHONY : gl_scenes/square.c.i ++ ++gl_scenes/square.s: gl_scenes/square.c.s ++ ++.PHONY : gl_scenes/square.s ++ ++# target to generate assembly for a file ++gl_scenes/square.c.s: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/square.c.s ++.PHONY : gl_scenes/square.c.s ++ ++gl_scenes/teapot.o: gl_scenes/teapot.c.o ++ ++.PHONY : gl_scenes/teapot.o ++ ++# target to build an object file ++gl_scenes/teapot.c.o: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/teapot.c.o ++.PHONY : gl_scenes/teapot.c.o ++ ++gl_scenes/teapot.i: gl_scenes/teapot.c.i ++ ++.PHONY : gl_scenes/teapot.i ++ ++# target to preprocess a source file ++gl_scenes/teapot.c.i: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/teapot.c.i ++.PHONY : gl_scenes/teapot.c.i ++ ++gl_scenes/teapot.s: gl_scenes/teapot.c.s ++ ++.PHONY : gl_scenes/teapot.s ++ ++# target to generate assembly for a file ++gl_scenes/teapot.c.s: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/teapot.c.s ++.PHONY : gl_scenes/teapot.c.s ++ ++gl_scenes/vcsm_square.o: gl_scenes/vcsm_square.c.o ++ ++.PHONY : gl_scenes/vcsm_square.o ++ ++# target to build an object file ++gl_scenes/vcsm_square.c.o: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/vcsm_square.c.o ++.PHONY : gl_scenes/vcsm_square.c.o ++ ++gl_scenes/vcsm_square.i: gl_scenes/vcsm_square.c.i ++ ++.PHONY : gl_scenes/vcsm_square.i ++ ++# target to preprocess a source file ++gl_scenes/vcsm_square.c.i: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/vcsm_square.c.i ++.PHONY : gl_scenes/vcsm_square.c.i ++ ++gl_scenes/vcsm_square.s: gl_scenes/vcsm_square.c.s ++ ++.PHONY : gl_scenes/vcsm_square.s ++ ++# target to generate assembly for a file ++gl_scenes/vcsm_square.c.s: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/vcsm_square.c.s ++.PHONY : gl_scenes/vcsm_square.c.s ++ ++gl_scenes/yuv.o: gl_scenes/yuv.c.o ++ ++.PHONY : gl_scenes/yuv.o ++ ++# target to build an object file ++gl_scenes/yuv.c.o: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/yuv.c.o ++.PHONY : gl_scenes/yuv.c.o ++ ++gl_scenes/yuv.i: gl_scenes/yuv.c.i ++ ++.PHONY : gl_scenes/yuv.i ++ ++# target to preprocess a source file ++gl_scenes/yuv.c.i: ++ cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/bu