On Thu, May 12, 2011 at 6:26 PM, Greg KH <gregkh@suse.de> wrote:
On Thu, May 12, 2011 at 05:57:04PM -0400, Greg Freemyer wrote:
On Wed, May 11, 2011 at 5:16 PM, Greg KH <gregkh@suse.de> wrote:
Thanks, that was almost trivial. Note it did pull in lots of Factory packages (~110) event though I was compiling a Tumbleweed branched kernel.
You could point it to build against tumbleweed instead: osc build openSUSE:Tumbleweed i586 SPECFILE is what I think you need to do for the i586 build.
Greg,
I note there is a file config.sh which looks like you should update it the main Tumbleweed kernel package.
=== config.sh # The version of the main tarball to use SRCVERSION=2.6.38 # variant of the kernel-source package, either empty or "-rt" VARIANT= # buildservice projects to build the kernel against OBS_PROJECT=openSUSE:Factory IBS_PROJECT=SUSE:Factory:Head ===
I'd do it, but I don't know what to set IBS_PROJECT to.
IBS is the "Internal Build Service" we use here at SUSE for building distro packages like SLE and the like.
This variable is only needed if you use the "scripts/osc_wrapper" script to build your modified package, which I don't think you are doing, right?
In Tumbleweed we don't need to worry about this at all from what I can tell.
thanks,
greg k-h
Greg, On my local build of my branch of the Tumbleweed kernel: I'm seeing gcc 4.6 in use. I can't say I like that given 4.6 was just rolled to factory in the last 24 hours or so. I assume the same would happen if you rebuilt the Tumbleweed kernel with those references to factory. I assume you want to stick to gcc 4.5 for Tumbleweed for now. I "assume" those 2 lines from config.sh will control that:
OBS_PROJECT=openSUSE:Factory IBS_PROJECT=SUSE:Factory:Head
I know lots of "assumes" in there, so I could be all wet. Greg -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org