Re: [yocto] Packaging ROS for Yocto-Linux

2012-12-14 Thread Stefan Herbrechtsmeier
34810 - ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto -- Dipl.-Ing. S

Re: [yocto] bitbake with cmake recipe

2013-08-23 Thread Stefan Herbrechtsmeier
Am 22.08.2013 20:13, schrieb Zafrullah Syed: Hi all, I am newbie and I am learning stuff. I have a c++ code and CMakeLists.txt on Github which needs to be run with Cmake. I am trying to get that code embed into my build using my own recipe. This is my first experience with Cmake. I have no cl

Re: [yocto] bitbake with cmake recipe

2013-08-25 Thread Stefan Herbrechtsmeier
Am 25.08.2013 17:03, schrieb Zafrullah Syed: Hi Stefan, I updated my recipe: DESCRIPTION = "cameracapture application" SECTION = "examples" LICENSE = "CLOSED" PR = "r0" DEPENDS = "opencv" SRC_URI = "git://github.com/zafrullahsyed/cameracapture.git

Re: [yocto] bitbake with cmake recipe

2013-08-26 Thread Stefan Herbrechtsmeier
${D}${bindir} } I didn't specify do_install, which caused the errors. You shouldn't need a do_install as cmake install the binary. On Sun, Aug 25, 2013 at 8:10 PM, Stefan Herbrechtsmeier mailto:ste...@herbrechtsmeier.net>> wrote: Am 25.08.2013 17:03, schrieb Zafrullah S

Re: [yocto] u-boot 2013.10 LIC_FILES_CHKSUM points to an invalid file

2013-12-24 Thread Stefan Herbrechtsmeier
Am 23.12.2013 21:56, schrieb Paul Eggleton: Hi Robert, On Monday 23 December 2013 22:47:00 Robert Berger wrote: I try to build instead of u-boot v2013.07 [1] the latest and greatest released version i.e. v2013.10[2]. ... which does not build because LIC_FILES_CHKSUM points to an invalid file .

[yocto] Ubuntu 10.04 don't support mirror option with parameter

2012-10-24 Thread Stefan Herbrechtsmeier
Hi, the git version of Ubuntu 10.04 is to old to support mirror option with parameter which is used by the bitbake fetch2. Regards, Stefan DEBUG: ... git remote add --mirror=fetch origin git://git.yoctoproject.org/opkg-utils ERROR: Fetcher failure: Fetch command failed with exit code 129

Re: [yocto] Ubuntu 10.04 don't support mirror option with parameter

2012-10-25 Thread Stefan Herbrechtsmeier
Am 24.10.2012 19:02, schrieb Paul Eggleton: On Wednesday 24 October 2012 18:30:12 Stefan Herbrechtsmeier wrote: the git version of Ubuntu 10.04 is to old to support mirror option with parameter which is used by the bitbake fetch2. Regards, Stefan DEBUG: ... git remote add --mirror=fetch

[yocto] Create an image from deployed files

2019-07-03 Thread Stefan Herbrechtsmeier
Hi, what would be the best solution to create an image from deployed files? The wic bootimg-partition plugin copy over files listed in IMAGE_BOOT_FILES and create a partition inside the wic image. The image.bbclass creates an image from individual packages. I want to create an image like the

Re: [yocto] Create an image from deployed files

2019-07-22 Thread Stefan Herbrechtsmeier
Am 22.07.19 um 18:34 schrieb Khem Raj: On Wed, Jul 3, 2019 at 12:43 PM Stefan Herbrechtsmeier wrote: Hi, what would be the best solution to create an image from deployed files? The wic bootimg-partition plugin copy over files listed in IMAGE_BOOT_FILES and create a partition inside the wic

Re: [yocto] npm nodejs

2019-08-21 Thread Stefan Herbrechtsmeier
Hi Jonas, Am 21.08.19 um 14:55 schrieb Jonas Andersson: I have used Yocto and npm/nodejs now for about 1 year and think it works but I not without some extra work. Are there any group working on npm/nodejs? As I use it quite frequent and puts some extra work every time i create an recipe I hav

Re: [yocto] [npm] duplicate code

2019-10-04 Thread Stefan Herbrechtsmeier
Hi Jean-Marie, what work do you plan to do on npm and recipetool? I have start to rework the complete npm integration to synchronize it with other languages like python. I replace the bitbake npm fetch with the wget fetcher and download the npm tgz files direct. The idea is to handle every pa

Re: [yocto] [npm] duplicate code

2019-10-04 Thread Stefan Herbrechtsmeier
Hi Jean-Marie, Am 04.10.19 um 14:37 schrieb Jean-marie Lemetayer: > I have recently worked on a yocto project using npm and I have seen some issues. I have solved a few but only for bitbake: https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=eecba41822e86b69ebdb9cbc8fbfd512ad9a47d7 http

Re: [yocto] [npm] duplicate code

2019-10-07 Thread Stefan Herbrechtsmeier
Hi Jean-Marie, Am 07.10.19 um 14:16 schrieb Jean-marie Lemetayer: > I thought about your idea of using Yocto to manage NPM package dependencies and I ran into an issue. NPM projects can have multiple dependencies on a single package, and sometimes with multiple versions. NPM will manage this b

Re: [yocto] [npm] duplicate code

2019-10-08 Thread Stefan Herbrechtsmeier
Hi Josef, Am 08.10.19 um 07:12 schrieb Josef Holzmayr: On Mon, Oct 07, 2019 at 09:33:46PM +0200, Stefan Herbrechtsmeier wrote: Hi Jean-Marie, Am 07.10.19 um 14:16 schrieb Jean-marie Lemetayer: I thought about your idea of using Yocto to manage NPM package dependencies and I ran into an