Age | Commit message (Collapse) | Author | Files |
|
|
|
shares and enjoys our QA efforts
|
|
script still uses version 1 instead of version 2
|
|
and '65003f86cc1c1103afc51869cf2d4a63f8d88613'
|
|
and 'f1b01b4d8de851be420cc84f9859d3c0a22ce1d5'
|
|
|
|
and '7eec4d1323cba61be89ecb9fa8d18fca19b81780'
|
|
native ones:
.la files should have installed=yes (at least I believe
this). And somehow some believe this as well, some don't though...
some like fakeroot love to install two .la files...
non-native:
.la should have installed=no
both:
should not point to tmp/work. libgettext and libltdl(libtool)
fails this...
happy fixing and arguing
|
|
|
|
|
|
|
|
r1258,r1195)
The .so check now looks for symlinks ending with .so. These are a typical
trait of -dev packages and kills a lot of false positives.
This was authored by ross and was taken from the poky svn repository.
|
|
|
|
|
|
|
|
* change "," to "%" so python doesn't die if an error occurs
* spell architecture correctly
* add arm/eabi tupple that works for stripped binaries, but fails for -dbg binaries (abiversion 0 vs 97)
|
|
Debian packages
|
|
x86_64 can not be detected properly with this code - needed change:
- ELFFile.my_assert(self.data[ELFFile.EI_CLASS], chr(ELFFile.ELFCLASS32)) # only 32 bits
+ ELFFile.my_assert(self.data[ELFFile.EI_CLASS], chr(ELFFile.ELFCLASS64))
|
|
and 'e28e771e310bd57f5612859b2188e316aec06191'
|
|
and 'cc76392ac5a7b1ccde5981fd2e02094b88a5240a'
|
|
|
|
|
|
and 'd92fd0f199ef1e65543bc5f96bbd038d21d71169'
|
|
|
|
Add a small ELF parser and read OSABI, ABIVERSION, ENDIAN and MACHINE. This
code compares TARGET_OS and TARGET_ARCH to a list of known versions. Currently
we have values for linux and linux-uclibc for arm, armeb and powerpc. mips,
i386, amd64, ia64 are missing. ABI wise ARM EABI is missing as well, but koen
is likely to enter the values into the documented dict
|
|
and 'd94ee355628e9063a134381c44e9976fa66935a4'
|
|
|
|
and 'fc57f4efdbe6430b26905dd44e510d7b2ecc81d0'
|
|
* detect-stylus is no longer used in OE, which adopted convention of
having the touchscreen device at /dev/input/touchscreen0 (for all 2.6
devices being created by udev rule).
|
|
and '65f577e27ac9b76dcfa25b8c34d8446d8191a934'
|
|
* This is consistent with how "bluetooth" is handled already, and, assuming
that distro supports wifi, essentially allows machine to decide if wifi packages
go into rootfs or would be installed from feed. This is helpful for machines
which don't have wifi and devoid of any means of external card extension, or
for machines with very small ROM (like, for example, h3600 with its 16Mb,
in which wifi packages simply don't fit, so h3600 users with CF sleeve and
wifi card would need to install support manually, after deleting packages they
can sacrifice for this).
* Approved by Marcin Juszkiewicz
|
|
and '98a9f60d428a74f8f8b42247cd8c7bcd9fc1e91a'
|
|
|
|
* Ship just basic locale by default. Locales are big (~1Mb uncompr.), so
shipping some adhoc subset will be still useless and size burden for
users of all other languages/countries. Instead, worth to make it easy
to install additional languages: installer/wizard + metapackages which
will RRECOMMEND as much as possible content for a given language
(locales, UI transalations, help, etc. - useless for pros, but really
helpful for common users).
* Approved by Koen Kooi
|
|
Add a method to implement koen's skipping of
errors of type .so in non dev package. This
will turn into a list of known and acked issues which
we decided to ignore. I do not yet know how to maintain
such a list properly though
Split the .so in non-dev package and the .debug in non-dbg
package into two different packages
|
|
and 'c416a7368aa98390e48b2c8eed6650147874a490'
|
|
-Print all errors of the built packages and if we have printed
any errors fail
-Log the errors to a log file, so we can see them afterwards
-Print the path (- the TMPDIR) of the package in question
|
|
and '5d9ca4e1f6b8631c921bcc59406fb202e723f586'
|
|
This patch adds support for "EVIOCGRAB" on the input device, which
tells the kernel _not_ to deliver events of the touchscreen to
/dev/input/mice.
This is probably what most people want, since unprocessed raw touchscreen
events should not be converted to emulated PS/2 mouse movements.
Signed-off-by: Harald Welte <laforge@openmoko.org>
|
|
and 'e63a2eefb4ae9542b7ac7ee72c2f0aad1d534886'
|
|
|
|
* Changes since -hh11 include:
1. rx1950 port added.
2. cpugreq fixes to support PCMCIA working over freq changes.
3. cpufreq support for htcmagician.
4. ads7846_adc_ssp fixes.
5. acx driver ESSID handling off-by-one fix.
6. ASoC upgraded to 0.13.4.
|
|
and 'd6f1925c439f5b0608c0189c89b17a335f9fbbb6'
|
|
* Changes since -hh10 include:
1. aximx5 port revived - boots with LCD working. UDC known not to work.
2. aximx50 buttons driver.
3. Macine-independ touchscreen driver for ADS7846/TSC2046, first version so
far, used for h4000 and works for hx4700 too. Still needs tweaking to
support other devices well.
4. h4000: h4300_kbd driver revamped.
5. h5400: revamping started, OHCI support fixed.
6. htcalpine phone and soc drivers.
7. rx3000: Port clean up, drivers split to separate modules. Serial port driver
added.
8. drivers/serial/pxa.c: Dynamic serial hook ports are supported (hooks can
be installed/removed after serial driver is loaded).
|
|
|
|
|
|
|
|
|
|
|
|
and 'cc76392ac5a7b1ccde5981fd2e02094b88a5240a'
|