Paul Jones | 1 Nov 2008 09:29
Picon

Error copying kernel image

For some reason it seems to be trying to copy the kernel image from the
main linux-2.6.26 directory rather than from arch/arm/boot/ - I assume
that this is not correct behaviour? Copying the file manually results in
a successful build.

  CHK     include/linux/compile.h
  Kernel: arch/arm/boot/Image is ready
  Kernel: arch/arm/boot/zImage is ready
  Image arch/arm/boot/uImage is ready
make[1]: Leaving directory
`/home/paul.jones/buildroot/project_build_arm/kisssa/linux-2.6.26'
cp -pf
/home/paul.jones/buildroot/project_build_arm/kisssa/linux-2.6.26/uImage
/home/paul.jones/buildroot/binaries/kisssa/arm-linux-2.6.26-20081101.gz
cp: cannot stat
`/home/paul.jones/buildroot/project_build_arm/kisssa/linux-2.6.26/uImage
': No such file or directory
make: ***
[/home/paul.jones/buildroot/binaries/kisssa/arm-linux-2.6.26-20081101.gz
] Error 1

Paul.
bugs | 1 Nov 2008 11:23
Favicon

[buildroot 0005914]: add 915resolution and v86d


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=5914 
====================================================================== 
Reported By:                robang74
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   5914
Category:                   New Features
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             11-01-2008 03:23 PDT
Last Modified:              11-01-2008 03:23 PDT
====================================================================== 
Summary:                    add 915resolution and v86d
Description: 
add 915resolution and v86d for supporting non standard video resolutions
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-01-08 03:23  robang74       New Issue                                    
11-01-08 03:23  robang74       Status                   new => assigned     
11-01-08 03:23  robang74       Assigned To               => buildroot       
(Continue reading)

Markus Heidelberg | 1 Nov 2008 12:09
Picon

Re: [PATCH] qtopia4: fix wrong variable name for SQL

Thiago A. Corrêa, 31.10.2008:
> Thanks.
> Applied in r23872.
> 
> Btw, could you send patches as attachments (instead or as well)? Not
> sure how others prefers them,

I prefer inline patches, for easier commenting for example. I also find
attachments are quite annoying if I have to use the web archives and can't
just read the patch but have to download it at first. I know Peter prefers
inline for the ease of applying them with "git am" and he has already applied
a few from me.

> but since I don't view my mail on linux
> boxes and only use linux through ssh I sort of have to apply them by
> typing it back on the ssh window.

What are the advantages of using attachments or the disadvantages of inline
through your ssh connection? When you are able to save an attachment you can
also just save the whole email and apply it, can't you?

> Also, I don't trust copy and paste
> to not mess with the whitespaces and tabs.... If I do mess them up
> others jump on my neck. Whitespace damage is sort of worst than having
> a non working package around here *smile*.

If whitespace is damaged after copy and paste, you will notice it when
applying the malformed patch.

Markus
(Continue reading)

Bernhard Reutner-Fischer | 1 Nov 2008 12:11
Picon

Re: my first patch !

On Fri, Oct 31, 2008 at 02:03:55PM -0400, Jonathan Dumaresq wrote:
>Mmm,
>
>I have replaced my old files by the one in you git. Now I get this:

you cannot use the version from git as a drop-in replacement, svn misses
some required improvements for this to work. Just see the diff between
the version in git and svn and back out the AUTO_CONFIGURE_TARGET hunk.

>/bin/bash: line 1:
>--with-cc=/buildroot/buildroot-avr32-v2.2.0-rc6/build_avr32/staging_dir/usr/
>bin/avr32-linux-uclibc-gcc: No such file or directory
>make: ***
>[/buildroot/buildroot-avr32-v2.2.0-rc6/build_avr32/net-snmp-5.4.1/.configure
>d] Error 127
>
>if I do
>=/buildroot/buildroot-avr32-v2.2.0-rc6/build_avr32/staging_dir/usr/bin/avr32
>-linux-uclibc-gcc
>
>I have the no input file message. So the avr32-linux-uclibc-gcc is there.

Please look carefully. There is no executable named "--with-...."
Markus Heidelberg | 1 Nov 2008 12:47
Picon

Re: svn commit: trunk/buildroot/package/qtopia4

antab@..., 31.10.2008:
> Author: antab
> Date: 2008-10-31 10:17:23 -0700 (Fri, 31 Oct 2008)
> New Revision: 23886
> 
> Log:
> Add options to select what gfx and mouse drivers are compiled in.
> Note to tslib users: You now have to select the tslib mouse driver to build it.
> 
> 
> Added:
>    trunk/buildroot/package/qtopia4/Config.gfx.in
>    trunk/buildroot/package/qtopia4/Config.mouse.in
> 
> Modified:
>    trunk/buildroot/package/qtopia4/Config.in
>    trunk/buildroot/package/qtopia4/Config.sql.in
>    trunk/buildroot/package/qtopia4/qtopia4.mk

Just some comments:

> +config BR2_PACKAGE_QTOPIA4_GFX_MULTISCREEN
> +	bool "multiscreen"
> +	default y

I don't know what the multiscreen driver is about, sounds like multiple
physical screens. Is this a common setup that you default to y here?

> +config BR2_PACKAGE_QTOPIA4_MOUSE_VR41XX
> +	bool "vxr41xx"
(Continue reading)

Arnar Mar Sigurðsson | 1 Nov 2008 14:46
Picon

Re: svn commit: trunk/buildroot/package/qtopia4

-----Original Message-----
From: buildroot-bounces-2zL2ArBv0bUdnm+yROfE0A@public.gmane.org on behalf of Markus Heidelberg
Sent: Sat 11/1/2008 11:47 AM
To: buildroot-2zL2ArBv0bUdnm+yROfE0A@public.gmane.org
Cc: antab-2zL2ArBv0bUdnm+yROfE0A@public.gmane.org
Subject: Re: [Buildroot] svn commit: trunk/buildroot/package/qtopia4

> Just some comments:

>> +config BR2_PACKAGE_QTOPIA4_GFX_MULTISCREEN
>> +    bool "multiscreen"
>> +    default y

> I don't know what the multiscreen driver is about, sounds like multiple
> physical screens. Is this a common setup that you default to y here?

Multiscreen is for using more then one output driver yes, so you can use linuxfb and VNC at the same time (what i'm doing). Probably should have it default no.

>> +config BR2_PACKAGE_QTOPIA4_MOUSE_VR41XX
>> +    bool "vxr41xx"

> vr41xx
Ah, damn typos;)

>> +    default n
> is not necessary in all the options
Is "default n" the default? Was not sure because i have seen other packages use "default n".

>> Modified: trunk/buildroot/package/qtopia4/qtopia4.mk
>> +### Mouse drivers

> MOUSE_QVFB is missing here.
Good catch, i added all the drivers listed in configure -help, but not using all of them so i cant test all. Still need to add the kbd driver list, will do that later on.


> I could also make a patch, but I wanted to clarify the multiscreen thing
> first.
Patches are welcome

> Markus

Arnar Mar Sig

_______________________________________________
buildroot mailing list
buildroot@...
http://busybox.net/mailman/listinfo/buildroot
Thiago A. Corrêa | 1 Nov 2008 18:42
Picon

Re: svn commit: trunk/buildroot/package/qtopia4

>> I don't know what the multiscreen driver is about, sounds like multiple
>> physical screens. Is this a common setup that you default to y here?
>
> Multiscreen is for using more then one output driver yes, so you can use
> linuxfb and VNC at the same time (what i'm doing). Probably should have it
> default no.

Hi Arnar,

    Just out of curiosity, did you try the new directfb driver? It's
new to 4.4 series I think. Since directfb was supposed to have the
AVR32 accelarated instructions, so you would effectively have an
accelarated gfx driver.

    I've been meaning to test it out myself but my hardware with LCD
isn't ready yet :(

Kind Regards,
    Thiago A. Correa
Markus Heidelberg | 1 Nov 2008 19:54
Picon

[PATCH 1/4] qtopia4: fix wrong configure options

---
 package/qtopia4/qtopia4.mk |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/qtopia4/qtopia4.mk b/package/qtopia4/qtopia4.mk
index cadaaa6..c8be7c7 100644
--- a/package/qtopia4/qtopia4.mk
+++ b/package/qtopia4/qtopia4.mk
 <at>  <at>  -95,32 +95,32  <at>  <at>  endif

 ### Mouse drivers
 ifeq ($(BR2_PACKAGE_QTOPIA4_MOUSE_PC),y)
-QTOPIA4_CONFIGURE += qt-mouse-pc
+QTOPIA4_CONFIGURE += -qt-mouse-pc
 else
 QTOPIA4_CONFIGURE += -no-mouse-pc
 endif
 ifeq ($(BR2_PACKAGE_QTOPIA4_MOUSE_BUS),y)
-QTOPIA4_CONFIGURE += qt-mouse-bus
+QTOPIA4_CONFIGURE += -qt-mouse-bus
 else
 QTOPIA4_CONFIGURE += -no-mouse-bus
 endif
 ifeq ($(BR2_PACKAGE_QTOPIA4_MOUSE_LINUXTP),y)
-QTOPIA4_CONFIGURE += qt-mouse-linuxtp
+QTOPIA4_CONFIGURE += -qt-mouse-linuxtp
 else
 QTOPIA4_CONFIGURE += -no-mouse-linuxtp
 endif
 ifeq ($(BR2_PACKAGE_QTOPIA4_MOUSE_YOPY),y)
-QTOPIA4_CONFIGURE += qt-mouse-yopy
+QTOPIA4_CONFIGURE += -qt-mouse-yopy
 else
 QTOPIA4_CONFIGURE += -no-mouse-yopy
 endif
 ifeq ($(BR2_PACKAGE_QTOPIA4_MOUSE_VR41XX),y)
-QTOPIA4_CONFIGURE += qt-mouse-vr41xx
+QTOPIA4_CONFIGURE += -qt-mouse-vr41xx
 else
 QTOPIA4_CONFIGURE += -no-mouse-vr41xx
 endif
 ifeq ($(BR2_PACKAGE_QTOPIA4_MOUSE_TSLIB),y)
-QTOPIA4_CONFIGURE += qt-mouse-tslib
+QTOPIA4_CONFIGURE += -qt-mouse-tslib
 QTOPIA4_DEP_LIBS+=tslib
 QTOPIA4_TSLIB_DEB="-D TSLIBMOUSEHANDLER_DEBUG"
 QTOPIA4_TSLIB_DEB:=$(strip $(subst ",, $(QTOPIA4_TSLIB_DEB)))
--

-- 
1.6.0.3.536.gb5136
Markus Heidelberg | 1 Nov 2008 19:55
Picon

[PATCH 2/4] qtopia4: add mouse-qvfb to configure options

---
 package/qtopia4/qtopia4.mk |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/package/qtopia4/qtopia4.mk b/package/qtopia4/qtopia4.mk
index c8be7c7..8b0415f 100644
--- a/package/qtopia4/qtopia4.mk
+++ b/package/qtopia4/qtopia4.mk
 <at>  <at>  -128,6 +128,11  <at>  <at>  QTOPIA4_TSLIB_DEB:=$(strip $(subst ",, $(QTOPIA4_TSLIB_DEB)))
 else
 QTOPIA4_CONFIGURE += -no-mouse-tslib
 endif
+ifeq ($(BR2_PACKAGE_QTOPIA4_MOUSE_QVFB),y)
+QTOPIA4_CONFIGURE += -qt-mouse-qvfb
+else
+QTOPIA4_CONFIGURE += -no-mouse-qvfb
+endif

 ifeq ($(BR2_PACKAGE_QTOPIA4_DEBUG),y)
 QTOPIA4_CONFIGURE+= "-debug $(QTOPIA4_TSLIB_DEB)"
--

-- 
1.6.0.3.536.gb5136
Markus Heidelberg | 1 Nov 2008 19:55
Picon

[PATCH 3/4] qtopia4: don't enable gfx-multiscreen by default

---
 package/qtopia4/Config.gfx.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/package/qtopia4/Config.gfx.in b/package/qtopia4/Config.gfx.in
index 572e810..9a1d00b 100644
--- a/package/qtopia4/Config.gfx.in
+++ b/package/qtopia4/Config.gfx.in
 <at>  <at>  -18,6 +18,5  <at>  <at>  config BR2_PACKAGE_QTOPIA4_GFX_VNC

 config BR2_PACKAGE_QTOPIA4_GFX_MULTISCREEN
 	bool "multiscreen"
-	default y

 endmenu
--

-- 
1.6.0.3.536.gb5136

Gmane