* [Buildroot] [buildroot 0005744]: fb.modes example copied from kernel docs
@ 2008-10-26 10:59 bugs at busybox.net
0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2008-10-26 10:59 UTC (permalink / raw)
To: buildroot
The following issue has been SUBMITTED.
======================================================================
http://busybox.net/bugs/view.php?id=5744
======================================================================
Reported By: robang74
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 5744
Category: Architecture Specific
Reproducibility: always
Severity: feature
Priority: normal
Status: assigned
======================================================================
Date Submitted: 10-26-2008 03:59 PDT
Last Modified: 10-26-2008 03:59 PDT
======================================================================
Summary: fb.modes example copied from kernel docs
Description:
When fbset is compiled and installed in the rootfs an example of
/etc/fb.modes from kernel docs should be installed too (if it does not
exist yet).
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
10-26-08 03:59 robang74 New Issue
10-26-08 03:59 robang74 Status new => assigned
10-26-08 03:59 robang74 Assigned To => buildroot
10-26-08 03:59 robang74 File Added: fbset.mk.patch
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0005744]: fb.modes example copied from kernel docs
@ 2008-10-26 11:44 bugs at busybox.net
0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2008-10-26 11:44 UTC (permalink / raw)
To: buildroot
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=5744
======================================================================
Reported By: robang74
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 5744
Category: Architecture Specific
Reproducibility: always
Severity: feature
Priority: normal
Status: assigned
======================================================================
Date Submitted: 10-26-2008 03:59 PDT
Last Modified: 10-26-2008 04:44 PDT
======================================================================
Summary: fb.modes example copied from kernel docs
Description:
When fbset is compiled and installed in the rootfs an example of
/etc/fb.modes from kernel docs should be installed too (if it does not
exist yet).
======================================================================
----------------------------------------------------------------------
jacmet - 10-26-08 04:44
----------------------------------------------------------------------
Wouldn't it make more sense to install one of the fb.modes shipped with
fbset instead? (etc/fb.modes.*)
Is the cyberblade stuff representable for other gfx chips?
Issue History
Date Modified Username Field Change
======================================================================
10-26-08 03:59 robang74 New Issue
10-26-08 03:59 robang74 Status new => assigned
10-26-08 03:59 robang74 Assigned To => buildroot
10-26-08 03:59 robang74 File Added: fbset.mk.patch
10-26-08 04:04 robang74 Issue Monitored: robang74
10-26-08 04:44 jacmet Note Added: 0014254
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0005744]: fb.modes example copied from kernel docs
@ 2008-10-26 21:49 bugs at busybox.net
0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2008-10-26 21:49 UTC (permalink / raw)
To: buildroot
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=5744
======================================================================
Reported By: robang74
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 5744
Category: Architecture Specific
Reproducibility: always
Severity: feature
Priority: normal
Status: assigned
======================================================================
Date Submitted: 10-26-2008 03:59 PDT
Last Modified: 10-26-2008 14:49 PDT
======================================================================
Summary: fb.modes example copied from kernel docs
Description:
When fbset is compiled and installed in the rootfs an example of
/etc/fb.modes from kernel docs should be installed too (if it does not
exist yet).
======================================================================
----------------------------------------------------------------------
jacmet - 10-26-08 04:44
----------------------------------------------------------------------
Wouldn't it make more sense to install one of the fb.modes shipped with
fbset instead? (etc/fb.modes.*)
Is the cyberblade stuff representable for other gfx chips?
----------------------------------------------------------------------
robang74 - 10-26-08 14:49
----------------------------------------------------------------------
I tought one example would be enought and I put in the first I found.
Following patch will put in all I have found.
Issue History
Date Modified Username Field Change
======================================================================
10-26-08 03:59 robang74 New Issue
10-26-08 03:59 robang74 Status new => assigned
10-26-08 03:59 robang74 Assigned To => buildroot
10-26-08 03:59 robang74 File Added: fbset.mk.patch
10-26-08 04:04 robang74 Issue Monitored: robang74
10-26-08 04:44 jacmet Note Added: 0014254
10-26-08 14:49 robang74 Note Added: 0014274
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0005744]: fb.modes example copied from kernel docs
@ 2008-11-17 11:15 bugs at busybox.net
0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2008-11-17 11:15 UTC (permalink / raw)
To: buildroot
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=5744
======================================================================
Reported By: robang74
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 5744
Category: Architecture Specific
Reproducibility: always
Severity: feature
Priority: normal
Status: assigned
======================================================================
Date Submitted: 10-26-2008 03:59 PDT
Last Modified: 11-17-2008 03:15 PST
======================================================================
Summary: fb.modes example copied from kernel docs
Description:
When fbset is compiled and installed in the rootfs an example of
/etc/fb.modes from kernel docs should be installed too (if it does not
exist yet).
======================================================================
----------------------------------------------------------------------
jacmet - 10-26-08 04:44
----------------------------------------------------------------------
Wouldn't it make more sense to install one of the fb.modes shipped with
fbset instead? (etc/fb.modes.*)
Is the cyberblade stuff representable for other gfx chips?
----------------------------------------------------------------------
robang74 - 10-26-08 14:56
----------------------------------------------------------------------
I thought one example would be enough and I put in the first I found.
Following patch will put in all I have found.
--- package/fbset/fbset.mk (revision 23784)
+++ package/fbset/fbset.mk (working copy)
@@ -31,6 +31,8 @@
touch -c $@
fbset: uclibc $(TARGET_DIR)/$(FBSET_TARGET_BINARY)
+ $(INSTALL) -m 0644 $(LINUX26_DIR)/Documentation/fb/cyblafb/fb.modes
$(TARGET_DIR)/etc/fb.modes.cybla
+ $(INSTALL) -m 0644 $(FBSET_DIR)/etc/fb.modes* $(TARGET_DIR)/etc
fbset-source: $(DL_DIR)/$(FBSET_SOURCE)
Sorry but I cannot upload file any more, my FF remain blocked in "waiting
for busybox.net..."
----------------------------------------------------------------------
robang74 - 11-17-08 03:15
----------------------------------------------------------------------
Plese close this bug report, copying that files are useless.
Issue History
Date Modified Username Field Change
======================================================================
10-26-08 03:59 robang74 New Issue
10-26-08 03:59 robang74 Status new => assigned
10-26-08 03:59 robang74 Assigned To => buildroot
10-26-08 03:59 robang74 File Added: fbset.mk.patch
10-26-08 04:04 robang74 Issue Monitored: robang74
10-26-08 04:44 jacmet Note Added: 0014254
10-26-08 14:49 robang74 Note Added: 0014274
10-26-08 14:51 robang74 Note Edited: 0014274
10-26-08 14:55 robang74 Note Edited: 0014274
10-26-08 14:56 robang74 Note Edited: 0014274
11-17-08 03:15 robang74 Note Added: 0015924
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0005744]: fb.modes example copied from kernel docs
@ 2008-11-17 11:35 bugs at busybox.net
0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2008-11-17 11:35 UTC (permalink / raw)
To: buildroot
The following issue has been CLOSED
======================================================================
http://busybox.net/bugs/view.php?id=5744
======================================================================
Reported By: robang74
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 5744
Category: Architecture Specific
Reproducibility: always
Severity: feature
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 10-26-2008 03:59 PDT
Last Modified: 11-17-2008 03:35 PST
======================================================================
Summary: fb.modes example copied from kernel docs
Description:
When fbset is compiled and installed in the rootfs an example of
/etc/fb.modes from kernel docs should be installed too (if it does not
exist yet).
======================================================================
----------------------------------------------------------------------
jacmet - 10-26-08 04:44
----------------------------------------------------------------------
Wouldn't it make more sense to install one of the fb.modes shipped with
fbset instead? (etc/fb.modes.*)
Is the cyberblade stuff representable for other gfx chips?
----------------------------------------------------------------------
robang74 - 10-26-08 14:56
----------------------------------------------------------------------
I thought one example would be enough and I put in the first I found.
Following patch will put in all I have found.
--- package/fbset/fbset.mk (revision 23784)
+++ package/fbset/fbset.mk (working copy)
@@ -31,6 +31,8 @@
touch -c $@
fbset: uclibc $(TARGET_DIR)/$(FBSET_TARGET_BINARY)
+ $(INSTALL) -m 0644 $(LINUX26_DIR)/Documentation/fb/cyblafb/fb.modes
$(TARGET_DIR)/etc/fb.modes.cybla
+ $(INSTALL) -m 0644 $(FBSET_DIR)/etc/fb.modes* $(TARGET_DIR)/etc
fbset-source: $(DL_DIR)/$(FBSET_SOURCE)
Sorry but I cannot upload file any more, my FF remain blocked in "waiting
for busybox.net..."
----------------------------------------------------------------------
robang74 - 11-17-08 03:15
----------------------------------------------------------------------
Plese close this bug report, copying that files are useless.
Issue History
Date Modified Username Field Change
======================================================================
10-26-08 03:59 robang74 New Issue
10-26-08 03:59 robang74 Status new => assigned
10-26-08 03:59 robang74 Assigned To => buildroot
10-26-08 03:59 robang74 File Added: fbset.mk.patch
10-26-08 04:04 robang74 Issue Monitored: robang74
10-26-08 04:44 jacmet Note Added: 0014254
10-26-08 14:49 robang74 Note Added: 0014274
10-26-08 14:51 robang74 Note Edited: 0014274
10-26-08 14:55 robang74 Note Edited: 0014274
10-26-08 14:56 robang74 Note Edited: 0014274
11-17-08 03:15 robang74 Note Added: 0015924
11-17-08 03:35 jacmet Status assigned => closed
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-11-17 11:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-26 11:44 [Buildroot] [buildroot 0005744]: fb.modes example copied from kernel docs bugs at busybox.net
-- strict thread matches above, loose matches on Subject: below --
2008-11-17 11:35 bugs at busybox.net
2008-11-17 11:15 bugs at busybox.net
2008-10-26 21:49 bugs at busybox.net
2008-10-26 10:59 bugs at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox