[oe] [meta-webserver][PATCH v2] apache2: add all extra/*.conf to conffiles

2019-05-22 Thread Alejandro del Castillo
Signed-off-by: Alejandro del Castillo --- meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb index 4cdf36ca5

Re: [oe] [meta-webserver][PATCH] apache2: add all extra/*.conf to conffiles

2019-05-22 Thread Alejandro Del Castillo
ah, bad configuration on my machine, will send correct v2 shortly On 5/21/19 7:52 PM, Khem Raj wrote: > Hi Alejandro > Please rebase/test it on master if you are proposing it for master. > > On Tue, May 21, 2019 at 12:01 PM Alejandro del Castillo > wrote: >> >> S

[oe] [meta-webserver][PATCH] apache2: add all extra/*.conf to conffiles

2019-05-21 Thread Alejandro del Castillo
Signed-off-by: Alejandro del Castillo --- meta-webserver/recipes-httpd/apache2/apache2_2.4.34.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.34.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.34.bb index 6642f2bda

Re: [oe] opkg v0.3.2 bug

2016-06-30 Thread Alejandro del Castillo
On 06/30/2016 08:59 AM, Jaap de Jong wrote: > Hi All, > > I've already put this in https://groups.google.com/forum/#!topic/opkg-devel > but > I really want to hear what your experiences are. I am cc'ing opkg-de...@googlegroups.org > I have this package A for which package B has a dependency?

Re: [oe] OE/Yocto developer survey

2015-11-12 Thread Alejandro del Castillo
> How long have you been using OE? __4 years__ > > How do you use OE/Yocto? > [X] product development > [ ] hobby/research/education/yocto core developer, etc > > What distro do you use? > [ ] Poky > [ ] Angstrom > [X] nodistro or custom > > How do you organize multiple git repos? > [X]

[oe] [meta-oe][PATCH 1/1] tornado: upgrade to 4.2.1

2015-09-29 Thread Alejandro del Castillo
Signed-off-by: Alejandro del Castillo <alejandro.delcasti...@ni.com> --- .../python/python-tornado_4.0.2.bb | 34 -- .../python/python-tornado_4.2.1.bb | 34 ++ 2 files changed, 34 insertions(+), 34 deletions(-) delet

[oe] [PATCH] opkg: upgrade to v0.3.0

2015-08-31 Thread Alejandro del Castillo
Changes required: - Rename opkg-cl to opkg - Add libarchive dependency - Drop backport patches - Drop obsolete directory options - Add patch to handle empty index files Based on initial work by Paul Barker. Signed-off-by: Alejandro del Castillo <alejandro.delcasti...@ni.com> CC: Paul Bar

[oe] [meta-python][PATCH v2] python-pyinotify: add recipe

2015-08-12 Thread Alejandro del Castillo
Python bindings for Linux inotify mechanism Signed-off-by: Alejandro del Castillo alejandro.delcasti...@ni.com --- .../recipes-devtools/python/python-pyinotify_0.9.6.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python

[oe] [meta-python][PATCH] python-pyinotify: add recipe

2015-08-11 Thread Alejandro del Castillo
Python bindings for Linux inotify mechanism Signed-off-by: Alejandro del Castillo alejandro.delcasti...@ni.com --- .../recipes-devtools/python/python-pyinotify_0.9.6.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python

[oe] BUILD_FROM_FEEDS

2014-11-17 Thread Alejandro del Castillo
Hello, We have a build system were we build ~10 different images for targets that share the same architecture. We plan to leverage BUILD_FROM_FEEDS (very powerful feature!), to split the build process in 2. One process will create the feeds, while a different process will be in charge of

Re: [oe] Opkg files at /var/lib/opkg/lists

2014-11-13 Thread Alejandro del Castillo
From: Eric BĂ©nard e...@eukrea.com To: Alejandro del Castillo alejandro.delcasti...@ni.com, Cc: openembedded-devel@lists.openembedded.org, openembedded-c...@lists.openembedded.org Date: 11/12/2014 06:39 PM Subject:Re: [oe] Opkg files at /var/lib/opkg/lists Hi Aljandro

[oe] Opkg files at /var/lib/opkg/lists

2014-11-12 Thread Alejandro del Castillo
Hello, I noticed that the OE build process is leaving files at /var/lib/opkg/lists (~1.5 MB on my system), which I believe are the feed content used to build the image. The target opkg.conf file configure lists_dir to be at /var/lib/opkg (instead of the default /var/lib/opkg/lists), so the