[yocto] Is there anyway to get patched source tar file for gcc while building srpm?

2012-06-07 Thread Jegan Chandru
Hi, Framework - poky-denzil-7.0 arch - x86_64 Is there anyway to get patched source tar file for gcc while building srpm? I have checked the srpms created and found gcc srpms has only the logs_with_scripts tar file and not the patched source. I have configured archive-patched-source in

[yocto] Recipe question - source directory of depency parent

2012-06-07 Thread Jim Rucker
I'm creating a bitbake recipe for a package that is a loadable module, but it requires the linux source directory in order to build. I added the virtual/kernel package as our DEPENDS, but when I run bitbake -e for my target I don't see an environment variable that specifies where the source is for

Re: [yocto] Recipe question - source directory of depency parent

2012-06-07 Thread David Nyström
Have a look at: poky/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb Use ${KERNEL_STAGING_DIR} to locate kernel sources. Br, David On 06/07/2012 09:12 PM, Jim Rucker wrote: I'm creating a bitbake recipe for a package that is a loadable module, but it requires the linux source directory

[yocto] Denzil kernel configuration for BSP - fetch error

2012-06-07 Thread Chris Tapp
I'm trying to create a bbappend file for the 3.0 kernel under Denzil for a BSP. This includes the following: COMPATIBLE_MACHINE_mybsp = mybsp KMACHINE_mybsp = yocto/standard/base KBRANCH_mybsp = ${KMACHINE} SRCREV_machine_pn-linux-yocto_mybsp = da7c40006b08916ff3a3db104def82aaf9ac2716

Re: [yocto] Recipe question - source directory of depency parent

2012-06-07 Thread David Nyström
Oops, That should be ${STAGING_KERNEL_DIR} Br, David On 06/07/2012 09:17 PM, David Nyström wrote: Have a look at: poky/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb Use ${KERNEL_STAGING_DIR} to locate kernel sources. Br, David On 06/07/2012 09:12 PM, Jim Rucker wrote: I'm

[yocto] [PATCH 0/1] [meta-intel] meta-cedartrail: update SRCREV

2012-06-07 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com Removed the kernel feature set from the BSP area. These have been added to kernel meta branch. So update the SRCREV for meta to pull in these changes. Please pull into meta-intel/denzil. Thanks Kishore. The following changes since commit

[yocto] [PATCH 1/1] [meta-intel] meta-cedartrail: update SRCREV

2012-06-07 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com Remove the kernel feature set from the BSP. These have been moved to kernel features. Update the SRCREV for meta to pull in these kernel feature set. Signed-off-by: Kishore Bodke kishore.k.bo...@intel.com ---