Re: [yocto] Errors with update-rc.d: /etc/init.d/XXX exists during rc.d purge (use -f to force)

2013-11-27 Thread Stath, Paul
d_postrm() { update-rc.d $D -f ${INITSCRIPT_NAME} remove } -- Paul Stath Axxcelera Broadband Wireless >From: Richard Leitner - SKIDATA [richard.leit...@skidata.com] >Sent: Wednesday, November 27, 2013 11:02 AM >To: Stath, Paul >Cc: Yocto Project Discussion ML (yocto@yoctoproject.o

[yocto] Change to 1.5_M5.rc1???

2014-03-26 Thread Stath, Paul
We have a local clone of the yocto repository that is refreshed nightly via 'git pull'. When trying to push a tag to the local yocto clone, I'm getting the following error: ! [rejected]1.5_M5.rc1 -> 1.5_M5.rc1 (non-fast-forward) In my dev copy: $ git rev-parse 1.5_M5.rc1 b9f5cc7be053

Re: [yocto] Force recipe to provide specific file

2014-08-12 Thread Stath, Paul
> > why not just provide a .bbappend file and an overriding file? > > Do you mean that I should integrate my version of the files into the > ghostscript package? > This is what I want to avoid because all cups-filters should reside in the > cups-filters package. > It is not necessarily true th

Re: [yocto] Include PaX / GRSecurity

2014-09-08 Thread Stath, Paul
Jens Lecius write: > I am trying to include the GRSecurity & PaX patches for the kernel in a Yocto > build. > > The patch is applied to the kernel correctly, but when the build begins > I get the following error: > | Makefile:686: *** Your gcc installation does not support plugins. If > the nec

[yocto] Unset task_name[noexec] in bbappend

2015-02-02 Thread Stath, Paul
If there any way in the bbappend file to override [noexec] = "1" specified in the parent .bb file? I want to extend the package-index task, and need to fetch a couple of configuration files. The package-index.bb task contains do_fetch[noexec] = "1", so the fetch is not performed. -- Paul Stat

Re: [yocto] Unset task_name[noexec] in bbappend

2015-02-04 Thread Stath, Paul
> On Monday 02 February 2015 19:51:15 Stath, Paul wrote: > > If there any way in the bbappend file to override [noexec] = "1" > > specified in the parent .bb file? > > > > I want to extend the package-index task, and need to fetch a couple of > > con

[yocto] build host toolchain

2015-09-17 Thread Stath, Paul
I was recently tasked with migrating our Jenkins based build server to new hardware. During this migration, the OS was also upgraded to the latest Ubuntu LTS release. The previous build server was hosted on Ubuntu 12.04 LTS. The new build server is hosted on Ubuntu 14.04 LTS. We have a couple o

[yocto] ifenslave recipe

2016-06-16 Thread Stath, Paul
I'm looking at adding support for NIC bonding into our distribution. Along with bonding support in the kernel, I would like to build the 'ifenslave' utility program. In checking the OpenEmbedded Layer Index, I find recipes-support/ifenslave/ifenslave_1.1.0.bb in the meta-networking layer. This

Re: [yocto] ifenslave recipe

2016-06-16 Thread Stath, Paul
>> I'm looking at adding support for NIC bonding into our distribution. >> >> Along with bonding support in the kernel, I would like to build the >> 'ifenslave' >> utility program. >> >> In checking the OpenEmbedded Layer Index, I find recipes-support/ifenslave/ >> ifenslave_1.1.0.bb in the meta-n