* ti-sgx-ddk-um / do_install failed / cp: cannot stat './targetfs//etc/*': No such file or directory [not found] <972676697.10149692.1483518767462.ref@mail.yahoo.com> @ 2017-01-04 8:32 ` Benjamin Bimmermann 2017-01-04 14:02 ` Ruei, Eric 2017-01-04 17:19 ` Denys Dmytriyenko 0 siblings, 2 replies; 6+ messages in thread From: Benjamin Bimmermann @ 2017-01-04 8:32 UTC (permalink / raw) To: meta-ti@yoctoproject.org [-- Attachment #1: Type: text/plain, Size: 3645 bytes --] Hello, I'm trying to build the ti-sgx-ddk-for the AM33x. I've tried to build the Krogoth and the morty branch, but both failed. A few months ago I had this error yet. I also do not understand which files he would like to copy, but not find. I have attached an extract from my log. Thank you for your attentionBimmermann ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ log.do_install.19908 Log data follows: | DEBUG: Executing shell function do_install | NOTE: make -j7 install DESTDIR=/home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image TARGET_PRODUCT= | mkdir -p /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/etc | mkdir -p /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/usr/bin | mkdir -p /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/usr/include | mkdir -p /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/usr/lib | cp -ar ./targetfs//etc/* /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/etc | cp: cannot stat './targetfs//etc/*': No such file or directory | Makefile:14: recipe for target 'install' failed | make: *** [install] Error 1 | ERROR: oe_runmake failed | ERROR: Function failed: do_install (log file is located at /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/temp/log.do_install.19908) NOTE: recipe ti-sgx-ddk-um-1.14.3699939-r19: task do_install: Failed ERROR: Task 843 (/home/bimmermann/poky-krogoth/meta-ti/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb, do_install) failed with exit code '1' NOTE: Running task 2572 of 3217 (ID: 830, /home/bimmermann/poky-krogoth/meta-BBB_QT5_PSS/meta-BBB_QT5_PSS/recipes-extras/thermal-init/thermal-init.bb, do_install) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Build Configuration: BB_VERSION = "1.30.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-16.04" TARGET_SYS = "arm-poky-linux-gnueabi" MACHINE = "beaglebone" DISTRO = "poky" DISTRO_VERSION = "2.1.2" TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard" TARGET_FPU = "hard" meta-ti = "krogoth:8663e1611ab6c5bfe36d323d9d9db4dada4bd532" meta-qt5 = "krogoth:2b1871f0d139dc3caaa779a32a1931409c245a36" meta-oe = "krogoth:55c8a76da5dc099a7bc3838495c672140cedb78e" meta meta-yocto = "krogoth:ae9b341ecfcc60e970f29cfe04306411ad26c0cf" ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ [-- Attachment #2: Type: text/html, Size: 8934 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ti-sgx-ddk-um / do_install failed / cp: cannot stat './targetfs//etc/*': No such file or directory 2017-01-04 8:32 ` ti-sgx-ddk-um / do_install failed / cp: cannot stat './targetfs//etc/*': No such file or directory Benjamin Bimmermann @ 2017-01-04 14:02 ` Ruei, Eric 2017-01-04 17:19 ` Denys Dmytriyenko 1 sibling, 0 replies; 6+ messages in thread From: Ruei, Eric @ 2017-01-04 14:02 UTC (permalink / raw) To: Benjamin Bimmermann, meta-ti@yoctoproject.org [-- Attachment #1: Type: text/plain, Size: 6140 bytes --] Hi, Benjamin: It looks like that the SOC_FAMILY is not set to “ti33x” for some reason. Therefore the TARGET_PRODUCT is not set as shown below: TARGET_PRODUCT_omap-a15 = "jacinto6evm" TARGET_PRODUCT_ti33x = "ti335x" TARGET_PRODUCT_ti43x = "ti437x" Here is a sample log of DDK UM install. DEBUG: Executing shell function do_install NOTE: make -j 8 install DESTDIR=/home/a0850410/yocto_builds/sdk320_am4/oe-layersetup/build/arago-tmp-external-linaro-toolchain/work/am437x_evm-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19.tisdk1/image TARGET_PRODUCT=ti437x mkdir -p /home/a0850410/yocto_builds/sdk320_am4/oe-layersetup/build/arago-tmp-external-linaro-toolchain/work/am437x_evm-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19.tisdk1/image/etc mkdir -p /home/a0850410/yocto_builds/sdk320_am4/oe-layersetup/build/arago-tmp-external-linaro-toolchain/work/am437x_evm-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19.tisdk1/image/usr/bin mkdir -p /home/a0850410/yocto_builds/sdk320_am4/oe-layersetup/build/arago-tmp-external-linaro-toolchain/work/am437x_evm-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19.tisdk1/image/usr/include mkdir -p /home/a0850410/yocto_builds/sdk320_am4/oe-layersetup/build/arago-tmp-external-linaro-toolchain/work/am437x_evm-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19.tisdk1/image/usr/lib cp -ar ./targetfs/ti437x/etc/* /home/a0850410/yocto_builds/sdk320_am4/oe-layersetup/build/arago-tmp-external-linaro-toolchain/work/am437x_evm-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19.tisdk1/image/etc cp -ar ./targetfs/ti437x/bin/* /home/a0850410/yocto_builds/sdk320_am4/oe-layersetup/build/arago-tmp-external-linaro-toolchain/work/am437x_evm-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19.tisdk1/image/usr/bin cp -ar ./targetfs/ti437x/include/* /home/a0850410/yocto_builds/sdk320_am4/oe-layersetup/build/arago-tmp-external-linaro-toolchain/work/am437x_evm-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19.tisdk1/image/usr/include cp -ar ./targetfs/ti437x/lib/* /home/a0850410/yocto_builds/sdk320_am4/oe-layersetup/build/arago-tmp-external-linaro-toolchain/work/am437x_evm-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19.tisdk1/image/usr/lib DEBUG: Shell function do_install finished For the beagle board, it should be ti335x. Best regards, Eric From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-bounces@yoctoproject.org] On Behalf Of Benjamin Bimmermann Sent: Wednesday, January 04, 2017 3:33 AM To: meta-ti@yoctoproject.org Subject: [meta-ti] ti-sgx-ddk-um / do_install failed / cp: cannot stat './targetfs//etc/*': No such file or directory Hello, I'm trying to build the ti-sgx-ddk-for the AM33x. I've tried to build the Krogoth and the morty branch, but both failed. A few months ago I had this error yet. I also do not understand which files he would like to copy, but not find. I have attached an extract from my log. Thank you for your attention Bimmermann ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ log.do_install.19908 Log data follows: | DEBUG: Executing shell function do_install | NOTE: make -j7 install DESTDIR=/home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image TARGET_PRODUCT= | mkdir -p /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/etc | mkdir -p /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/usr/bin | mkdir -p /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/usr/include | mkdir -p /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/usr/lib | cp -ar ./targetfs//etc/* /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/etc | cp: cannot stat './targetfs//etc/*': No such file or directory | Makefile:14: recipe for target 'install' failed | make: *** [install] Error 1 | ERROR: oe_runmake failed | ERROR: Function failed: do_install (log file is located at /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/temp/log.do_install.19908) NOTE: recipe ti-sgx-ddk-um-1.14.3699939-r19: task do_install: Failed ERROR: Task 843 (/home/bimmermann/poky-krogoth/meta-ti/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb, do_install) failed with exit code '1' NOTE: Running task 2572 of 3217 (ID: 830, /home/bimmermann/poky-krogoth/meta-BBB_QT5_PSS/meta-BBB_QT5_PSS/recipes-extras/thermal-init/thermal-init.bb, do_install) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Build Configuration: BB_VERSION = "1.30.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-16.04" TARGET_SYS = "arm-poky-linux-gnueabi" MACHINE = "beaglebone" DISTRO = "poky" DISTRO_VERSION = "2.1.2" TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard" TARGET_FPU = "hard" meta-ti = "krogoth:8663e1611ab6c5bfe36d323d9d9db4dada4bd532" meta-qt5 = "krogoth:2b1871f0d139dc3caaa779a32a1931409c245a36" meta-oe = "krogoth:55c8a76da5dc099a7bc3838495c672140cedb78e" meta meta-yocto = "krogoth:ae9b341ecfcc60e970f29cfe04306411ad26c0cf" ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ [-- Attachment #2: Type: text/html, Size: 19187 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ti-sgx-ddk-um / do_install failed / cp: cannot stat './targetfs//etc/*': No such file or directory 2017-01-04 8:32 ` ti-sgx-ddk-um / do_install failed / cp: cannot stat './targetfs//etc/*': No such file or directory Benjamin Bimmermann 2017-01-04 14:02 ` Ruei, Eric @ 2017-01-04 17:19 ` Denys Dmytriyenko 2017-01-04 17:54 ` Ruei, Eric 1 sibling, 1 reply; 6+ messages in thread From: Denys Dmytriyenko @ 2017-01-04 17:19 UTC (permalink / raw) To: Benjamin Bimmermann; +Cc: meta-ti@yoctoproject.org On Wed, Jan 04, 2017 at 08:32:47AM +0000, Benjamin Bimmermann wrote: > Hello, > > I'm trying to build the ti-sgx-ddk-for the AM33x. > I've tried to build the Krogoth and the morty branch, but both failed. > A few months ago I had this error yet. I also do not understand which files he would like to copy, but not find. > I have attached an extract from my log. Try changing MACHINE from "beaglebone" to "am335x-evm". -- Denys > Thank you for your attentionBimmermann > > > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > log.do_install.19908 > Log data follows: > | DEBUG: Executing shell function do_install > | NOTE: make -j7 install DESTDIR=/home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image TARGET_PRODUCT= > | mkdir -p /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/etc > | mkdir -p /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/usr/bin > | mkdir -p /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/usr/include > | mkdir -p /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/usr/lib > | cp -ar ./targetfs//etc/* /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/etc > | cp: cannot stat './targetfs//etc/*': No such file or directory > | Makefile:14: recipe for target 'install' failed > | make: *** [install] Error 1 > | ERROR: oe_runmake failed > | ERROR: Function failed: do_install (log file is located at /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/temp/log.do_install.19908) > NOTE: recipe ti-sgx-ddk-um-1.14.3699939-r19: task do_install: Failed > ERROR: Task 843 (/home/bimmermann/poky-krogoth/meta-ti/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb, do_install) failed with exit code '1' > NOTE: Running task 2572 of 3217 (ID: 830, /home/bimmermann/poky-krogoth/meta-BBB_QT5_PSS/meta-BBB_QT5_PSS/recipes-extras/thermal-init/thermal-init.bb, do_install) > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > Build Configuration: > BB_VERSION = "1.30.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "Ubuntu-16.04" > TARGET_SYS = "arm-poky-linux-gnueabi" > MACHINE = "beaglebone" > DISTRO = "poky" > DISTRO_VERSION = "2.1.2" > TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard" > TARGET_FPU = "hard" > meta-ti = "krogoth:8663e1611ab6c5bfe36d323d9d9db4dada4bd532" > meta-qt5 = "krogoth:2b1871f0d139dc3caaa779a32a1931409c245a36" > meta-oe = "krogoth:55c8a76da5dc099a7bc3838495c672140cedb78e" > meta > meta-yocto = "krogoth:ae9b341ecfcc60e970f29cfe04306411ad26c0cf" > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ti-sgx-ddk-um / do_install failed / cp: cannot stat './targetfs//etc/*': No such file or directory 2017-01-04 17:19 ` Denys Dmytriyenko @ 2017-01-04 17:54 ` Ruei, Eric 2017-01-04 18:12 ` Denys Dmytriyenko 0 siblings, 1 reply; 6+ messages in thread From: Ruei, Eric @ 2017-01-04 17:54 UTC (permalink / raw) To: Dmytriyenko, Denys, Benjamin Bimmermann; +Cc: meta-ti@yoctoproject.org Hi, All: I try beaglebone and it does work. MACHINE=beaglebone bitbake ti-sgx-ddk-um Best regards, Eric -----Original Message----- From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys Sent: Wednesday, January 04, 2017 12:20 PM To: Benjamin Bimmermann Cc: meta-ti@yoctoproject.org Subject: Re: [meta-ti] ti-sgx-ddk-um / do_install failed / cp: cannot stat './targetfs//etc/*': No such file or directory On Wed, Jan 04, 2017 at 08:32:47AM +0000, Benjamin Bimmermann wrote: > Hello, > > I'm trying to build the ti-sgx-ddk-for the AM33x. > I've tried to build the Krogoth and the morty branch, but both failed. > A few months ago I had this error yet. I also do not understand which files he would like to copy, but not find. > I have attached an extract from my log. Try changing MACHINE from "beaglebone" to "am335x-evm". -- Denys > Thank you for your attentionBimmermann > > > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > log.do_install.19908 > Log data follows: > | DEBUG: Executing shell function do_install > | NOTE: make -j7 install DESTDIR=/home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image TARGET_PRODUCT= > | mkdir -p /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/etc > | mkdir -p /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/usr/bin > | mkdir -p /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/usr/include > | mkdir -p /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/usr/lib > | cp -ar ./targetfs//etc/* /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/etc > | cp: cannot stat './targetfs//etc/*': No such file or directory > | Makefile:14: recipe for target 'install' failed > | make: *** [install] Error 1 > | ERROR: oe_runmake failed > | ERROR: Function failed: do_install (log file is located at /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/temp/log.do_install.19908) > NOTE: recipe ti-sgx-ddk-um-1.14.3699939-r19: task do_install: Failed > ERROR: Task 843 (/home/bimmermann/poky-krogoth/meta-ti/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb, do_install) failed with exit code '1' > NOTE: Running task 2572 of 3217 (ID: 830, /home/bimmermann/poky-krogoth/meta-BBB_QT5_PSS/meta-BBB_QT5_PSS/recipes-extras/thermal-init/thermal-init.bb, do_install) > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > Build Configuration: > BB_VERSION = "1.30.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "Ubuntu-16.04" > TARGET_SYS = "arm-poky-linux-gnueabi" > MACHINE = "beaglebone" > DISTRO = "poky" > DISTRO_VERSION = "2.1.2" > TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard" > TARGET_FPU = "hard" > meta-ti = "krogoth:8663e1611ab6c5bfe36d323d9d9db4dada4bd532" > meta-qt5 = "krogoth:2b1871f0d139dc3caaa779a32a1931409c245a36" > meta-oe = "krogoth:55c8a76da5dc099a7bc3838495c672140cedb78e" > meta > meta-yocto = "krogoth:ae9b341ecfcc60e970f29cfe04306411ad26c0cf" > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti -- _______________________________________________ meta-ti mailing list meta-ti@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ti-sgx-ddk-um / do_install failed / cp: cannot stat './targetfs//etc/*': No such file or directory 2017-01-04 17:54 ` Ruei, Eric @ 2017-01-04 18:12 ` Denys Dmytriyenko 2017-01-06 10:21 ` Benjamin Bimmermann 0 siblings, 1 reply; 6+ messages in thread From: Denys Dmytriyenko @ 2017-01-04 18:12 UTC (permalink / raw) To: Ruei, Eric; +Cc: meta-ti@yoctoproject.org On Wed, Jan 04, 2017 at 12:54:07PM -0500, Ruei, Eric wrote: > > Hi, All: > > I try beaglebone and it does work. > MACHINE=beaglebone bitbake ti-sgx-ddk-um > > Best regards, Eric, You are not using Poky, so you won't see this problem. Benjamin, You should either change your MACHINE from "beaglebone" to "am335x-evm" (which is pretty much the same, a bit more generic), or you make sure you don't have meta-yocto-bsp layer in your bblayers.conf. -- Denys > -----Original Message----- > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys > Sent: Wednesday, January 04, 2017 12:20 PM > To: Benjamin Bimmermann > Cc: meta-ti@yoctoproject.org > Subject: Re: [meta-ti] ti-sgx-ddk-um / do_install failed / cp: cannot stat './targetfs//etc/*': No such file or directory > > On Wed, Jan 04, 2017 at 08:32:47AM +0000, Benjamin Bimmermann wrote: > > Hello, > > > > I'm trying to build the ti-sgx-ddk-for the AM33x. > > I've tried to build the Krogoth and the morty branch, but both failed. > > A few months ago I had this error yet. I also do not understand which files he would like to copy, but not find. > > I have attached an extract from my log. > > Try changing MACHINE from "beaglebone" to "am335x-evm". > > -- > Denys > > > > Thank you for your attentionBimmermann > > > > > > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > > log.do_install.19908 > > Log data follows: > > | DEBUG: Executing shell function do_install > > | NOTE: make -j7 install DESTDIR=/home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image TARGET_PRODUCT= > > | mkdir -p /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/etc > > | mkdir -p /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/usr/bin > > | mkdir -p /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/usr/include > > | mkdir -p /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/usr/lib > > | cp -ar ./targetfs//etc/* /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/image/etc > > | cp: cannot stat './targetfs//etc/*': No such file or directory > > | Makefile:14: recipe for target 'install' failed > > | make: *** [install] Error 1 > > | ERROR: oe_runmake failed > > | ERROR: Function failed: do_install (log file is located at /home/bimmermann/bbb/build_Sens_krogoth/tmp/work/beaglebone-poky-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r19/temp/log.do_install.19908) > > NOTE: recipe ti-sgx-ddk-um-1.14.3699939-r19: task do_install: Failed > > ERROR: Task 843 (/home/bimmermann/poky-krogoth/meta-ti/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb, do_install) failed with exit code '1' > > NOTE: Running task 2572 of 3217 (ID: 830, /home/bimmermann/poky-krogoth/meta-BBB_QT5_PSS/meta-BBB_QT5_PSS/recipes-extras/thermal-init/thermal-init.bb, do_install) > > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > > Build Configuration: > > BB_VERSION = "1.30.0" > > BUILD_SYS = "x86_64-linux" > > NATIVELSBSTRING = "Ubuntu-16.04" > > TARGET_SYS = "arm-poky-linux-gnueabi" > > MACHINE = "beaglebone" > > DISTRO = "poky" > > DISTRO_VERSION = "2.1.2" > > TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard" > > TARGET_FPU = "hard" > > meta-ti = "krogoth:8663e1611ab6c5bfe36d323d9d9db4dada4bd532" > > meta-qt5 = "krogoth:2b1871f0d139dc3caaa779a32a1931409c245a36" > > meta-oe = "krogoth:55c8a76da5dc099a7bc3838495c672140cedb78e" > > meta > > meta-yocto = "krogoth:ae9b341ecfcc60e970f29cfe04306411ad26c0cf" > > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > > > -- > > _______________________________________________ > > meta-ti mailing list > > meta-ti@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/meta-ti > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ti-sgx-ddk-um / do_install failed / cp: cannot stat './targetfs//etc/*': No such file or directory 2017-01-04 18:12 ` Denys Dmytriyenko @ 2017-01-06 10:21 ` Benjamin Bimmermann 0 siblings, 0 replies; 6+ messages in thread From: Benjamin Bimmermann @ 2017-01-06 10:21 UTC (permalink / raw) To: Denys Dmytriyenko, Ruei, Eric; +Cc: meta-ti@yoctoproject.org Hi, all: I have now successfully builded my Image. But I must change : diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb index b7fd572..6c00e6a 100644 --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb @@ -69,6 +69,7 @@ RDEPENDS_${PN} += "${PN}-plugins" ALLOW_EMPTY_${PN}-plugins = "1" INHIBIT_PACKAGE_STRIP = "1" +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" INHIBIT_SYSROOT_STRIP = "1" INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths" Maybe you should ad this. Thanks a lot, Benjamin Am 04.01.2017 um 19:12 schrieb Denys Dmytriyenko: > On Wed, Jan 04, 2017 at 12:54:07PM -0500, Ruei, Eric wrote: >> Hi, All: >> >> I try beaglebone and it does work. >> MACHINE=beaglebone bitbake ti-sgx-ddk-um >> >> Best regards, > Eric, > > You are not using Poky, so you won't see this problem. > > > Benjamin, > > You should either change your MACHINE from "beaglebone" to "am335x-evm" (which > is pretty much the same, a bit more generic), or you make sure you don't have > meta-yocto-bsp layer in your bblayers.conf. > ^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-01-06 10:22 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <972676697.10149692.1483518767462.ref@mail.yahoo.com>
2017-01-04 8:32 ` ti-sgx-ddk-um / do_install failed / cp: cannot stat './targetfs//etc/*': No such file or directory Benjamin Bimmermann
2017-01-04 14:02 ` Ruei, Eric
2017-01-04 17:19 ` Denys Dmytriyenko
2017-01-04 17:54 ` Ruei, Eric
2017-01-04 18:12 ` Denys Dmytriyenko
2017-01-06 10:21 ` Benjamin Bimmermann
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.