Re: [yocto] Perforce fetcher ignores module and label

2017-09-18 Thread Katu Txakur
e any problems. Thanks for your help in this issue. Regards, Katu 2017-09-18 11:32 GMT+01:00 Katu Txakur : > Hi Andrew, > > I'm getting an error when I apply your patch. Do you now how can I work > around this? > > user@pc:~/yocto/pyro/poky$ git fetch > user@pc:~/yocto

Re: [yocto] Perforce fetcher ignores module and label

2017-09-18 Thread Katu Txakur
atch does not apply error: patch failed: bitbake/lib/bb/fetch2/perforce.py:1 error: bitbake/lib/bb/fetch2/perforce.py: patch does not apply Cheers, Katu 2017-09-14 17:17 GMT+01:00 Andrew Bradford : > Hi Katu, > > Sorry for my delay in responding. > > On 09/14 11:13, Katu Txakur wrote:

Re: [yocto] Perforce fetcher ignores module and label

2017-09-14 Thread Katu Txakur
Hi Andrew, Have you had time to look at this? I tried to go back to the old perforce fetcher but I got a license error and I couldn't work around it. Regards, Katu 2017-08-31 18:54 GMT+01:00 Andrew Bradford : > Hi Katu, > > On 08/28 17:43, Katu Txakur wrote: > > Thanks for

Re: [yocto] Perforce fetcher ignores module and label

2017-08-28 Thread Katu Txakur
= "perforce-recipe.service" SYSTEMD_AUTO_ENABLE = "disable" FILES_${PN} = "${systemd_unitdir} ${bindir}" 2017-08-28 15:27 GMT+01:00 Andrew Bradford : > Hi Katu, > > On 08/28 08:56, Katu Txakur wrote: > > 2017-08-11 13:52 GMT+01:00 Andrew Bradford

Re: [yocto] Perforce fetcher ignores module and label

2017-08-28 Thread Katu Txakur
Hi Andrew Thanks for your reply and sorry for the delay on this. I was on holidays too. 2017-08-11 13:52 GMT+01:00 Andrew Bradford : > Hi Katu, > > I added back the yocto ml on CC, could you please keep this conversation > on-list? > > Sure, sorry about that. On 08/11 11:34,

Re: [yocto] Perforce fetcher ignores module and label

2017-08-02 Thread Katu Txakur
nied with a good explanation of why the change is needed in > the commit message). > > Cheers, > Paul > > On Wednesday, 2 August 2017 9:40:10 AM CEST Katu Txakur wrote: > > Hi, > > > > I'm still having problems fetching from Perforce. Is there any > >

Re: [yocto] Perforce fetcher ignores module and label

2017-08-02 Thread Katu Txakur
right direction. Regards, Katu 2017-07-25 10:05 GMT+01:00 Katu Txakur : > Hi, > > I'm upgrading a recipe that fetches the source code from Perforce. > > The old recipe was: > > SRC_URI = " \ > p4://${P4USER}:${P4PASSWD}:${P4HOST}:${P4PORT}@Depot/path/pe >

[yocto] Eclipse Yocto Plugin: Breaks Customize Prespective

2017-07-25 Thread Katu Txakur
Hi, I have noticed that when installing the Yocto Eclipse Plugin in Eclipse Neon (Ubuntu 16.04), I don't have access to the "Customize Prespective" in Eclipse any more. I'm installing from http://downloads.yoctoproject.org/releases/eclipse-plugin/2.3.1/ My plugin setup points to /opt/poky/2.3 and

[yocto] Perforce fetcher ignores module and label

2017-07-25 Thread Katu Txakur
Hi, I'm upgrading a recipe that fetches the source code from Perforce. The old recipe was: SRC_URI = " \ p4://${P4USER}:${P4PASSWD}:${P4HOST}:${P4PORT}@Depot/path/ perforce/...;module=local/path/relativeto/p4;label=${P4CHANGELIST} \ " With the new version of /lib/bb/fetch2/perforce.py, I ha

[yocto] Perforce fetcher ignores module and label

2017-07-06 Thread Katu Txakur
Hi, I'm upgrading a recipe that fetches the source code from Perforce. The old recipe was: SRC_URI = " \ p4://${P4USER}:${P4PASSWD}:${P4HOST}:${P4PORT}@Depot/path/perforce/...;module=local/path/relativeto/p4;label=${P4CHANGELIST} \ " With the new version of /lib/bb/fetch2/perforce.py, I ha

Re: [yocto] non empty package group

2014-04-16 Thread Katu Txakur
Hi Paul, Thanks a lot for your help. I'm sure that there is a good reason why that's not the way it works. I will continue then using individual packages for updates/installation. Regards, Katu 2014-04-16 17:34 GMT+01:00 Paul Eggleton : > On Wednesday 16 April 2014 17:28:45 Katu

Re: [yocto] non empty package group

2014-04-16 Thread Katu Txakur
to the packagegroup. I've just cleaned the entire tmp folder, I will find out tomorrow if this worked. Thanks 2014-04-16 17:17 GMT+01:00 Paul Eggleton : > On Wednesday 16 April 2014 17:09:19 Katu Txakur wrote: > > yes, it does "inherit packagegroup" and all the packages are

Re: [yocto] non empty package group

2014-04-16 Thread Katu Txakur
ve is that the files, binaries... of the recipes in RDEPENDS_${PN} are not included in the mypackagegroup.ipk. Do you know how can I include them? 2014-04-16 16:59 GMT+01:00 Paul Eggleton : > On Wednesday 16 April 2014 16:54:11 Katu Txakur wrote: > > I have some recipes that generate

[yocto] non empty package group

2014-04-16 Thread Katu Txakur
Hi, I have some recipes that generate multiple packages. I also have a package group that groups all the recipes. I would like to use the package created with the packagegroup recipe to install all the files coming from my recipes into the target system. The aim is to have one package that will in

Re: [yocto] enable/disable systemd from image.bb

2014-03-11 Thread Katu Txakur
" 2014-03-10 11:55 GMT+00:00 Katu Txakur : > Thanks Khem, > > I found my mistake. I forgot adding ${IMAGE_ROOTFS} and I was trying to > run the commands in my host. This works. > > ROOTFS_POSTPROCESS_COMMAND =+ "\ > rm -rf > ${IMAGE_ROOTFS}/etc/syste

Re: [yocto] enable/disable systemd from image.bb

2014-03-10 Thread Katu Txakur
ystem/recipeB.service' '/etc/systemd/system/multi-user.target.wants/recipeB.service; \ " regards, Katu 2014-03-04 22:45 GMT+00:00 Khem Raj : > On Tue, Mar 4, 2014 at 6:38 AM, Katu Txakur > wrote: > > Sorry, I sent it uncompleted by mistake. > > > > I'

Re: [yocto] enable/disable systemd from image.bb

2014-03-04 Thread Katu Txakur
Sorry, I sent it uncompleted by mistake. I've also tried ROOTFS_POSTPROCESS_COMMAND =+ "\ rm -rf /etc/systemd/system/multi-user.target.wants/recipeA.service; \ " but it didn't work either. Anyone knows how to do this? Thanks, Katu 2014-03-04 14:37 GMT+00:00 Katu Txa

[yocto] enable/disable systemd from image.bb

2014-03-04 Thread Katu Txakur
Hi, I'm using Yocto 1.3 and I've created some recipes. All of them have systemd services. Some of them start at boot time and others don't. Let's say for example: recipeA_1.0.bb > SYSTEMD_AUTO_ENABLE_${PN}-systemd = "enable" recipeB_1.0.bb > SYSTEMD_AUTO_ENABLE_${PN}-systemd = "disable" I want to

[yocto] package various recipes

2014-01-09 Thread Katu Txakur
Hi, I have a few recipes one.bb, two.bb, three.bb that I bitbake to get ipk packages. I would like to create a recipe all.bb that creates a single all.ipk package that will install one, two and three binaries files in the system. How can I do that? Thanks, Katu ___

Re: [yocto] fetch from perforce

2013-10-24 Thread Katu Txakur
tu 2013/10/15 Paul Eggleton > Hi Katu, > > On Tuesday 15 October 2013 20:52:15 Katu Txakur wrote: > > can someone please give me an example of fetching the code from perforce? > > I want to map files from perforce and put them in a different tree > > structure in

[yocto] Makefile based package with Makefile in a subdir

2013-10-21 Thread Katu Txakur
Hi, I have a recipe that fetches the code from git. I want to run the makefile located in a subdir of the the repo with the flags and options defined in it. Bitbake cannot find the makefile. I've tried adding EXTRA_OEMAKE += "-I${S}/include -C${MAKEFILE_FOLDER}" but I'm still getting make: ***

Re: [yocto] Custom defconfig is not used

2013-10-15 Thread Katu Txakur
Hi Diego, I may be wrong here, but I had a similar issue and I gave up. As I understand from https://www.yoctoproject.org/sites/yoctoproject.org/files/elc2013-kernel-lab.pdf if you are not using the linux-yocto kernel you need the whole defconfig. Anyway, reading the kernel lab is probably a good

[yocto] fetch from perforce

2013-10-15 Thread Katu Txakur
Hi, can someone please give me an example of fetching the code from perforce? I want to map files from perforce and put them in a different tree structure in the workspace before compiling it. I also need to set user and password. I failed to find an example online and I don't understand the perfo

Re: [yocto] Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz

2013-09-03 Thread Katu Txakur
; > Regards, > > ** ** > > Sean Liming > > Owner > > [image: ablogo color - 500] <http://www.annabooks.com/>**** > > Tel: 714-970-7523 / Cell: 858-774-3176 > > ** ** > > *From:* Katu Txakur [mailto:katutxaku...@gmail.com] > *Sent:* Monda

Re: [yocto] Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz

2013-09-02 Thread Katu Txakur
> > Tel: 714-970-7523 / Cell: 858-774-3176 > > ** ** > > *From:* yocto-boun...@yoctoproject.org [mailto: > yocto-boun...@yoctoproject.org] *On Behalf Of *Katu Txakur > *Sent:* Monday, September 02, 2013 10:29 AM > *To:* yocto@yoctoproject.org > *Subject:* [yocto]

[yocto] Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz

2013-09-02 Thread Katu Txakur
Hello, What is the best stable BSP for a Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz? I have a computer with 4 cpus and I would like to compile a Linux distro with the Yocto project. I've read about booting with a live usb but, how can I install the distro in the machine? Can I automatize the hard d

Re: [yocto] run commands after installation

2013-06-27 Thread Katu Txakur
Thanks Tomas, it was as easy as pkg_postinst_${PN} () { #!/bin/sh -e net-snmp-config --create-snmpv3-user -a "my_password" myuser } 2013/6/26 Tomas Frydrych > On 26/06/13 15:32, Katu Txakur wrote: > > I want to create a user after adding the snmp recipe. The com

[yocto] run commands after installation

2013-06-26 Thread Katu Txakur
Hi, I want to create a user after adding the snmp recipe. The command to do that is: net-snmp-config --create-snmpv3-user -a "my_password" myuser What's the best way to do it? I have tried from do_install_append and also from ROOTFS_POSTPROCESS_COMMAND but no luck so far. Thanks ___

Re: [yocto] recipe using waf installation location

2013-06-13 Thread Katu Txakur
s that the prefix has to be setup differently for debug? I'm new to waf too... Thanks again for your help. 2013/6/13 Burton, Ross > On 13 June 2013 09:55, Katu Txakur wrote: > > do_configure() { > > ./waf configure --alsa --debug --clients=128 > > } > > I've

[yocto] recipe using waf installation location

2013-06-13 Thread Katu Txakur
Hi all, I'm creating a recipe for jack2_1.9.9.5.bb. The tarball uses waf to configure, compile and install. It configures and compiles correctly, but in the installation part I get: WARNING: QA Issue: jack2: Files/directories were installed but not shipped /usr/local /usr/local/include /usr

Re: [yocto] using module_autoload

2013-05-30 Thread Katu Txakur
Hi, not exactly, I added module_autoload_foo = "foo" to the machine.conf file. Where foo is the module created with the recipe that inherits module and kernel-module-split. And it's working perfectly now. thanks, Katu 2013/5/30 Khem Raj > > On May 30, 2013, at 1:49 A

Re: [yocto] using module_autoload

2013-05-30 Thread Katu Txakur
for your help, I can now jump to the next problem! :) Katu 2013/5/30 Martin Jansa > On Thu, May 30, 2013 at 09:49:13AM +0100, Katu Txakur wrote: > > Thanks again Martin, > > I tried with that kernel-module-split.bbclass but although I got no > errors, > > it didn't

Re: [yocto] using module_autoload

2013-05-30 Thread Katu Txakur
your help Katu 2013/5/29 Martin Jansa > On Wed, May 29, 2013 at 04:48:58PM +0100, Katu Txakur wrote: > > Guys, > > I'm using the gumstix repo > > https://github.com/gumstix/Gumstix-YoctoProject-Repo and I don't have > any > > module-split bbclass. > >

Re: [yocto] using module_autoload

2013-05-29 Thread Katu Txakur
e_strip is also inherited by kernel.bbclass thanks a lot, Katu 2013/5/29 Bruce Ashfield > On 13-05-29 11:32 AM, Katu Txakur wrote: > >> Martin, Paul, thanks for your help. >> Yes, the recipe does inherit module. >> Any other problem that you can think off? >> >

Re: [yocto] using module_autoload

2013-05-29 Thread Katu Txakur
Martin, Paul, thanks for your help. Yes, the recipe does inherit module. Any other problem that you can think off? Thanks a lot in advance, Katu 2013/5/29 Paul Eggleton > On Wednesday 29 May 2013 16:39:48 Martin Jansa wrote: > > On Wed, May 29, 2013 at 02:01:11PM +0100, Katu Txa

[yocto] using module_autoload

2013-05-29 Thread Katu Txakur
Hi, I'm failing to load a kernel module named spike doing this: 1) add the recipe (inherit module), based in a Makefile with modules_install: $(MAKE) INSTALL_MOD_DIR=kernel/drivers/spike -C $(KERNEL_SRC) M=$(SRC) modules_install 2) Add the package to the image with IMAGE_INSTALL += "spike" in the l

Re: [yocto] How do I get the kernel modules into rootfs?

2013-05-28 Thread Katu Txakur
Hi Sebastian, if you read this https://www.yoctoproject.org/sites/yoctoproject.org/files/elc2013-kernel-lab.pdf you might find a solution for your problem. Check lab 3. Thanks, Katu 2013/5/28 Paul Eggleton > On Tuesday 28 May 2013 14:18:53 Sebastian Süsens wrote: > > I have build the system wi

Re: [yocto] poky: Bitbake nothing provides error

2013-04-30 Thread Katu Txakur
Thank you Paul 2013/4/29 Paul Eggleton > On Monday 29 April 2013 15:07:27 Katu Txakur wrote: > > The instructions in > > > https://github.com/gumstix/Gumstix-YoctoProject-Repo/blob/master/README.md > > worked > > for me, at least you can get them and hav

Re: [yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Katu Txakur
The instructions in https://github.com/gumstix/Gumstix-YoctoProject-Repo/blob/master/README.md worked for me, at least you can get them and have a look at the build/conf/local.conf file. Paul, how can get the recipes and related files that I find in the layerindex? Thanks 2013/4/29 Paul Eggleton

[yocto] ADT development with makefiles

2013-04-23 Thread Katu Txakur
Hi, new to Yocto, I want to develop a software that runs when you start an overo gusmtix. I read the documentation but I still have many questions. If you can answer any of them you will be helping me a lot. I've built the gumstix-console-image

Re: [yocto] libsnmp-dev in yocto built image

2013-04-22 Thread Katu Txakur
rked! This is with net-snmp_5.7.1.bb Thanks for your help Paul. Hob is a very useful tool too. 2013/4/19 Katu Txakur > Thanks Paul, > > I followed these instructions > https://github.com/gumstix/Gumstix-YoctoProject-Repo > The recipe was in > ~/yocto/poky/meta-openembedded/meta-

Re: [yocto] libsnmp-dev in yocto built image

2013-04-19 Thread Katu Txakur
riday 19 April 2013 15:44:39 Katu Txakur wrote: > > I want to include net-snmp in an image that I'm building with the Yocto > > project (gumstix-console-image). When I add it net-snmp-client or server > to > > the local.conf I get this error when bitbake is creating the root

[yocto] libsnmp-dev in yocto built image

2013-04-19 Thread Katu Txakur
Hi, I want to include net-snmp in an image that I'm building with the Yocto project (gumstix-console-image). When I add it net-snmp-client or server to the local.conf I get this error when bitbake is creating the rootfs. Processing perl-module-text-soundex... error: Failed dependencies: net-snm