[yocto] [meta-zulu-java][PATCH] zulu-jdk: move files to designated packages

2017-06-02 Thread Sven Ebenfeld
The current zulu-jdk package includes many big files that are not required to run java-programs on target devices. This patch avoids that zulu-jdk acquires too much space on the target device. Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- recipes-devtools/zulu-ezdk-arm-hflt.b

[yocto] [meta-zulu-java][PATCH] zulu-jdk: move files to designated packages

2017-06-02 Thread Sven Ebenfeld
The current zulu-jdk package includes many big files that are not required to run java-programs on target devices. This patch avoids that zulu-jdk acquires too much space on the target device. Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- recipes-devtools/zulu-ezdk-arm-hflt.b

Re: [yocto] [oe] OE/Yocto developer survey

2015-10-28 Thread Sven Ebenfeld
Am 26.10.2015 um 20:18 schrieb Cliff Brake: > Hi, > > I'd like to get some feedback on the following questions -- feel free > to respond to list, or directly to me, and I'll withhold your > name/company from any results. > > I would like to collect feedback until 2015-11-02, and will summarize

Re: [yocto] yocto-custom-kernel issue

2015-02-03 Thread Sven Ebenfeld
Hi Raghavendra, Am 03.02.2015 um 13:40 schrieb Raghavendra Kakarla: Hi, I want to add BSP layer for my mechine and I should take the our own customized kernel source(our kernel source). For that I add the BSP layer and wrote the recipe for that. My recipe is as follows:

Re: [yocto] do_fetch() with svn which has http prefix

2014-12-04 Thread Sven Ebenfeld
Hi Chan, Am 05.12.2014 um 05:09 schrieb Yu, Chan KitX: Hi, I need to do svn checkout http://llvm.org/svn/llvm-project/llvm/trunk but since that repo has a http prefix, I don't think it's smart enough to recognize that the link is actually an SVN repo. So how do I work around this

Re: [yocto] Rootfs with F2FS.

2014-11-28 Thread Sven Ebenfeld
Am 25.09.2014 um 17:28 schrieb Diego Sueiro: Folks, As I could inspect on openembedded/yocto source code I didn't found anything related with images created with F2FS. Just found f2fs-tools recipe. What needs to be done to get a rootfs with F2FS? Just need to make it's entries at

Re: [yocto] Angstrom Build Fails

2014-11-01 Thread Sven Ebenfeld
Looks like problems with gitorious.org again. You should either find a mirror again or wait if the problem solves itself. Unfortunately I don't know, which git repository this recipe (opie) needs so I don't know if a mirror exists. Am 01.11.2014 18:53, schrieb nick: I am getting a failing build

Re: [yocto] Angstrom Build Failing

2014-10-31 Thread Sven Ebenfeld
It looks like meta-kde on gitorious is currently down. Manually cloning its mirror on github in sources directory worked for me. Am 31.10.2014 18:49 schrieb nick xerofo...@gmail.com: Greetings, I am getting a failing build after cloning the angstrom build scripts. My build log is pasted

Re: [yocto] Building own kernel instead of taking from git

2014-09-07 Thread Sven Ebenfeld
Am 08.09.2014 06:21, schrieb jags gediya: I want to build my kernel source code in yocto. For that i have modified the required linux-imx.inc file. Inside that i have given kernel source directory in SRC_URI and S variable. Is this approach fine, or is there any better solution i can get?

Re: [yocto] is there a list of yocto-supported dev kits somewhere?

2014-08-29 Thread Sven Ebenfeld
Am 29.08.2014 18:01, schrieb Robert P. J. Day: On Fri, 29 Aug 2014, Rudolf Streif wrote: I think this is a great idea and I volunteer to help with the effort. that is kinda what i was after. i realize it's an open-ended request, but it would be great if there was a list of recommended

Re: [yocto] systemd - how do I wait for a driver to load?

2014-08-28 Thread Sven Ebenfeld
Am 28.08.2014 18:57, schrieb Chris Tapp: On 27 Aug 2014, at 08:46, Sven Ebenfeld sven.ebenf...@gmail.com wrote: Am 26.08.2014 22:51, schrieb Chris Tapp: On 26 Aug 2014, at 21:02, Sven Ebenfeld sven.ebenf...@gmail.com wrote: You should look at ConditionPathExists= Options of systemd-units

Re: [yocto] systemd - how do I wait for a driver to load?

2014-08-27 Thread Sven Ebenfeld
Am 26.08.2014 22:51, schrieb Chris Tapp: On 26 Aug 2014, at 21:02, Sven Ebenfeld sven.ebenf...@gmail.com wrote: You should look at ConditionPathExists= Options of systemd-units. Thanks, that looks like it would do the job. I was hoping not to hard code paths as they may change

Re: [yocto] systemd - how do I wait for a driver to load?

2014-08-26 Thread Sven Ebenfeld
You should look at ConditionPathExists= Options of systemd-units. Otherwise if udev is loading your device module, you could add the device-unit to Requires= option. Am 26.08.2014 21:52, schrieb Chris Tapp: I've got a service running under systemd that will only start once a kernel module has