[ptxdist] Advice on Directory Structure

2012-02-20 Thread Jerry Kirk
I'm looking for some advice on how to structure the source code directories of our new embedded linux project that will rely on PTXDist. Our development will run the full breadth including new drivers, patches to existing drivers, applications, etc. I've been reviewing the practical project

Re: [ptxdist] Advice on Directory Structure

2012-02-21 Thread Jerry Kirk
Josef Holzmayr holzmayr@... writes: Any advice would be great to try and avoid painful restructures. ~/ptxdist/releasesHere I keep the built ptxdist releases /toolchains The OSELAS.Toolchain things are here /sourcesI download all sources to here

Re: [ptxdist] Advice on Directory Structure

2012-02-21 Thread Jerry Kirk
Josef Holzmayr holzmayr@... writes: ! SNIP ! read the thread for context... See 3) for one.. at least for me, the BSP I start off evolves into the thing I want to have, including the code. FWIW, this is the easiest way to view a ptxdist project: its basically an application including

Re: [ptxdist] How to patch a rule file

2012-02-29 Thread Jerry Kirk
This is a question I am faced with as well, I'd like to vote this question up. -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] Proper way to modify an ETC file

2012-03-13 Thread Jerry Kirk
Within my embedded project I'd like to modify Busybox's FTPD command to allow more general access to the filesystem. I'm not quite sure the right way to do this. I've been considering 1. A local patch to the busybox file that gets copied 2. A new package that runs SED and modifies the busybox

Re: [ptxdist] Local kernel tree config option

2012-04-10 Thread Jerry Kirk
The local kernel tree option is a nice feature and thanks to this thread it worked for me first try. Do any of the other packages support this functionality? I am thinking specifically about barebox where I need to make many initial changes during development. -- ptxdist mailing list

[ptxdist] PTXCONF_BAREBOX_EXTRA_ENV Question

2012-05-21 Thread Jerry Kirk
The PTXCONF_BAREBOX_EXTRA_ENV option is almost working for me, everything is working except the network parameters (like PTXCONF_BOARDSETUP_TARGETIP) that are defined in my boardsetup file aren't being substituted. Variables in my platformconfig file ARE being substituted correctly so I am

Re: [ptxdist] PTXCONF_BAREBOX_EXTRA_ENV Question

2012-05-23 Thread Jerry Kirk
Thanks for the information, at least I can quit thinking it was something I was doing wrong. -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] VNC

2012-06-04 Thread Jerry Kirk
Henrii Kraft Henrik.Kraft@... writes: Hello, I am new to this list and have searched back to 2006. What I am looking for is a VNC server that I can use on an embedded system (Cupid ARM with embedded Linux). We are running a Qt and CAN Bus application. Yours Henrik I was looking

[ptxdist] Problem compiling Cairo in version 2013.05.0

2014-02-03 Thread Jerry Kirk
I am running in a problem including Cairo: Error: ptxd_lib_install: cannot find library 'libpangocairo-1.0'! The lib is indeed not there and I did not find an error message. I was hoping someone might give me some assurance that this bug was fixed between 2013.05 and the tip. ir a

Re: [ptxdist] Problem compiling Cairo in version 2013.05.0

2014-02-04 Thread Jerry Kirk
Jerry Kirk jkirk865@... writes: I am running in a problem including Cairo: Error: ptxd_lib_install: cannot find library 'libpangocairo-1.0'! Problem solved, I added the Freetype font backend option and it worked. I had hoped that the PDF backend option was enough. -- ptxdist mailing list