* Various patches
@ 2011-05-13 12:34 Denis 'GNUtoo' Carikli
2011-05-13 12:42 ` [PATCH 01/12] pointercal-xinput: add support for bug20 Denis 'GNUtoo' Carikli
` (11 more replies)
0 siblings, 12 replies; 30+ messages in thread
From: Denis 'GNUtoo' Carikli @ 2011-05-13 12:34 UTC (permalink / raw)
To: openembedded-devel
hi,
I will send various patches that will touch SHR,Angstrom and the support
for the bug20.
(I will send the patches with git-send-email)
Denis.
^ permalink raw reply [flat|nested] 30+ messages in thread* [PATCH 01/12] pointercal-xinput: add support for bug20 2011-05-13 12:34 Various patches Denis 'GNUtoo' Carikli @ 2011-05-13 12:42 ` Denis 'GNUtoo' Carikli 2011-05-13 18:05 ` Stefan Schmidt 2011-05-13 12:43 ` [PATCH 02/12] xserver-common-1.34: sync with oe-core Denis 'GNUtoo' Carikli ` (10 subsequent siblings) 11 siblings, 1 reply; 30+ messages in thread From: Denis 'GNUtoo' Carikli @ 2011-05-13 12:42 UTC (permalink / raw) To: Stefan Schmidt; +Cc: openembedded-devel Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> --- .../pointercal-xinput/bug20/pointercal.xinput | 1 + recipes/xinput-calibrator/pointercal-xinput_0.0.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) create mode 100644 recipes/xinput-calibrator/pointercal-xinput/bug20/pointercal.xinput diff --git a/recipes/xinput-calibrator/pointercal-xinput/bug20/pointercal.xinput b/recipes/xinput-calibrator/pointercal-xinput/bug20/pointercal.xinput new file mode 100644 index 0000000..50e2632 --- /dev/null +++ b/recipes/xinput-calibrator/pointercal-xinput/bug20/pointercal.xinput @@ -0,0 +1 @@ +xinput set-int-prop "TSC2004 Touchscreen" "Evdev Axis Calibration" 32 239 10 232 6; diff --git a/recipes/xinput-calibrator/pointercal-xinput_0.0.bb b/recipes/xinput-calibrator/pointercal-xinput_0.0.bb index 2d62f20..fa298b3 100644 --- a/recipes/xinput-calibrator/pointercal-xinput_0.0.bb +++ b/recipes/xinput-calibrator/pointercal-xinput_0.0.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Touchscreen calibration data from xinput-calibrator" LICENSE = "MIT/X11" SECTION = "base" -PR = "r2" +PR = "r3" SRC_URI = "file://pointercal.xinput" S = "${WORKDIR}" -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 30+ messages in thread
* Re: [PATCH 01/12] pointercal-xinput: add support for bug20 2011-05-13 12:42 ` [PATCH 01/12] pointercal-xinput: add support for bug20 Denis 'GNUtoo' Carikli @ 2011-05-13 18:05 ` Stefan Schmidt 0 siblings, 0 replies; 30+ messages in thread From: Stefan Schmidt @ 2011-05-13 18:05 UTC (permalink / raw) To: Denis 'GNUtoo' Carikli; +Cc: openembedded-devel, Stefan Schmidt Hello. On Fri, 2011-05-13 at 14:42, Denis 'GNUtoo' Carikli wrote: > Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Stefan Schmidt <stefan@buglabs.net> > --- > .../pointercal-xinput/bug20/pointercal.xinput | 1 + > recipes/xinput-calibrator/pointercal-xinput_0.0.bb | 2 +- > 2 files changed, 2 insertions(+), 1 deletions(-) > create mode 100644 recipes/xinput-calibrator/pointercal-xinput/bug20/pointercal.xinput > > diff --git a/recipes/xinput-calibrator/pointercal-xinput/bug20/pointercal.xinput b/recipes/xinput-calibrator/pointercal-xinput/bug20/pointercal.xinput > new file mode 100644 > index 0000000..50e2632 > --- /dev/null > +++ b/recipes/xinput-calibrator/pointercal-xinput/bug20/pointercal.xinput > @@ -0,0 +1 @@ > +xinput set-int-prop "TSC2004 Touchscreen" "Evdev Axis Calibration" 32 239 10 232 6; > diff --git a/recipes/xinput-calibrator/pointercal-xinput_0.0.bb b/recipes/xinput-calibrator/pointercal-xinput_0.0.bb > index 2d62f20..fa298b3 100644 > --- a/recipes/xinput-calibrator/pointercal-xinput_0.0.bb > +++ b/recipes/xinput-calibrator/pointercal-xinput_0.0.bb > @@ -2,7 +2,7 @@ DESCRIPTION = "Touchscreen calibration data from xinput-calibrator" > LICENSE = "MIT/X11" > SECTION = "base" > > -PR = "r2" > +PR = "r3" > SRC_URI = "file://pointercal.xinput" > S = "${WORKDIR}" > > -- > 1.7.0.4 > ^ permalink raw reply [flat|nested] 30+ messages in thread
* [PATCH 02/12] xserver-common-1.34: sync with oe-core 2011-05-13 12:34 Various patches Denis 'GNUtoo' Carikli 2011-05-13 12:42 ` [PATCH 01/12] pointercal-xinput: add support for bug20 Denis 'GNUtoo' Carikli @ 2011-05-13 12:43 ` Denis 'GNUtoo' Carikli 2011-05-13 18:07 ` Stefan Schmidt 2011-05-13 18:19 ` Martin Jansa 2011-05-13 12:43 ` [PATCH 03/12] udev 165: depends on mtd-utils to fix compilation Denis 'GNUtoo' Carikli ` (9 subsequent siblings) 11 siblings, 2 replies; 30+ messages in thread From: Denis 'GNUtoo' Carikli @ 2011-05-13 12:43 UTC (permalink / raw) To: Stefan Schmidt; +Cc: openembedded-devel Without this patch(that require xserver-common-1.34 to be preferred) Some issues are present, for instance: * xorg starting but not x-window-window manager, unless there is an external window manager script like /etc/X11/Xsession.d/90matchbox-session * xinput-calibrator's calibration not taken into account. This patch was taken from meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb in git://git.openembedded.net/meta-openembedded at commit e55afd32d8718534403cb871fc776b7f078250dc Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> --- recipes/xserver-common/files/gplv2-license.patch | 353 ++++++++++++++++++++++ recipes/xserver-common/xserver-common_1.34.bb | 45 ++-- 2 files changed, 375 insertions(+), 23 deletions(-) create mode 100644 recipes/xserver-common/files/gplv2-license.patch diff --git a/recipes/xserver-common/files/gplv2-license.patch b/recipes/xserver-common/files/gplv2-license.patch new file mode 100644 index 0000000..ec93253 --- /dev/null +++ b/recipes/xserver-common/files/gplv2-license.patch @@ -0,0 +1,353 @@ +COPYING: add GPLv2 license file + +this is a local file recipe and the license file is missing.In order +to pass the license checksum checking, the license file is needed. So +this patch add the GPLv2 license file. + +Signed-off-by: Yu Ke <ke.yu@intel.com> + +diff --git a/COPYING b/COPYING +new file mode 100644 +index 0000000..d511905 +--- /dev/null ++++ b/COPYING +@@ -0,0 +1,339 @@ ++ GNU GENERAL PUBLIC LICENSE ++ Version 2, June 1991 ++ ++ Copyright (C) 1989, 1991 Free Software Foundation, Inc., ++ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ++ Everyone is permitted to copy and distribute verbatim copies ++ of this license document, but changing it is not allowed. ++ ++ Preamble ++ ++ The licenses for most software are designed to take away your ++freedom to share and change it. By contrast, the GNU General Public ++License is intended to guarantee your freedom to share and change free ++software--to make sure the software is free for all its users. This ++General Public License applies to most of the Free Software ++Foundation's software and to any other program whose authors commit to ++using it. (Some other Free Software Foundation software is covered by ++the GNU Lesser General Public License instead.) You can apply it to ++your programs, too. ++ ++ When we speak of free software, we are referring to freedom, not ++price. Our General Public Licenses are designed to make sure that you ++have the freedom to distribute copies of free software (and charge for ++this service if you wish), that you receive source code or can get it ++if you want it, that you can change the software or use pieces of it ++in new free programs; and that you know you can do these things. ++ ++ To protect your rights, we need to make restrictions that forbid ++anyone to deny you these rights or to ask you to surrender the rights. ++These restrictions translate to certain responsibilities for you if you ++distribute copies of the software, or if you modify it. ++ ++ For example, if you distribute copies of such a program, whether ++gratis or for a fee, you must give the recipients all the rights that ++you have. You must make sure that they, too, receive or can get the ++source code. And you must show them these terms so they know their ++rights. ++ ++ We protect your rights with two steps: (1) copyright the software, and ++(2) offer you this license which gives you legal permission to copy, ++distribute and/or modify the software. ++ ++ Also, for each author's protection and ours, we want to make certain ++that everyone understands that there is no warranty for this free ++software. If the software is modified by someone else and passed on, we ++want its recipients to know that what they have is not the original, so ++that any problems introduced by others will not reflect on the original ++authors' reputations. ++ ++ Finally, any free program is threatened constantly by software ++patents. We wish to avoid the danger that redistributors of a free ++program will individually obtain patent licenses, in effect making the ++program proprietary. To prevent this, we have made it clear that any ++patent must be licensed for everyone's free use or not licensed at all. ++ ++ The precise terms and conditions for copying, distribution and ++modification follow. ++ ++ GNU GENERAL PUBLIC LICENSE ++ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION ++ ++ 0. This License applies to any program or other work which contains ++a notice placed by the copyright holder saying it may be distributed ++under the terms of this General Public License. The "Program", below, ++refers to any such program or work, and a "work based on the Program" ++means either the Program or any derivative work under copyright law: ++that is to say, a work containing the Program or a portion of it, ++either verbatim or with modifications and/or translated into another ++language. (Hereinafter, translation is included without limitation in ++the term "modification".) Each licensee is addressed as "you". ++ ++Activities other than copying, distribution and modification are not ++covered by this License; they are outside its scope. The act of ++running the Program is not restricted, and the output from the Program ++is covered only if its contents constitute a work based on the ++Program (independent of having been made by running the Program). ++Whether that is true depends on what the Program does. ++ ++ 1. You may copy and distribute verbatim copies of the Program's ++source code as you receive it, in any medium, provided that you ++conspicuously and appropriately publish on each copy an appropriate ++copyright notice and disclaimer of warranty; keep intact all the ++notices that refer to this License and to the absence of any warranty; ++and give any other recipients of the Program a copy of this License ++along with the Program. ++ ++You may charge a fee for the physical act of transferring a copy, and ++you may at your option offer warranty protection in exchange for a fee. ++ ++ 2. You may modify your copy or copies of the Program or any portion ++of it, thus forming a work based on the Program, and copy and ++distribute such modifications or work under the terms of Section 1 ++above, provided that you also meet all of these conditions: ++ ++ a) You must cause the modified files to carry prominent notices ++ stating that you changed the files and the date of any change. ++ ++ b) You must cause any work that you distribute or publish, that in ++ whole or in part contains or is derived from the Program or any ++ part thereof, to be licensed as a whole at no charge to all third ++ parties under the terms of this License. ++ ++ c) If the modified program normally reads commands interactively ++ when run, you must cause it, when started running for such ++ interactive use in the most ordinary way, to print or display an ++ announcement including an appropriate copyright notice and a ++ notice that there is no warranty (or else, saying that you provide ++ a warranty) and that users may redistribute the program under ++ these conditions, and telling the user how to view a copy of this ++ License. (Exception: if the Program itself is interactive but ++ does not normally print such an announcement, your work based on ++ the Program is not required to print an announcement.) ++ ++These requirements apply to the modified work as a whole. If ++identifiable sections of that work are not derived from the Program, ++and can be reasonably considered independent and separate works in ++themselves, then this License, and its terms, do not apply to those ++sections when you distribute them as separate works. But when you ++distribute the same sections as part of a whole which is a work based ++on the Program, the distribution of the whole must be on the terms of ++this License, whose permissions for other licensees extend to the ++entire whole, and thus to each and every part regardless of who wrote it. ++ ++Thus, it is not the intent of this section to claim rights or contest ++your rights to work written entirely by you; rather, the intent is to ++exercise the right to control the distribution of derivative or ++collective works based on the Program. ++ ++In addition, mere aggregation of another work not based on the Program ++with the Program (or with a work based on the Program) on a volume of ++a storage or distribution medium does not bring the other work under ++the scope of this License. ++ ++ 3. You may copy and distribute the Program (or a work based on it, ++under Section 2) in object code or executable form under the terms of ++Sections 1 and 2 above provided that you also do one of the following: ++ ++ a) Accompany it with the complete corresponding machine-readable ++ source code, which must be distributed under the terms of Sections ++ 1 and 2 above on a medium customarily used for software interchange; or, ++ ++ b) Accompany it with a written offer, valid for at least three ++ years, to give any third party, for a charge no more than your ++ cost of physically performing source distribution, a complete ++ machine-readable copy of the corresponding source code, to be ++ distributed under the terms of Sections 1 and 2 above on a medium ++ customarily used for software interchange; or, ++ ++ c) Accompany it with the information you received as to the offer ++ to distribute corresponding source code. (This alternative is ++ allowed only for noncommercial distribution and only if you ++ received the program in object code or executable form with such ++ an offer, in accord with Subsection b above.) ++ ++The source code for a work means the preferred form of the work for ++making modifications to it. For an executable work, complete source ++code means all the source code for all modules it contains, plus any ++associated interface definition files, plus the scripts used to ++control compilation and installation of the executable. However, as a ++special exception, the source code distributed need not include ++anything that is normally distributed (in either source or binary ++form) with the major components (compiler, kernel, and so on) of the ++operating system on which the executable runs, unless that component ++itself accompanies the executable. ++ ++If distribution of executable or object code is made by offering ++access to copy from a designated place, then offering equivalent ++access to copy the source code from the same place counts as ++distribution of the source code, even though third parties are not ++compelled to copy the source along with the object code. ++ ++ 4. You may not copy, modify, sublicense, or distribute the Program ++except as expressly provided under this License. Any attempt ++otherwise to copy, modify, sublicense or distribute the Program is ++void, and will automatically terminate your rights under this License. ++However, parties who have received copies, or rights, from you under ++this License will not have their licenses terminated so long as such ++parties remain in full compliance. ++ ++ 5. You are not required to accept this License, since you have not ++signed it. However, nothing else grants you permission to modify or ++distribute the Program or its derivative works. These actions are ++prohibited by law if you do not accept this License. Therefore, by ++modifying or distributing the Program (or any work based on the ++Program), you indicate your acceptance of this License to do so, and ++all its terms and conditions for copying, distributing or modifying ++the Program or works based on it. ++ ++ 6. Each time you redistribute the Program (or any work based on the ++Program), the recipient automatically receives a license from the ++original licensor to copy, distribute or modify the Program subject to ++these terms and conditions. You may not impose any further ++restrictions on the recipients' exercise of the rights granted herein. ++You are not responsible for enforcing compliance by third parties to ++this License. ++ ++ 7. If, as a consequence of a court judgment or allegation of patent ++infringement or for any other reason (not limited to patent issues), ++conditions are imposed on you (whether by court order, agreement or ++otherwise) that contradict the conditions of this License, they do not ++excuse you from the conditions of this License. If you cannot ++distribute so as to satisfy simultaneously your obligations under this ++License and any other pertinent obligations, then as a consequence you ++may not distribute the Program at all. For example, if a patent ++license would not permit royalty-free redistribution of the Program by ++all those who receive copies directly or indirectly through you, then ++the only way you could satisfy both it and this License would be to ++refrain entirely from distribution of the Program. ++ ++If any portion of this section is held invalid or unenforceable under ++any particular circumstance, the balance of the section is intended to ++apply and the section as a whole is intended to apply in other ++circumstances. ++ ++It is not the purpose of this section to induce you to infringe any ++patents or other property right claims or to contest validity of any ++such claims; this section has the sole purpose of protecting the ++integrity of the free software distribution system, which is ++implemented by public license practices. Many people have made ++generous contributions to the wide range of software distributed ++through that system in reliance on consistent application of that ++system; it is up to the author/donor to decide if he or she is willing ++to distribute software through any other system and a licensee cannot ++impose that choice. ++ ++This section is intended to make thoroughly clear what is believed to ++be a consequence of the rest of this License. ++ ++ 8. If the distribution and/or use of the Program is restricted in ++certain countries either by patents or by copyrighted interfaces, the ++original copyright holder who places the Program under this License ++may add an explicit geographical distribution limitation excluding ++those countries, so that distribution is permitted only in or among ++countries not thus excluded. In such case, this License incorporates ++the limitation as if written in the body of this License. ++ ++ 9. The Free Software Foundation may publish revised and/or new versions ++of the General Public License from time to time. Such new versions will ++be similar in spirit to the present version, but may differ in detail to ++address new problems or concerns. ++ ++Each version is given a distinguishing version number. If the Program ++specifies a version number of this License which applies to it and "any ++later version", you have the option of following the terms and conditions ++either of that version or of any later version published by the Free ++Software Foundation. If the Program does not specify a version number of ++this License, you may choose any version ever published by the Free Software ++Foundation. ++ ++ 10. If you wish to incorporate parts of the Program into other free ++programs whose distribution conditions are different, write to the author ++to ask for permission. For software which is copyrighted by the Free ++Software Foundation, write to the Free Software Foundation; we sometimes ++make exceptions for this. Our decision will be guided by the two goals ++of preserving the free status of all derivatives of our free software and ++of promoting the sharing and reuse of software generally. ++ ++ NO WARRANTY ++ ++ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY ++FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN ++OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES ++PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED ++OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF ++MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS ++TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE ++PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, ++REPAIR OR CORRECTION. ++ ++ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING ++WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR ++REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, ++INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING ++OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED ++TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY ++YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER ++PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE ++POSSIBILITY OF SUCH DAMAGES. ++ ++ END OF TERMS AND CONDITIONS ++ ++ How to Apply These Terms to Your New Programs ++ ++ If you develop a new program, and you want it to be of the greatest ++possible use to the public, the best way to achieve this is to make it ++free software which everyone can redistribute and change under these terms. ++ ++ To do so, attach the following notices to the program. It is safest ++to attach them to the start of each source file to most effectively ++convey the exclusion of warranty; and each file should have at least ++the "copyright" line and a pointer to where the full notice is found. ++ ++ <one line to give the program's name and a brief idea of what it does.> ++ Copyright (C) <year> <name of author> ++ ++ This program is free software; you can redistribute it and/or modify ++ it under the terms of the GNU General Public License as published by ++ the Free Software Foundation; either version 2 of the License, or ++ (at your option) any later version. ++ ++ This program is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++ GNU General Public License for more details. ++ ++ You should have received a copy of the GNU General Public License along ++ with this program; if not, write to the Free Software Foundation, Inc., ++ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ++ ++Also add information on how to contact you by electronic and paper mail. ++ ++If the program is interactive, make it output a short notice like this ++when it starts in an interactive mode: ++ ++ Gnomovision version 69, Copyright (C) year name of author ++ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. ++ This is free software, and you are welcome to redistribute it ++ under certain conditions; type `show c' for details. ++ ++The hypothetical commands `show w' and `show c' should show the appropriate ++parts of the General Public License. Of course, the commands you use may ++be called something other than `show w' and `show c'; they could even be ++mouse-clicks or menu items--whatever suits your program. ++ ++You should also get your employer (if you work as a programmer) or your ++school, if any, to sign a "copyright disclaimer" for the program, if ++necessary. Here is a sample; alter the names: ++ ++ Yoyodyne, Inc., hereby disclaims all copyright interest in the program ++ `Gnomovision' (which makes passes at compilers) written by James Hacker. ++ ++ <signature of Ty Coon>, 1 April 1989 ++ Ty Coon, President of Vice ++ ++This General Public License does not permit incorporating your program into ++proprietary programs. If your program is a subroutine library, you may ++consider it more useful to permit linking proprietary applications with the ++library. If this is what you want to do, use the GNU Lesser General ++Public License instead of this License. diff --git a/recipes/xserver-common/xserver-common_1.34.bb b/recipes/xserver-common/xserver-common_1.34.bb index 0254965..d8c29d1 100644 --- a/recipes/xserver-common/xserver-common_1.34.bb +++ b/recipes/xserver-common/xserver-common_1.34.bb @@ -1,14 +1,8 @@ DESCRIPTION = "Common X11 scripts and support files" -LICENSE = "GPL" -SECTION = "x11" -RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" -PR = "r0" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" -PACKAGE_ARCH = "all" -DEFAULT_PREFERENCE = "-1" - -RCONFLICTS_${PN} = "xserver-kdrive-common" -RREPLACES_${PN} = "xserver-kdrive-common" +PR = "r1" # we are using a gpe-style Makefile inherit gpe @@ -17,23 +11,28 @@ SRC_URI[md5sum] = "82f2f84cd96610e8f7b92c700cd31c14" SRC_URI[sha256sum] = "cd04c33418f776b1e13fcc7af3d6bd0c7cccd03fbabd7dbcd97f88166cc34210" SRC_URI_append = " \ + file://gplv2-license.patch \ file://setDPI.sh \ - file://89xdgautostart.sh" + file://89xdgautostart.sh \ + file://89xTs_Calibrate.xinput_calibrator.patch \ + file://90xXWindowManager.patch \ + file://Xserver.add.xserver-system.patch \ + file://Xserver.add.nocursor.for.gta.patch \ + file://Xserver.add.dpi.for.gta.patch \ + file://Xserver.n900.patch \ +" -SRC_URI_append_angstrom = " file://xtscal-fix.patch " -RDEPENDS_${PN}_append_angstrom = " tslib-calibrate " -RDEPENDS_${PN}_append_shr = " xinput-calibrator " - -SRC_URI_append_shr = " file://89xTs_Calibrate.xinput_calibrator.patch \ - file://90xXWindowManager.patch \ - file://Xserver.add.nocursor.for.gta.patch \ - file://Xserver.add.xserver-system.patch \ - file://Xserver.add.dpi.for.gta.patch \ - file://Xserver.n900.patch" do_install_append() { - install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi" - install -m 0755 "${WORKDIR}/89xdgautostart.sh" "${D}/etc/X11/Xsession.d/89xdgautostart" - sed -i 's:^BINDIR=.*$:BINDIR=${bindir}:' ${D}/etc/X11/xserver-common + install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi" + install -m 0755 "${WORKDIR}/89xdgautostart.sh" "${D}/etc/X11/Xsession.d/89xdgautostart" + sed -i 's:^BINDIR=.*$:BINDIR=${bindir}:' ${D}/etc/X11/xserver-common } +PACKAGE_ARCH = "all" + +RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo fbset xinput-calibrator" + +RCONFLICTS_${PN} = "xserver-kdrive-common x11-common" +RREPLACES_${PN} = "xserver-kdrive-common x11-common" + -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 30+ messages in thread
* Re: [PATCH 02/12] xserver-common-1.34: sync with oe-core 2011-05-13 12:43 ` [PATCH 02/12] xserver-common-1.34: sync with oe-core Denis 'GNUtoo' Carikli @ 2011-05-13 18:07 ` Stefan Schmidt 2011-05-13 18:19 ` Martin Jansa 1 sibling, 0 replies; 30+ messages in thread From: Stefan Schmidt @ 2011-05-13 18:07 UTC (permalink / raw) To: Denis 'GNUtoo' Carikli; +Cc: openembedded-devel, Stefan Schmidt Hello. On Fri, 2011-05-13 at 14:43, Denis 'GNUtoo' Carikli wrote: > Without this patch(that require xserver-common-1.34 to be preferred) > Some issues are present, for instance: > * xorg starting but not x-window-window manager, unless there is an external > window manager script like /etc/X11/Xsession.d/90matchbox-session > * xinput-calibrator's calibration not taken into account. I can't comment on the bigger sync with oe-core, but the x-window-manager patch is needed to start for example E17 with this setup. Given that I find it usefull to have more recipes in sync: Acked-by: Stefan Schmidt <stefan@buglabs.net> regards Stefan Schmidt ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PATCH 02/12] xserver-common-1.34: sync with oe-core 2011-05-13 12:43 ` [PATCH 02/12] xserver-common-1.34: sync with oe-core Denis 'GNUtoo' Carikli 2011-05-13 18:07 ` Stefan Schmidt @ 2011-05-13 18:19 ` Martin Jansa 1 sibling, 0 replies; 30+ messages in thread From: Martin Jansa @ 2011-05-13 18:19 UTC (permalink / raw) To: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 1098 bytes --] On Fri, May 13, 2011 at 02:43:00PM +0200, Denis 'GNUtoo' Carikli wrote: > Without this patch(that require xserver-common-1.34 to be preferred) > Some issues are present, for instance: > * xorg starting but not x-window-window manager, unless there is an external > window manager script like /etc/X11/Xsession.d/90matchbox-session > * xinput-calibrator's calibration not taken into account. > > This patch was taken from > meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb > in git://git.openembedded.net/meta-openembedded at commit > e55afd32d8718534403cb871fc776b7f078250dc > > Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Looks good to me Acked-by: Martin Jansa <Martin.Jansa@gmail.com> > --- > recipes/xserver-common/files/gplv2-license.patch | 353 ++++++++++++++++++++++ > recipes/xserver-common/xserver-common_1.34.bb | 45 ++-- > 2 files changed, 375 insertions(+), 23 deletions(-) > create mode 100644 recipes/xserver-common/files/gplv2-license.patch -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* [PATCH 03/12] udev 165: depends on mtd-utils to fix compilation 2011-05-13 12:34 Various patches Denis 'GNUtoo' Carikli 2011-05-13 12:42 ` [PATCH 01/12] pointercal-xinput: add support for bug20 Denis 'GNUtoo' Carikli 2011-05-13 12:43 ` [PATCH 02/12] xserver-common-1.34: sync with oe-core Denis 'GNUtoo' Carikli @ 2011-05-13 12:43 ` Denis 'GNUtoo' Carikli 2011-05-13 18:07 ` Stefan Schmidt 2011-05-13 12:43 ` [PATCH 04/12] udev-rules-buglabs: sync with buglabs repository Denis 'GNUtoo' Carikli ` (8 subsequent siblings) 11 siblings, 1 reply; 30+ messages in thread From: Denis 'GNUtoo' Carikli @ 2011-05-13 12:43 UTC (permalink / raw) To: Stefan Schmidt; +Cc: openembedded-devel Without that fix we have: CC udev/udev-event.o In file included from extras/mtd_probe/mtd_probe.c:19:0: extras/mtd_probe/mtd_probe.h:20:26: fatal error: mtd/mtd-user.h: No such file or directory compilation terminated. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> --- recipes/udev/udev_165.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/udev/udev_165.bb b/recipes/udev/udev_165.bb index bad847b..f909256 100644 --- a/recipes/udev/udev_165.bb +++ b/recipes/udev/udev_165.bb @@ -3,13 +3,13 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod the hotplug package and requires a kernel not older than 2.6.12." LICENSE = "GPLv2+" -PR = "r5" +PR = "r6" # Untested DEFAULT_PREFERENCE = "-1" # Needed for udev-extras -DEPENDS = "gperf-native usbutils acl glib-2.0" +DEPENDS = "gperf-native usbutils acl glib-2.0 mtd-utils" RDEPENDS_${PN} += "module-init-tools-depmod udev-utils" SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 30+ messages in thread
* Re: [PATCH 03/12] udev 165: depends on mtd-utils to fix compilation 2011-05-13 12:43 ` [PATCH 03/12] udev 165: depends on mtd-utils to fix compilation Denis 'GNUtoo' Carikli @ 2011-05-13 18:07 ` Stefan Schmidt 0 siblings, 0 replies; 30+ messages in thread From: Stefan Schmidt @ 2011-05-13 18:07 UTC (permalink / raw) To: Denis 'GNUtoo' Carikli; +Cc: openembedded-devel, Stefan Schmidt Hello. On Fri, 2011-05-13 at 14:43, Denis 'GNUtoo' Carikli wrote: > Without that fix we have: > CC udev/udev-event.o > In file included from extras/mtd_probe/mtd_probe.c:19:0: > extras/mtd_probe/mtd_probe.h:20:26: fatal error: mtd/mtd-user.h: No such file or directory > compilation terminated. > > Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Stefan Schmidt <stefan@buglabs.net> > --- > recipes/udev/udev_165.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes/udev/udev_165.bb b/recipes/udev/udev_165.bb > index bad847b..f909256 100644 > --- a/recipes/udev/udev_165.bb > +++ b/recipes/udev/udev_165.bb > @@ -3,13 +3,13 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod > the hotplug package and requires a kernel not older than 2.6.12." > LICENSE = "GPLv2+" > > -PR = "r5" > +PR = "r6" > > # Untested > DEFAULT_PREFERENCE = "-1" > > # Needed for udev-extras > -DEPENDS = "gperf-native usbutils acl glib-2.0" > +DEPENDS = "gperf-native usbutils acl glib-2.0 mtd-utils" > RDEPENDS_${PN} += "module-init-tools-depmod udev-utils" > > SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ > -- > 1.7.0.4 > ^ permalink raw reply [flat|nested] 30+ messages in thread
* [PATCH 04/12] udev-rules-buglabs: sync with buglabs repository 2011-05-13 12:34 Various patches Denis 'GNUtoo' Carikli ` (2 preceding siblings ...) 2011-05-13 12:43 ` [PATCH 03/12] udev 165: depends on mtd-utils to fix compilation Denis 'GNUtoo' Carikli @ 2011-05-13 12:43 ` Denis 'GNUtoo' Carikli 2011-05-13 18:10 ` Stefan Schmidt 2011-05-13 12:43 ` [PATCH 05/12] angstrom-2010-preferred-versions.inc: remove xserver-common prefered version Denis 'GNUtoo' Carikli ` (7 subsequent siblings) 11 siblings, 1 reply; 30+ messages in thread From: Denis 'GNUtoo' Carikli @ 2011-05-13 12:43 UTC (permalink / raw) To: Stefan Schmidt; +Cc: openembedded-devel This commit fixes the following issue: * apache felix crashed without the input/user_button on 2.6.35 for the bug20 machine The changes were taken from https://github.com/buglabs/oe-buglabs.git at commit f6169d03b37d7832ea9372a479469df5f556848b Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> --- recipes/udev-rules-buglabs/bug-udev/00-bug20.rules | 7 ++++--- .../udev-rules-buglabs/bug-udev/wlan-trigger.sh | 7 +++++++ recipes/udev-rules-buglabs/bug-udev_0.1.bb | 9 +++++---- 3 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 recipes/udev-rules-buglabs/bug-udev/wlan-trigger.sh diff --git a/recipes/udev-rules-buglabs/bug-udev/00-bug20.rules b/recipes/udev-rules-buglabs/bug-udev/00-bug20.rules index 0722c5c..946c89c 100644 --- a/recipes/udev-rules-buglabs/bug-udev/00-bug20.rules +++ b/recipes/udev-rules-buglabs/bug-udev/00-bug20.rules @@ -12,12 +12,13 @@ KERNEL=="ttySC1", SUBSYSTEMS=="platform", SYMLINK+="ttyBMI3" ACTION=="add" KERNEL=="mmcblk1*", RUN+="/sbin/modprobe g_file_storage file=/dev/%k removable=1" ACTION=="remove" KERNEL=="mmcblk1*", RUN+="/sbin/modprobe -r g_file_storage" # For Novatel USB 3G (CDMA) Dongle -ATTRS{idVendor}=="1410", ATTRS{idProduct}=="5030", RUN+="/usr/bin/eject %k" -ATTRS{idVendor}=="1410", ATTRS{idProduct}=="6000", RUN+="/sbin/modprobe usbserial vendor=0x1410 product=0x6000" +SUBSYSTEMS=="scsi",DRIVERS=="sr",ATTRS{vendor}=="Novatel ",ACTION=="add",RUN+="/usr/bin/eject %k" # For Sprint U301 3g/4g ATTRS{idVendor}=="1a40", ATTRS{idProduct}=="0101", RUN+="/usr/bin/eject %k" ATTRS{idVendor}=="16d8", ATTRS{idProduct}=="6008" RUN+="/sbin/modprobe usbserial vendor=0x16d8 product=0x6008" # For libertas_sdio named eth1 SUBSYSTEMS=="sdio", DRIVERS=="libertas_sdio", NAME="wlan0" KERNEL=="event*",ATTRS{name}=="twl4030_pwrbutton",SYMLINK+="input/power_button" -KERNEL=="event*",ATTRS{name}=="omap_twl4030keypad",SYMLINK+="input/user_button" +KERNEL=="event*",ATTRS{name}=="TWL4030 Keypad",SYMLINK+="input/user_button" +# Set eth1assoc as the default trigger for the wifi-green LED +SUBSYSTEMS=="sdio", DRIVERS=="libertas_sdio", NAME="wlan0", RUN+="/etc/udev/scripts/wlan-trigger.sh" diff --git a/recipes/udev-rules-buglabs/bug-udev/wlan-trigger.sh b/recipes/udev-rules-buglabs/bug-udev/wlan-trigger.sh new file mode 100644 index 0000000..1eb4ca1 --- /dev/null +++ b/recipes/udev-rules-buglabs/bug-udev/wlan-trigger.sh @@ -0,0 +1,7 @@ +#!/bin/sh +if [ -e /sys/class/net/eth0 ]; then + echo phy1assoc > /sys/class/leds/omap3bug\:green\:wifi/trigger +else + echo phy0assoc > /sys/class/leds/omap3bug\:green\:wifi/trigger +fi +echo none > /sys/class/leds/omap3bug\:red\:wifi/trigger diff --git a/recipes/udev-rules-buglabs/bug-udev_0.1.bb b/recipes/udev-rules-buglabs/bug-udev_0.1.bb index b9238fa..35db9e3 100644 --- a/recipes/udev-rules-buglabs/bug-udev_0.1.bb +++ b/recipes/udev-rules-buglabs/bug-udev_0.1.bb @@ -3,14 +3,15 @@ LICENSE = "GPL" SECTION = "x11" PRIORITY = "optional" RDEPENDS_${PN} = "udev" -PR = "r25" +PR = "r26" SRC_URI = "file://00-bug20.rules \ - file://bmi_eventpipe.sh \ - file://bt_init.sh \ - file://working.psr \ + file://bmi_eventpipe.sh \ + file://bt_init.sh \ + file://working.psr \ file://mbkb-stop.sh \ file://mbkb-start.sh \ + file://wlan-trigger.sh \ " S = "${WORKDIR}" -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 30+ messages in thread
* Re: [PATCH 04/12] udev-rules-buglabs: sync with buglabs repository 2011-05-13 12:43 ` [PATCH 04/12] udev-rules-buglabs: sync with buglabs repository Denis 'GNUtoo' Carikli @ 2011-05-13 18:10 ` Stefan Schmidt 0 siblings, 0 replies; 30+ messages in thread From: Stefan Schmidt @ 2011-05-13 18:10 UTC (permalink / raw) To: Denis 'GNUtoo' Carikli; +Cc: openembedded-devel, Stefan Schmidt Hello. On Fri, 2011-05-13 at 14:43, Denis 'GNUtoo' Carikli wrote: > This commit fixes the following issue: > * apache felix crashed without the input/user_button on 2.6.35 > for the bug20 machine I had this patch locally but not pushed to master yet. I'll drop mine. Acked-by: Stefan Schmidt <stefan@buglabs.net> > The changes were taken from https://github.com/buglabs/oe-buglabs.git > at commit f6169d03b37d7832ea9372a479469df5f556848b > > Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> > --- > recipes/udev-rules-buglabs/bug-udev/00-bug20.rules | 7 ++++--- > .../udev-rules-buglabs/bug-udev/wlan-trigger.sh | 7 +++++++ > recipes/udev-rules-buglabs/bug-udev_0.1.bb | 9 +++++---- > 3 files changed, 16 insertions(+), 7 deletions(-) > create mode 100644 recipes/udev-rules-buglabs/bug-udev/wlan-trigger.sh > > diff --git a/recipes/udev-rules-buglabs/bug-udev/00-bug20.rules b/recipes/udev-rules-buglabs/bug-udev/00-bug20.rules > index 0722c5c..946c89c 100644 > --- a/recipes/udev-rules-buglabs/bug-udev/00-bug20.rules > +++ b/recipes/udev-rules-buglabs/bug-udev/00-bug20.rules > @@ -12,12 +12,13 @@ KERNEL=="ttySC1", SUBSYSTEMS=="platform", SYMLINK+="ttyBMI3" > ACTION=="add" KERNEL=="mmcblk1*", RUN+="/sbin/modprobe g_file_storage file=/dev/%k removable=1" > ACTION=="remove" KERNEL=="mmcblk1*", RUN+="/sbin/modprobe -r g_file_storage" > # For Novatel USB 3G (CDMA) Dongle > -ATTRS{idVendor}=="1410", ATTRS{idProduct}=="5030", RUN+="/usr/bin/eject %k" > -ATTRS{idVendor}=="1410", ATTRS{idProduct}=="6000", RUN+="/sbin/modprobe usbserial vendor=0x1410 product=0x6000" > +SUBSYSTEMS=="scsi",DRIVERS=="sr",ATTRS{vendor}=="Novatel ",ACTION=="add",RUN+="/usr/bin/eject %k" > # For Sprint U301 3g/4g > ATTRS{idVendor}=="1a40", ATTRS{idProduct}=="0101", RUN+="/usr/bin/eject %k" > ATTRS{idVendor}=="16d8", ATTRS{idProduct}=="6008" RUN+="/sbin/modprobe usbserial vendor=0x16d8 product=0x6008" > # For libertas_sdio named eth1 > SUBSYSTEMS=="sdio", DRIVERS=="libertas_sdio", NAME="wlan0" > KERNEL=="event*",ATTRS{name}=="twl4030_pwrbutton",SYMLINK+="input/power_button" > -KERNEL=="event*",ATTRS{name}=="omap_twl4030keypad",SYMLINK+="input/user_button" > +KERNEL=="event*",ATTRS{name}=="TWL4030 Keypad",SYMLINK+="input/user_button" > +# Set eth1assoc as the default trigger for the wifi-green LED > +SUBSYSTEMS=="sdio", DRIVERS=="libertas_sdio", NAME="wlan0", RUN+="/etc/udev/scripts/wlan-trigger.sh" > diff --git a/recipes/udev-rules-buglabs/bug-udev/wlan-trigger.sh b/recipes/udev-rules-buglabs/bug-udev/wlan-trigger.sh > new file mode 100644 > index 0000000..1eb4ca1 > --- /dev/null > +++ b/recipes/udev-rules-buglabs/bug-udev/wlan-trigger.sh > @@ -0,0 +1,7 @@ > +#!/bin/sh > +if [ -e /sys/class/net/eth0 ]; then > + echo phy1assoc > /sys/class/leds/omap3bug\:green\:wifi/trigger > +else > + echo phy0assoc > /sys/class/leds/omap3bug\:green\:wifi/trigger > +fi > +echo none > /sys/class/leds/omap3bug\:red\:wifi/trigger > diff --git a/recipes/udev-rules-buglabs/bug-udev_0.1.bb b/recipes/udev-rules-buglabs/bug-udev_0.1.bb > index b9238fa..35db9e3 100644 > --- a/recipes/udev-rules-buglabs/bug-udev_0.1.bb > +++ b/recipes/udev-rules-buglabs/bug-udev_0.1.bb > @@ -3,14 +3,15 @@ LICENSE = "GPL" > SECTION = "x11" > PRIORITY = "optional" > RDEPENDS_${PN} = "udev" > -PR = "r25" > +PR = "r26" > > SRC_URI = "file://00-bug20.rules \ > - file://bmi_eventpipe.sh \ > - file://bt_init.sh \ > - file://working.psr \ > + file://bmi_eventpipe.sh \ > + file://bt_init.sh \ > + file://working.psr \ > file://mbkb-stop.sh \ > file://mbkb-start.sh \ > + file://wlan-trigger.sh \ > " > > S = "${WORKDIR}" > -- > 1.7.0.4 > ^ permalink raw reply [flat|nested] 30+ messages in thread
* [PATCH 05/12] angstrom-2010-preferred-versions.inc: remove xserver-common prefered version 2011-05-13 12:34 Various patches Denis 'GNUtoo' Carikli ` (3 preceding siblings ...) 2011-05-13 12:43 ` [PATCH 04/12] udev-rules-buglabs: sync with buglabs repository Denis 'GNUtoo' Carikli @ 2011-05-13 12:43 ` Denis 'GNUtoo' Carikli 2011-05-13 18:15 ` Stefan Schmidt 2011-05-19 19:15 ` Koen Kooi 2011-05-13 12:43 ` [PATCH 06/12] xf86-video-omapfb: use newer srcrev(fix segmentation fault for bug20) Denis 'GNUtoo' Carikli ` (6 subsequent siblings) 11 siblings, 2 replies; 30+ messages in thread From: Denis 'GNUtoo' Carikli @ 2011-05-13 12:43 UTC (permalink / raw) To: Stefan Schmidt; +Cc: openembedded-devel Without that fix Angstrom keep choosing xserver-common 1.33 instead of the 1.34 version Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> --- .../include/angstrom-2010-preferred-versions.inc | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/conf/distro/include/angstrom-2010-preferred-versions.inc b/conf/distro/include/angstrom-2010-preferred-versions.inc index 611c4e7..8d4c8ef 100644 --- a/conf/distro/include/angstrom-2010-preferred-versions.inc +++ b/conf/distro/include/angstrom-2010-preferred-versions.inc @@ -71,7 +71,6 @@ UDEV_GE_141 = "1" PREFERRED_VERSION_usbutils = "0.86" PREFERRED_VERSION_wpa-supplicant = "0.7.3" PREFERRED_VERSION_wget = "1.11.4" -PREFERRED_VERSION_xserver-common = "1.33" PREFERRED_VERSION_xserver-kdrive = "1.4.0.90" # -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 30+ messages in thread
* Re: [PATCH 05/12] angstrom-2010-preferred-versions.inc: remove xserver-common prefered version 2011-05-13 12:43 ` [PATCH 05/12] angstrom-2010-preferred-versions.inc: remove xserver-common prefered version Denis 'GNUtoo' Carikli @ 2011-05-13 18:15 ` Stefan Schmidt 2011-05-19 19:15 ` Koen Kooi 1 sibling, 0 replies; 30+ messages in thread From: Stefan Schmidt @ 2011-05-13 18:15 UTC (permalink / raw) To: Denis 'GNUtoo' Carikli; +Cc: openembedded-devel, Stefan Schmidt Hello. On Fri, 2011-05-13 at 14:43, Denis 'GNUtoo' Carikli wrote: > Without that fix Angstrom keep choosing xserver-common 1.33 instead of the 1.34 version > > Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> I agree with the change but it is up to the angstrom devs to ACK it. regards Stefan Schmidt > --- > .../include/angstrom-2010-preferred-versions.inc | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/conf/distro/include/angstrom-2010-preferred-versions.inc b/conf/distro/include/angstrom-2010-preferred-versions.inc > index 611c4e7..8d4c8ef 100644 > --- a/conf/distro/include/angstrom-2010-preferred-versions.inc > +++ b/conf/distro/include/angstrom-2010-preferred-versions.inc > @@ -71,7 +71,6 @@ UDEV_GE_141 = "1" > PREFERRED_VERSION_usbutils = "0.86" > PREFERRED_VERSION_wpa-supplicant = "0.7.3" > PREFERRED_VERSION_wget = "1.11.4" > -PREFERRED_VERSION_xserver-common = "1.33" > PREFERRED_VERSION_xserver-kdrive = "1.4.0.90" > > # > -- > 1.7.0.4 > ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PATCH 05/12] angstrom-2010-preferred-versions.inc: remove xserver-common prefered version 2011-05-13 12:43 ` [PATCH 05/12] angstrom-2010-preferred-versions.inc: remove xserver-common prefered version Denis 'GNUtoo' Carikli 2011-05-13 18:15 ` Stefan Schmidt @ 2011-05-19 19:15 ` Koen Kooi 2011-05-19 20:32 ` Denis 'GNUtoo' Carikli 1 sibling, 1 reply; 30+ messages in thread From: Koen Kooi @ 2011-05-19 19:15 UTC (permalink / raw) To: openembedded-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 13-05-11 14:43, Denis 'GNUtoo' Carikli wrote: > Without that fix Angstrom keep choosing xserver-common 1.33 instead of the 1.34 version > > Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Koen Kooi <koen@dominion.thruhere.net> > --- > .../include/angstrom-2010-preferred-versions.inc | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/conf/distro/include/angstrom-2010-preferred-versions.inc b/conf/distro/include/angstrom-2010-preferred-versions.inc > index 611c4e7..8d4c8ef 100644 > --- a/conf/distro/include/angstrom-2010-preferred-versions.inc > +++ b/conf/distro/include/angstrom-2010-preferred-versions.inc > @@ -71,7 +71,6 @@ UDEV_GE_141 = "1" > PREFERRED_VERSION_usbutils = "0.86" > PREFERRED_VERSION_wpa-supplicant = "0.7.3" > PREFERRED_VERSION_wget = "1.11.4" > -PREFERRED_VERSION_xserver-common = "1.33" > PREFERRED_VERSION_xserver-kdrive = "1.4.0.90" > > # -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFN1WxfMkyGM64RGpERAoC3AJ9ClB7ncb3A/E0qtLWXFVBlWJ4cZgCgpYph p5/R5/DZGEqYCfUt5BFj9pw= =+mNZ -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PATCH 05/12] angstrom-2010-preferred-versions.inc: remove xserver-common prefered version 2011-05-19 19:15 ` Koen Kooi @ 2011-05-19 20:32 ` Denis 'GNUtoo' Carikli 0 siblings, 0 replies; 30+ messages in thread From: Denis 'GNUtoo' Carikli @ 2011-05-19 20:32 UTC (permalink / raw) To: openembedded-devel On Thu, 2011-05-19 at 21:15 +0200, Koen Kooi wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 13-05-11 14:43, Denis 'GNUtoo' Carikli wrote: > > Without that fix Angstrom keep choosing xserver-common 1.33 instead of the 1.34 version > > > > Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> > > Acked-by: Koen Kooi <koen@dominion.thruhere.net> Thanks a lot. Denis. ^ permalink raw reply [flat|nested] 30+ messages in thread
* [PATCH 06/12] xf86-video-omapfb: use newer srcrev(fix segmentation fault for bug20) 2011-05-13 12:34 Various patches Denis 'GNUtoo' Carikli ` (4 preceding siblings ...) 2011-05-13 12:43 ` [PATCH 05/12] angstrom-2010-preferred-versions.inc: remove xserver-common prefered version Denis 'GNUtoo' Carikli @ 2011-05-13 12:43 ` Denis 'GNUtoo' Carikli 2011-05-13 18:11 ` Stefan Schmidt 2011-05-19 19:17 ` Koen Kooi 2011-05-13 12:43 ` [PATCH 07/12] linux-bug20-linaro: use newer srcrev Denis 'GNUtoo' Carikli ` (5 subsequent siblings) 11 siblings, 2 replies; 30+ messages in thread From: Denis 'GNUtoo' Carikli @ 2011-05-13 12:43 UTC (permalink / raw) To: Stefan Schmidt; +Cc: openembedded-devel Without that fix Xorg go in segmentation fault when you insert the bugview module(the module that has an hdmi and vga output) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> --- recipes/xorg-driver/xf86-video-omapfb_git.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/xorg-driver/xf86-video-omapfb_git.bb b/recipes/xorg-driver/xf86-video-omapfb_git.bb index fce8ff8..bd81264 100644 --- a/recipes/xorg-driver/xf86-video-omapfb_git.bb +++ b/recipes/xorg-driver/xf86-video-omapfb_git.bb @@ -2,7 +2,7 @@ require xorg-driver-video.inc DESCRIPTION = "X.Org X server -- OMAP display driver" PE = "1" PV = "0.1.1+${PR}+gitr${SRCREV}" -PR = "${INC_PR}.2" +PR = "${INC_PR}.3" SRC_URI = "git://git.pingu.fi/xf86-video-omapfb.git;protocol=http \ file://0001-blacklist-tv-out.patch \ @@ -10,7 +10,7 @@ SRC_URI = "git://git.pingu.fi/xf86-video-omapfb.git;protocol=http \ file://0003-force-plain-mode.patch \ " -SRCREV = "044617665d6737f4909aab96f91b06261dff05d2" +SRCREV = "28c006c94e57ea71df11ec4fff79d7ffcfc4860f" S = "${WORKDIR}/git" EXTRA_OECONF_armv7a = " --enable-neon " -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 30+ messages in thread
* Re: [PATCH 06/12] xf86-video-omapfb: use newer srcrev(fix segmentation fault for bug20) 2011-05-13 12:43 ` [PATCH 06/12] xf86-video-omapfb: use newer srcrev(fix segmentation fault for bug20) Denis 'GNUtoo' Carikli @ 2011-05-13 18:11 ` Stefan Schmidt 2011-05-19 19:17 ` Koen Kooi 1 sibling, 0 replies; 30+ messages in thread From: Stefan Schmidt @ 2011-05-13 18:11 UTC (permalink / raw) To: Denis 'GNUtoo' Carikli; +Cc: openembedded-devel, Stefan Schmidt Hello. On Fri, 2011-05-13 at 14:43, Denis 'GNUtoo' Carikli wrote: > Without that fix Xorg go in segmentation fault when you insert the > bugview module(the module that has an hdmi and vga output) > > Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Stefan Schmidt <stefan@buglabs.net> > --- > recipes/xorg-driver/xf86-video-omapfb_git.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes/xorg-driver/xf86-video-omapfb_git.bb b/recipes/xorg-driver/xf86-video-omapfb_git.bb > index fce8ff8..bd81264 100644 > --- a/recipes/xorg-driver/xf86-video-omapfb_git.bb > +++ b/recipes/xorg-driver/xf86-video-omapfb_git.bb > @@ -2,7 +2,7 @@ require xorg-driver-video.inc > DESCRIPTION = "X.Org X server -- OMAP display driver" > PE = "1" > PV = "0.1.1+${PR}+gitr${SRCREV}" > -PR = "${INC_PR}.2" > +PR = "${INC_PR}.3" > > SRC_URI = "git://git.pingu.fi/xf86-video-omapfb.git;protocol=http \ > file://0001-blacklist-tv-out.patch \ > @@ -10,7 +10,7 @@ SRC_URI = "git://git.pingu.fi/xf86-video-omapfb.git;protocol=http \ > file://0003-force-plain-mode.patch \ > " > > -SRCREV = "044617665d6737f4909aab96f91b06261dff05d2" > +SRCREV = "28c006c94e57ea71df11ec4fff79d7ffcfc4860f" > S = "${WORKDIR}/git" > > EXTRA_OECONF_armv7a = " --enable-neon " > -- > 1.7.0.4 > ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PATCH 06/12] xf86-video-omapfb: use newer srcrev(fix segmentation fault for bug20) 2011-05-13 12:43 ` [PATCH 06/12] xf86-video-omapfb: use newer srcrev(fix segmentation fault for bug20) Denis 'GNUtoo' Carikli 2011-05-13 18:11 ` Stefan Schmidt @ 2011-05-19 19:17 ` Koen Kooi 1 sibling, 0 replies; 30+ messages in thread From: Koen Kooi @ 2011-05-19 19:17 UTC (permalink / raw) To: openembedded-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 13-05-11 14:43, Denis 'GNUtoo' Carikli wrote: > Without that fix Xorg go in segmentation fault when you insert the > bugview module(the module that has an hdmi and vga output) > > Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Koen Kooi <koen@dominion.thruhere.net> > --- > recipes/xorg-driver/xf86-video-omapfb_git.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes/xorg-driver/xf86-video-omapfb_git.bb b/recipes/xorg-driver/xf86-video-omapfb_git.bb > index fce8ff8..bd81264 100644 > --- a/recipes/xorg-driver/xf86-video-omapfb_git.bb > +++ b/recipes/xorg-driver/xf86-video-omapfb_git.bb > @@ -2,7 +2,7 @@ require xorg-driver-video.inc > DESCRIPTION = "X.Org X server -- OMAP display driver" > PE = "1" > PV = "0.1.1+${PR}+gitr${SRCREV}" > -PR = "${INC_PR}.2" > +PR = "${INC_PR}.3" > > SRC_URI = "git://git.pingu.fi/xf86-video-omapfb.git;protocol=http \ > file://0001-blacklist-tv-out.patch \ > @@ -10,7 +10,7 @@ SRC_URI = "git://git.pingu.fi/xf86-video-omapfb.git;protocol=http \ > file://0003-force-plain-mode.patch \ > " > > -SRCREV = "044617665d6737f4909aab96f91b06261dff05d2" > +SRCREV = "28c006c94e57ea71df11ec4fff79d7ffcfc4860f" > S = "${WORKDIR}/git" > > EXTRA_OECONF_armv7a = " --enable-neon " -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFN1Wy6MkyGM64RGpERAhX2AJ9ZD66JnKDR68UPzWHBA2NG/vnbzwCfdnLX /eZn43YXujgP2SJNq97XPMM= =FHLz -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 30+ messages in thread
* [PATCH 07/12] linux-bug20-linaro: use newer srcrev 2011-05-13 12:34 Various patches Denis 'GNUtoo' Carikli ` (5 preceding siblings ...) 2011-05-13 12:43 ` [PATCH 06/12] xf86-video-omapfb: use newer srcrev(fix segmentation fault for bug20) Denis 'GNUtoo' Carikli @ 2011-05-13 12:43 ` Denis 'GNUtoo' Carikli 2011-05-13 18:11 ` Stefan Schmidt 2011-05-13 12:43 ` [PATCH 08/12] matchbox-panel: depend on xterm(matchbox panel contain an xterm launcher) Denis 'GNUtoo' Carikli ` (4 subsequent siblings) 11 siblings, 1 reply; 30+ messages in thread From: Denis 'GNUtoo' Carikli @ 2011-05-13 12:43 UTC (permalink / raw) To: Stefan Schmidt; +Cc: openembedded-devel Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> --- recipes/linux/linux-bug20-linaro_2.6.35.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/linux/linux-bug20-linaro_2.6.35.bb b/recipes/linux/linux-bug20-linaro_2.6.35.bb index 6f1bafe..8b8a6ef 100644 --- a/recipes/linux/linux-bug20-linaro_2.6.35.bb +++ b/recipes/linux/linux-bug20-linaro_2.6.35.bb @@ -5,9 +5,9 @@ KERNEL_IMAGETYPE = "uImage" COMPATIBLE_MACHINE = "bug20" -PR = "r0" +PR = "r1" -SRCREV = "be4f840306ef858cffc182cde38714f9423bdeb3" +SRCREV = "42f43f4bd4a0b612b7bcad3414e42a507282fe8b" SRC_URI = "git://github.com/buglabs/bug20-2.6.35-linaro.git;branch=master;protocol=git" -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 30+ messages in thread
* Re: [PATCH 07/12] linux-bug20-linaro: use newer srcrev 2011-05-13 12:43 ` [PATCH 07/12] linux-bug20-linaro: use newer srcrev Denis 'GNUtoo' Carikli @ 2011-05-13 18:11 ` Stefan Schmidt 0 siblings, 0 replies; 30+ messages in thread From: Stefan Schmidt @ 2011-05-13 18:11 UTC (permalink / raw) To: Denis 'GNUtoo' Carikli; +Cc: openembedded-devel, Stefan Schmidt Hello. On Fri, 2011-05-13 at 14:43, Denis 'GNUtoo' Carikli wrote: > Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Stefan Schmidt <stefan@buglabs.net> > --- > recipes/linux/linux-bug20-linaro_2.6.35.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes/linux/linux-bug20-linaro_2.6.35.bb b/recipes/linux/linux-bug20-linaro_2.6.35.bb > index 6f1bafe..8b8a6ef 100644 > --- a/recipes/linux/linux-bug20-linaro_2.6.35.bb > +++ b/recipes/linux/linux-bug20-linaro_2.6.35.bb > @@ -5,9 +5,9 @@ KERNEL_IMAGETYPE = "uImage" > > COMPATIBLE_MACHINE = "bug20" > > -PR = "r0" > +PR = "r1" > > -SRCREV = "be4f840306ef858cffc182cde38714f9423bdeb3" > +SRCREV = "42f43f4bd4a0b612b7bcad3414e42a507282fe8b" > > > SRC_URI = "git://github.com/buglabs/bug20-2.6.35-linaro.git;branch=master;protocol=git" > -- > 1.7.0.4 > ^ permalink raw reply [flat|nested] 30+ messages in thread
* [PATCH 08/12] matchbox-panel: depend on xterm(matchbox panel contain an xterm launcher) 2011-05-13 12:34 Various patches Denis 'GNUtoo' Carikli ` (6 preceding siblings ...) 2011-05-13 12:43 ` [PATCH 07/12] linux-bug20-linaro: use newer srcrev Denis 'GNUtoo' Carikli @ 2011-05-13 12:43 ` Denis 'GNUtoo' Carikli 2011-05-13 18:13 ` Stefan Schmidt 2011-05-15 20:04 ` Florian Boor 2011-05-13 12:43 ` [PATCH 09/12] task-bug: fix do_rootfs conflict Denis 'GNUtoo' Carikli ` (3 subsequent siblings) 11 siblings, 2 replies; 30+ messages in thread From: Denis 'GNUtoo' Carikli @ 2011-05-13 12:43 UTC (permalink / raw) To: Stefan Schmidt; +Cc: openembedded-devel Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> --- recipes/matchbox-panel/matchbox-panel_0.9.3.bb | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/recipes/matchbox-panel/matchbox-panel_0.9.3.bb b/recipes/matchbox-panel/matchbox-panel_0.9.3.bb index 092d8ba..221f0ad 100644 --- a/recipes/matchbox-panel/matchbox-panel_0.9.3.bb +++ b/recipes/matchbox-panel/matchbox-panel_0.9.3.bb @@ -1,5 +1,6 @@ require matchbox-panel.inc -PR ="r6" +RDEPENDS += "xterm" +PR ="r7" SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \ file://mb-applet-battery-repaint-093.patch \ file://mb-applet-system-monitor-crash.patch \ -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 30+ messages in thread
* Re: [PATCH 08/12] matchbox-panel: depend on xterm(matchbox panel contain an xterm launcher) 2011-05-13 12:43 ` [PATCH 08/12] matchbox-panel: depend on xterm(matchbox panel contain an xterm launcher) Denis 'GNUtoo' Carikli @ 2011-05-13 18:13 ` Stefan Schmidt 2011-05-15 20:04 ` Florian Boor 1 sibling, 0 replies; 30+ messages in thread From: Stefan Schmidt @ 2011-05-13 18:13 UTC (permalink / raw) To: Denis 'GNUtoo' Carikli; +Cc: openembedded-devel, Stefan Schmidt Hello. On Fri, 2011-05-13 at 14:43, Denis 'GNUtoo' Carikli wrote: > Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Interesting find. I never thought about it. Is the xterm launcher enabled by default? regards Stefan Schmidt ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PATCH 08/12] matchbox-panel: depend on xterm(matchbox panel contain an xterm launcher) 2011-05-13 12:43 ` [PATCH 08/12] matchbox-panel: depend on xterm(matchbox panel contain an xterm launcher) Denis 'GNUtoo' Carikli 2011-05-13 18:13 ` Stefan Schmidt @ 2011-05-15 20:04 ` Florian Boor 2011-05-15 20:32 ` Phil Blundell 1 sibling, 1 reply; 30+ messages in thread From: Florian Boor @ 2011-05-15 20:04 UTC (permalink / raw) To: openembedded-devel Hi, Am 13.05.2011 14:43, schrieb Denis 'GNUtoo' Carikli: > +RDEPENDS += "xterm" I do not like this one. I have been using matchbox-panel for many years without having xterm installed. Greetings Florian -- The dream of yesterday Florian Boor is the hope of today Tel: +49 271-771091-15 and the reality of tomorrow. Fax: +49 271-771091-19 [Robert Hutchings Goddard, 1904] florian.boor@kernelconcepts.de http://www.kernelconcepts.de/en ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PATCH 08/12] matchbox-panel: depend on xterm(matchbox panel contain an xterm launcher) 2011-05-15 20:04 ` Florian Boor @ 2011-05-15 20:32 ` Phil Blundell 0 siblings, 0 replies; 30+ messages in thread From: Phil Blundell @ 2011-05-15 20:32 UTC (permalink / raw) To: openembedded-devel On Sun, 2011-05-15 at 22:04 +0200, Florian Boor wrote: > Hi, > > Am 13.05.2011 14:43, schrieb Denis 'GNUtoo' Carikli: > > +RDEPENDS += "xterm" > > I do not like this one. I have been using matchbox-panel for many years without > having xterm installed. Agreed, it should be RRECOMMENDS. Also, whatever kind of dependency is used, it should be applied only to ${PN} and not all subpackages. Setting plain RDEPENDS is almost always an error, and I'm fairly sure there is a QA diagnostic for this. So, if this kind of thing shows up in a submitted patch it always makes me question whether the patch has actually been tested or not. p. ^ permalink raw reply [flat|nested] 30+ messages in thread
* [PATCH 09/12] task-bug: fix do_rootfs conflict 2011-05-13 12:34 Various patches Denis 'GNUtoo' Carikli ` (7 preceding siblings ...) 2011-05-13 12:43 ` [PATCH 08/12] matchbox-panel: depend on xterm(matchbox panel contain an xterm launcher) Denis 'GNUtoo' Carikli @ 2011-05-13 12:43 ` Denis 'GNUtoo' Carikli 2011-05-13 18:14 ` Stefan Schmidt 2011-05-13 12:43 ` [PATCH 12/12] bug20.conf: switch to the 2.6.35 linaro kernel Denis 'GNUtoo' Carikli ` (2 subsequent siblings) 11 siblings, 1 reply; 30+ messages in thread From: Denis 'GNUtoo' Carikli @ 2011-05-13 12:43 UTC (permalink / raw) To: Stefan Schmidt; +Cc: openembedded-devel Without that patch we have(at do_rootfs) Configuring hostap-daemon. Collected errors: * extract_archive: Cannot create symlink from ./var/run to 'volatile/run': File exists. * file_md5sum_alloc: Failed to open file .../rootfs/bug-image-production/etc/opkg/*.conf: No such file or directory. * check_data_file_clashes: Package dnsmasq-dbus wants to install file .../rootfs/bug-image-production/etc/init.d/dnsmasq But that file is already provided by package * dnsmasq * check_data_file_clashes: Package dnsmasq-dbus wants to install file .../rootfs/bug-image-production/usr/bin/dnsmasq But that file is already provided by package * dnsmasq * opkg_install_cmd: Cannot install package task-bug-network. * resolve_conffiles: Existing conffile .../rootfs/bug-image-production/etc/device_table is different from the conffile in the new package. The new conffile will be placed at .../rootfs/bug-image-production/etc/device_table-opkg. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> --- recipes/tasks/task-bug.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/tasks/task-bug.bb b/recipes/tasks/task-bug.bb index 1317a6e..f81c56a 100644 --- a/recipes/tasks/task-bug.bb +++ b/recipes/tasks/task-bug.bb @@ -1,6 +1,6 @@ # Copyright (C) 2011 Bug Labs, Inc -PR = "r88" +PR = "r89" ALLOW_EMPTY = "1" @@ -25,7 +25,7 @@ RDEPENDS_${PN} = "${MACHINE_EXTRA_RRECOMMENDS} \ RDEPENDS_${PN}_append_bug20 = "bug2v4l2" RDEPENDS_${PN}-network = "\ - dnsmasq \ + dnsmasq-dbus \ hostap-daemon \ iptables \ eject \ -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 30+ messages in thread
* Re: [PATCH 09/12] task-bug: fix do_rootfs conflict 2011-05-13 12:43 ` [PATCH 09/12] task-bug: fix do_rootfs conflict Denis 'GNUtoo' Carikli @ 2011-05-13 18:14 ` Stefan Schmidt 0 siblings, 0 replies; 30+ messages in thread From: Stefan Schmidt @ 2011-05-13 18:14 UTC (permalink / raw) To: Denis 'GNUtoo' Carikli; +Cc: openembedded-devel, Stefan Schmidt Hello. On Fri, 2011-05-13 at 14:43, Denis 'GNUtoo' Carikli wrote: > Without that patch we have(at do_rootfs) > Configuring hostap-daemon. > Collected errors: > * extract_archive: Cannot create symlink from ./var/run to 'volatile/run': File exists. > * file_md5sum_alloc: Failed to open file .../rootfs/bug-image-production/etc/opkg/*.conf: No such file or directory. > * check_data_file_clashes: Package dnsmasq-dbus wants to install file .../rootfs/bug-image-production/etc/init.d/dnsmasq > But that file is already provided by package * dnsmasq > * check_data_file_clashes: Package dnsmasq-dbus wants to install file .../rootfs/bug-image-production/usr/bin/dnsmasq > But that file is already provided by package * dnsmasq > * opkg_install_cmd: Cannot install package task-bug-network. > * resolve_conffiles: Existing conffile .../rootfs/bug-image-production/etc/device_table is different from the conffile > in the new package. The new conffile will be placed at .../rootfs/bug-image-production/etc/device_table-opkg. > > Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Good catch. Acked-by: Stefan Schmidt <stefan@buglabs.net> > --- > recipes/tasks/task-bug.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes/tasks/task-bug.bb b/recipes/tasks/task-bug.bb > index 1317a6e..f81c56a 100644 > --- a/recipes/tasks/task-bug.bb > +++ b/recipes/tasks/task-bug.bb > @@ -1,6 +1,6 @@ > # Copyright (C) 2011 Bug Labs, Inc > > -PR = "r88" > +PR = "r89" > > ALLOW_EMPTY = "1" > > @@ -25,7 +25,7 @@ RDEPENDS_${PN} = "${MACHINE_EXTRA_RRECOMMENDS} \ > RDEPENDS_${PN}_append_bug20 = "bug2v4l2" > > RDEPENDS_${PN}-network = "\ > - dnsmasq \ > + dnsmasq-dbus \ > hostap-daemon \ > iptables \ > eject \ > -- > 1.7.0.4 > ^ permalink raw reply [flat|nested] 30+ messages in thread
* [PATCH 12/12] bug20.conf: switch to the 2.6.35 linaro kernel 2011-05-13 12:34 Various patches Denis 'GNUtoo' Carikli ` (8 preceding siblings ...) 2011-05-13 12:43 ` [PATCH 09/12] task-bug: fix do_rootfs conflict Denis 'GNUtoo' Carikli @ 2011-05-13 12:43 ` Denis 'GNUtoo' Carikli 2011-05-13 18:13 ` Stefan Schmidt 2011-05-13 12:45 ` [PATCH 10/12] preferred-shr-versions.inc: remove xserver-common prefered version Denis 'GNUtoo' Carikli 2011-05-13 12:45 ` [PATCH 11/12] ofono git: update to a more recent version Denis 'GNUtoo' Carikli 11 siblings, 1 reply; 30+ messages in thread From: Denis 'GNUtoo' Carikli @ 2011-05-13 12:43 UTC (permalink / raw) To: Stefan Schmidt; +Cc: openembedded-devel This kenrel supports more features/devices: * wifi power management works * it supports more BMI modules(for instance bugsound, bugsense etc...) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> --- conf/machine/bug20.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf/machine/bug20.conf b/conf/machine/bug20.conf index 95ce49c..97369e3 100644 --- a/conf/machine/bug20.conf +++ b/conf/machine/bug20.conf @@ -20,7 +20,7 @@ GUI_MACHINE_CLASS = "bigscreen" require conf/machine/include/omap3.inc -PREFERRED_PROVIDER_virtual/kernel = "linux-omap-hah" +PREFERRED_PROVIDER_virtual/kernel = "linux-bug20-linaro" IMAGE_FSTYPES += "tar.bz2 ubi" EXTRA_IMAGECMD_jffs2 = "-lnp " -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 30+ messages in thread
* Re: [PATCH 12/12] bug20.conf: switch to the 2.6.35 linaro kernel 2011-05-13 12:43 ` [PATCH 12/12] bug20.conf: switch to the 2.6.35 linaro kernel Denis 'GNUtoo' Carikli @ 2011-05-13 18:13 ` Stefan Schmidt 0 siblings, 0 replies; 30+ messages in thread From: Stefan Schmidt @ 2011-05-13 18:13 UTC (permalink / raw) To: Denis 'GNUtoo' Carikli; +Cc: openembedded-devel, Stefan Schmidt Hello. On Fri, 2011-05-13 at 14:43, Denis 'GNUtoo' Carikli wrote: > This kenrel supports more features/devices: > * wifi power management works > * it supports more BMI modules(for instance bugsound, bugsense etc...) > > Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Stefan Schmidt <stefan@buglabs.net> > --- > conf/machine/bug20.conf | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/conf/machine/bug20.conf b/conf/machine/bug20.conf > index 95ce49c..97369e3 100644 > --- a/conf/machine/bug20.conf > +++ b/conf/machine/bug20.conf > @@ -20,7 +20,7 @@ GUI_MACHINE_CLASS = "bigscreen" > > require conf/machine/include/omap3.inc > > -PREFERRED_PROVIDER_virtual/kernel = "linux-omap-hah" > +PREFERRED_PROVIDER_virtual/kernel = "linux-bug20-linaro" > > IMAGE_FSTYPES += "tar.bz2 ubi" > EXTRA_IMAGECMD_jffs2 = "-lnp " > -- > 1.7.0.4 > ^ permalink raw reply [flat|nested] 30+ messages in thread
* [PATCH 10/12] preferred-shr-versions.inc: remove xserver-common prefered version 2011-05-13 12:34 Various patches Denis 'GNUtoo' Carikli ` (9 preceding siblings ...) 2011-05-13 12:43 ` [PATCH 12/12] bug20.conf: switch to the 2.6.35 linaro kernel Denis 'GNUtoo' Carikli @ 2011-05-13 12:45 ` Denis 'GNUtoo' Carikli 2011-05-13 18:22 ` Martin Jansa 2011-05-13 12:45 ` [PATCH 11/12] ofono git: update to a more recent version Denis 'GNUtoo' Carikli 11 siblings, 1 reply; 30+ messages in thread From: Denis 'GNUtoo' Carikli @ 2011-05-13 12:45 UTC (permalink / raw) To: Martin Jansa; +Cc: openembedded-devel Without that fix SHR keep choosing xserver-common 1.33 instead of the 1.34 version Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> --- conf/distro/include/preferred-shr-versions.inc | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/conf/distro/include/preferred-shr-versions.inc b/conf/distro/include/preferred-shr-versions.inc index 35a4ecd..7df65c5 100644 --- a/conf/distro/include/preferred-shr-versions.inc +++ b/conf/distro/include/preferred-shr-versions.inc @@ -18,7 +18,6 @@ PREFERRED_VERSION_linux-libc-headers-native = "${LINUX_LIBC_HEADERS_VERSION}" PREFERRED_VERSION_openssh = "5.2p1" # upgrades used in Angstrom -PREFERRED_VERSION_xserver-common = "1.33" PREFERRED_VERSION_xserver-nodm-init = "2.0" PREFERRED_VERSION_hal = "0.5.13" PREFERRED_VERSION_wpa-supplicant = "0.6.9" -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 30+ messages in thread
* Re: [PATCH 10/12] preferred-shr-versions.inc: remove xserver-common prefered version 2011-05-13 12:45 ` [PATCH 10/12] preferred-shr-versions.inc: remove xserver-common prefered version Denis 'GNUtoo' Carikli @ 2011-05-13 18:22 ` Martin Jansa 0 siblings, 0 replies; 30+ messages in thread From: Martin Jansa @ 2011-05-13 18:22 UTC (permalink / raw) To: Denis 'GNUtoo' Carikli; +Cc: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 1107 bytes --] On Fri, May 13, 2011 at 02:45:01PM +0200, Denis 'GNUtoo' Carikli wrote: > Without that fix SHR keep choosing xserver-common 1.33 instead of the 1.34 version Acked-by: Martin Jansa <Martin.Jansa@gmail.com> > > Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> > --- > conf/distro/include/preferred-shr-versions.inc | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/conf/distro/include/preferred-shr-versions.inc b/conf/distro/include/preferred-shr-versions.inc > index 35a4ecd..7df65c5 100644 > --- a/conf/distro/include/preferred-shr-versions.inc > +++ b/conf/distro/include/preferred-shr-versions.inc > @@ -18,7 +18,6 @@ PREFERRED_VERSION_linux-libc-headers-native = "${LINUX_LIBC_HEADERS_VERSION}" > PREFERRED_VERSION_openssh = "5.2p1" > > # upgrades used in Angstrom > -PREFERRED_VERSION_xserver-common = "1.33" > PREFERRED_VERSION_xserver-nodm-init = "2.0" > PREFERRED_VERSION_hal = "0.5.13" > PREFERRED_VERSION_wpa-supplicant = "0.6.9" > -- > 1.7.0.4 > -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* [PATCH 11/12] ofono git: update to a more recent version. 2011-05-13 12:34 Various patches Denis 'GNUtoo' Carikli ` (10 preceding siblings ...) 2011-05-13 12:45 ` [PATCH 10/12] preferred-shr-versions.inc: remove xserver-common prefered version Denis 'GNUtoo' Carikli @ 2011-05-13 12:45 ` Denis 'GNUtoo' Carikli 11 siblings, 0 replies; 30+ messages in thread From: Denis 'GNUtoo' Carikli @ 2011-05-13 12:45 UTC (permalink / raw) To: Martin Jansa; +Cc: openembedded-devel, Klaus Kurzmann This version add better SIM handling for the nokia n900 (called nokia900 in openembedded). Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> --- recipes/ofono/ofono_git.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/ofono/ofono_git.bb b/recipes/ofono/ofono_git.bb index 3e2c410..3ad715f 100644 --- a/recipes/ofono/ofono_git.bb +++ b/recipes/ofono/ofono_git.bb @@ -1,7 +1,7 @@ require ofono.inc - +SRCREV = "b8b03a2da68e461a039553d954ce99b3601b7b8d" S = "${WORKDIR}/git" -PV = "0.12-git${SRCPV}" +PV = "0.45-git${SRCPV}" PR = "r1" SRC_URI = "git://git.kernel.org/pub/scm/network/ofono/ofono.git;protocol=git \ -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 30+ messages in thread
end of thread, other threads:[~2011-05-19 20:35 UTC | newest] Thread overview: 30+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-05-13 12:34 Various patches Denis 'GNUtoo' Carikli 2011-05-13 12:42 ` [PATCH 01/12] pointercal-xinput: add support for bug20 Denis 'GNUtoo' Carikli 2011-05-13 18:05 ` Stefan Schmidt 2011-05-13 12:43 ` [PATCH 02/12] xserver-common-1.34: sync with oe-core Denis 'GNUtoo' Carikli 2011-05-13 18:07 ` Stefan Schmidt 2011-05-13 18:19 ` Martin Jansa 2011-05-13 12:43 ` [PATCH 03/12] udev 165: depends on mtd-utils to fix compilation Denis 'GNUtoo' Carikli 2011-05-13 18:07 ` Stefan Schmidt 2011-05-13 12:43 ` [PATCH 04/12] udev-rules-buglabs: sync with buglabs repository Denis 'GNUtoo' Carikli 2011-05-13 18:10 ` Stefan Schmidt 2011-05-13 12:43 ` [PATCH 05/12] angstrom-2010-preferred-versions.inc: remove xserver-common prefered version Denis 'GNUtoo' Carikli 2011-05-13 18:15 ` Stefan Schmidt 2011-05-19 19:15 ` Koen Kooi 2011-05-19 20:32 ` Denis 'GNUtoo' Carikli 2011-05-13 12:43 ` [PATCH 06/12] xf86-video-omapfb: use newer srcrev(fix segmentation fault for bug20) Denis 'GNUtoo' Carikli 2011-05-13 18:11 ` Stefan Schmidt 2011-05-19 19:17 ` Koen Kooi 2011-05-13 12:43 ` [PATCH 07/12] linux-bug20-linaro: use newer srcrev Denis 'GNUtoo' Carikli 2011-05-13 18:11 ` Stefan Schmidt 2011-05-13 12:43 ` [PATCH 08/12] matchbox-panel: depend on xterm(matchbox panel contain an xterm launcher) Denis 'GNUtoo' Carikli 2011-05-13 18:13 ` Stefan Schmidt 2011-05-15 20:04 ` Florian Boor 2011-05-15 20:32 ` Phil Blundell 2011-05-13 12:43 ` [PATCH 09/12] task-bug: fix do_rootfs conflict Denis 'GNUtoo' Carikli 2011-05-13 18:14 ` Stefan Schmidt 2011-05-13 12:43 ` [PATCH 12/12] bug20.conf: switch to the 2.6.35 linaro kernel Denis 'GNUtoo' Carikli 2011-05-13 18:13 ` Stefan Schmidt 2011-05-13 12:45 ` [PATCH 10/12] preferred-shr-versions.inc: remove xserver-common prefered version Denis 'GNUtoo' Carikli 2011-05-13 18:22 ` Martin Jansa 2011-05-13 12:45 ` [PATCH 11/12] ofono git: update to a more recent version Denis 'GNUtoo' Carikli
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.