Re: [yocto] Problem with DNS resolution using resolvconf (poky/daisy)

2014-08-13 Thread Dean
to you. Thanks, Dean On 6/26/2014 4:55 AM, Alex J Lennon wrote: On 26/06/2014 10:23, Alex J Lennon wrote: Hi, I'm looking at resolvconf as I want to be able to pick up dns-nameserver changes in /etc/network/interfaces, and I'm reading that this is the way to do it. Having

[yocto] Build optimization question

2014-11-08 Thread Dean
, Dean -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] DNS nameservers in Yocto

2015-02-03 Thread Dean
Add resolvconf to your image. That being said, I'm using dora and the package there was very incomplete. I had to add quite a bit in a .bbappend to make it work properly. On 2/3/2015 9:43 AM, Jim Abernathy wrote: I find that for Static IPs, I have to manually add my DNS name servers to /etc

Re: [yocto] DNS nameservers in Yocto

2015-02-03 Thread Dean
On 2/3/2015 12:11 PM, Paul Eggleton wrote: Hi Dean, On Tuesday 03 February 2015 11:20:01 Dean wrote: On 2/3/2015 9:43 AM, Jim Abernathy wrote: I find that for Static IPs, I have to manually add my DNS name servers to /etc/resolv.conf instead of what I'm use to and that's put the li

[yocto] Distributing Compilation of Yocto

2013-06-06 Thread Mike Dean
#x27;t get this setup. I would really appreciate any help and/or pointers anyone can give on this. Thank you, Mike Dean Engineer EMAC, Inc. http://www.emacinc.com/ (618) 529-4525 ext. 330 ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctop

[yocto] Makefile package missing

2013-03-12 Thread Saridakis, Dean (US SSA)
T_DIR}/usr/include/demo-fpga' 'BUILDDIR=${S}'" #my_bindir = "${bindir}" my_bindir = "/usr/local/bin" do_install () { make INSTALL_DIR=${D}${my_bindir} install } PARALLEL_MAKE = "" BBCLASSEXTEND = "native" Thanks, Dean ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Easy one: fetch fails

2013-04-03 Thread Saridakis, Dean (US SSA)
114-yocto/build_p5020ds_release/../sources/canutils.git doesn't exist?! I am able to manually do a git clone w/ the http url. (thought about manually forcing the file into the source dir, but wasn't sure exactly what's expected, especially w/ the tag - still a git novice as well) Th

[yocto] Config fragment not being picked up

2013-04-11 Thread Saridakis, Dean (US SSA)
..." and then some kcfonig output? Any advice/suggestions? Thanks, Dean ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Config fragment not being picked up

2013-04-11 Thread Saridakis, Dean (US SSA)
he real > kernel_do_configure > > cp ${KERNEL_DEFCONFIG} ${B}/.config } > > > > Wasn't able to make much sense of the log: lots of "DEBUG: Removing > manifest ..." and then some kcfonig output? > > Any advice/suggestions? > > > > Thanks, > > > > Dean ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Config fragment not being picked up

2013-04-15 Thread Saridakis, Dean (US SSA)
> >>> Think I've followed the example in the manual correctly. My append file > is > >> pretty simple: > >>> > >>> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" > >> > >> It looks like you forgot the colon at the end of the path. > >> Try this: > >>FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

Re: [yocto] Config fragment not being picked up

2013-04-15 Thread Saridakis, Dean (US SSA)
> > Think I've followed the example in the manual correctly. My append > > file > >> is > pretty simple: > > > > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" > > It looks like you forgot the colon at the end of the path. > Try this: > FILESEXTRAPATHS_pr

Re: [yocto] Config fragment not being picked up

2013-04-15 Thread Saridakis, Dean (US SSA)
> >>> Think I've followed the example in the manual correctly. My > >>> append file > is > >> pretty simple: > >>> > >>> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" > >> > >> It looks like you forgot the colon at the end of the path. > >> Try this: > >>

[yocto] Trouble patching a package

2013-04-19 Thread Saridakis, Dean (US SSA)
ing to debug. I tried adding do_patch_append() { bbnote "Got here " } to log my append file was getting picked up, but the parse failed. Didn't get errors if the patch file name was wrong. The log only has a git ls-remote (which seems a little odd). Any help would be apprec

Re: [yocto] Trouble patching a package

2013-04-22 Thread Saridakis, Dean (US SSA)
atch? > > > > Ran into a couple thing I didn't understand trying to debug. I tried > > adding > > > > do_patch_append() { > > bbnote "Got here " > > } > > > > to log my append file was getting picked up, but the parse failed. >

[yocto] Patching from .bbappend

2013-04-22 Thread Saridakis, Dean (US SSA)
Does anyone have an example of how to apply a patch from an append file? (even better if the base recipe inherits autotools) Dean ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Patching from .bbappend

2013-04-22 Thread Saridakis, Dean (US SSA)
Does anyone have an example of how to apply a patch from an append file? (even better if the base recipe inherits autotools) Nevermind - thanks all. Dean ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto