Re: [yocto] Master build error caused a small typo by commit today : fetch2: unpack revision

2011-02-11 Thread Ke, Liping
Hi, Mark After fixing this typo, I found another error when bitbake xorg-minimal-fonts, It will report ERROR: Function 'org-minial-fonts: LIC_FILES_CHKSUM points to invalid file: ../misc/fonts/alias' failed I checked the folder of build/tmp/work/all-poky-linux/xorg-minimal-fonts-1_1.0-r0, fonts

[yocto] Master build error caused a small typo by commit today : fetch2: unpack revision

2011-02-11 Thread Ke, Liping
Hi, all Just found a small typo which caused built error today. The "%d" (file) should be changed to "%s", otherwise, compile error. Anybody could help to modify the small bug if you're happening sending patches. Thanks a lot for your help! criping author Mark Hatle2011-02-11 17:43:54

Re: [yocto] Kernel configuration using 'menuconfig'

2011-02-11 Thread Bruce Ashfield
On 11-02-11 5:59 PM, Chris Tapp wrote: I'm trying to use 'menuconfig' to add a driver to the kernel. I've been following the instructions I found at http://groups.google.com/group/beagleboard/browse_thread/thread/7ebbfd2948579be0 that were posted by Frans Meulenbroeks. However, when I run bitba

[yocto] Kernel configuration using 'menuconfig'

2011-02-11 Thread Chris Tapp
I'm trying to use 'menuconfig' to add a driver to the kernel. I've been following the instructions I found at http://groups.google.com/group/beagleboard/browse_thread/thread/7ebbfd2948579be0 that were posted by Frans Meulenbroeks. However, when I run bitbake -c menuconfig virtual/kernel I ge

Re: [yocto] [poky] [PATCH 1/3] linux: factor dts/dtc/dtb handling into a specific include

2011-02-11 Thread Richard Purdie
On Thu, 2011-02-10 at 22:06 +0100, Esben Haabendal wrote: > On Wed, 2011-02-09 at 01:27 -0500, Bruce Ashfield wrote: > > diff --git a/meta/recipes-kernel/linux/linux-dtb.inc > > b/meta/recipes-kernel/linux/linux-dtb.inc > > new file mode 100644 > > index 000..0b27d18 > > --- /dev/null > > +++

Re: [yocto] [poky] [PATCH 1/3] linux: factor dts/dtc/dtb handling into a specific include

2011-02-11 Thread Esben Haabendal
On Wed, 2011-02-09 at 01:27 -0500, Bruce Ashfield wrote: > diff --git a/meta/recipes-kernel/linux/linux-dtb.inc > b/meta/recipes-kernel/linux/linux-dtb.inc > new file mode 100644 > index 000..0b27d18 > --- /dev/null > +++ b/meta/recipes-kernel/linux/linux-dtb.inc > @@ -0,0 +1,27 @@ > +# Suppor