Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-10-03 | mono 1.2.5.1: disable parallel make due to build issues in the MCS tree | Cliff Brake | 2 | |
2007-10-03 | MAINTAINERS: add argtable to my recipies | Cliff Brake | 1 | |
2007-10-03 | argtable 2.7: add package | Cliff Brake | 2 | |
2007-10-03 | linux/linux-openmoko/defconfig-2.6.22.5-fic-gta0? : make both of these | Graeme Gregory | 2 | |
defconfigs the same. The aim of OM kernel is to boot on both devices and now it does. | ||||
2007-10-03 | merge of '3c4f69f9ba263ccd43af4bc408f5a6cb8337233a' | Graeme Gregory | 1 | |
and 'a5257d19c1dd5c319436cc57245e4ac23ffcd467' | ||||
2007-10-03 | openmoko2/openmoko-theme-standard2_svn.bb : remove creation of gtkrc | Graeme Gregory | 1 | |
on request of cwiiis <cwiiis> XorA: Hi - could you remove the creation of /etc/gtk-2.0/gtkrc from packages/openmoko2/openmoko-theme-standard2_svn.bb please? It breaks setting the theme and as far as I can tell, isn't necessary | ||||
2007-10-03 | merge of 'a806a9f3048bf953ea29faffb714688ab1a8d4d8' | Koen Kooi | 1 | |
and 'b197b98e05323ddd6e2f04f723ec87f58fe81d3b' | ||||
2007-10-03 | sanesrcrevs: bump more openmoko stuff after testing it on the neo | Koen Kooi | 1 | |
2007-10-03 | mplayer/mplayer_svn.bb : disable imageon as building is broken | Graeme Gregory | 1 | |
2007-10-03 | mplayer: depend on xsp | Koen Kooi | 1 | |
2007-10-03 | ixp4xx-npe: correct download link and instructions | Koen Kooi | 1 | |
2007-10-03 | openmoko-panel-gsm: depend on libnotify | Koen Kooi | 1 | |
2007-10-03 | merge of '47c30ebda2c1ad0df303493ea5a7b149455d8202' | OpenEmbedded Project | 1 | |
and '49ebc80978a5a98291bc76a35b098b6ef4e9d24d' | ||||
2007-10-03 | portmap: depend on fakeroot-native, closes #3016 | Russ Ferriday | 1 | |
2007-10-03 | linux/linux-rp_2.6.22.bb : re-add the w100-extmem patch so that Ximageon | Graeme Gregory | 1 | |
works again. | ||||
2007-10-03 | merge of '9b11d89eb867c4452963750a9d48fa45c70d0de6' | Cliff Brake | 4 | |
and 'd3bdc1b5bee60534f5a4180d1fb74d09b59c68a4' | ||||
2007-10-03 | mono.bbclass: fix whitespace problem | Henryk Ploetz | 1 | |
- fix for the problem experienced by scruggs on IRC today. There was an inconsistency in the amount and type of whitespace used in the python anonymous blocks between mono.bbclass and multimachine.bbclass. - fixed a small problem in the error output of mono_do_clilibs | ||||
2007-10-02 | xorg-xserver/xserver-kdrive-imageon_1.2.0.bb : enable built in fonts | Graeme Gregory | 1 | |
so it will start | ||||
2007-10-02 | merge of '86c3bb401cff2bd54526bee645900700122e1549' | Philip Balister | 26 | |
and 'cd2d09bd89f1169ae4ec847af474c0e14580178d' | ||||
2007-10-02 | wifistix : Update conf file with new device name. | Philip Balister | 1 | |
2007-10-02 | wifistix : Change wifistix wireless device name from mwlan to wlan. | Philip Balister | 1 | |
2007-10-02 | merge of '6d07e119d774985e157fc9a56bb59bfbe0dcec50' | Philip Balister | 26 | |
and '7604e2e8a0c76d28ec378a7800c3e1a42b335da5' | ||||
2007-10-02 | wifistix-modules : Fix quoting in EXTRA_OEMAKE. | Philip Balister | 1 | |
2007-10-02 | mono 1.2.5.1: added mono.bbclass, many changes required for packaging | Henryk Ploetz | 7 | |
New file: packages/mono/mono-mcs-intermediate_1.2.5.1.bb Compiles mono in native mode with standard prefix, then tars up the resulting tree and puts the tarfile into staging New file: packages/mono/mono_files.py Automatically generated using collect-path.py (attached to this mail) and contains a list that maps file patterns to package names (and contained assemblies, see below). New file: classes/mono.bbclass Has a helper function for the list that maps file patterns to package names and assemblies (see below). Also has a function mono_do_clilibs and inserts that function into PACKAGEFUNCS. This function calls mono_find_provides_and_requires which finds out (through calls to monodis --assembly and monodis --assemblyref) which assemblies are provided and required by a particular package. mono_do_clilibs then puts the information about provided assemblies into ${STAGING_DIR}/clilibs/${packagename}.list and information about the required packages into ${PKGDEST}/{packagename}.clilibdeps where it will later be picked up by the modified read_shlibdeps. Originally I had dependency resolution through the partial list in mono_files.py but obviously this doens't scale, so I implemented the new method with mono_do_clilibs. The benefit is now that I don't really need the extra information in mono_files.py anymore and can in principle get rid of mono_get_file_table and related code. Instead it should be possible to modify collect-paths.py to output bitbake .inc code (e.g. PACKAGES = "..." and a whole lot of FILES_... = "...") instead of python code. There's still the minor problem of how to handle the .mdb files, that's why I didn't implement it yet but instead opted for an approach that I knew would work. (Debian just puts the .mdb files into the individual packages, while I would argue that they do belong into corresponding -dbg packages.) Modified file: classes/package.bbclass In read_shlibdeps I folded the two identical code blocks dealing with *.shlibdeps and *.pcdeps into one and added *.clilibdeps (generated by mono_do_clilibs above). Modified file: packages/mono/mono_1.2.5.1.bb Add the mono-mcs-intermediate workaround. Add a whole lot of python code in populate_packages_prepend in order to split up the packages based on information from mono_files.py (via mono.bbclass' mono_get_file_table). As I said above a lot of this code can hopefully be replaced in the future. | ||||
2007-10-02 | linux.inc: replace == with = to make posix shell compliant | Cliff Brake | 1 | |
2007-10-02 | merge of '1e1adf51dc9360eaaa91db46f1ad5ca664d7a0cc' | Philip Balister | 2 | |
and 'a0d6cd0bb1fc7d9eba19c1ed2eb1b84f6eb001c9' | ||||
2007-10-02 | wifistix-module : Clean up bb file, add configuration file. | Philip Balister | 2 | |
2007-10-02 | xorg-xserver/xserver-kdrive-1.2.0/kdrive-imageon.patch : drop duplicate old | Graeme Gregory | 1 | |
patch | ||||
2007-10-02 | sane-srcrevs.inc : update some openmoko revs | Graeme Gregory | 1 | |
2007-10-02 | sane-srcrevs: bump openmoko icon themes | Koen Kooi | 1 | |
2007-10-02 | merge of '907b09122e18d1c5bf7d911edc9c19d8eff6cfe4' | OpenEmbedded Project | 196 | |
and '9f9ee853372a36ca4890047d0472edcab6e5c2f3' | ||||
2007-10-02 | merge of 'd2f47efbbb475855448dcead325ad2439923d6d9' | Paul Sokolovsky | 4 | |
and 'd7d3b38b67a8d342bd29e546556fc4cc0b2476f8' | ||||
2007-10-02 | htcblueangel.conf: Remove PREFERRED_VERSION for kernel. | Paul Sokolovsky | 1 | |
2007-10-02 | sane-srcrevs: bump hildon-1 | Koen Kooi | 1 | |
2007-10-02 | hildon-1: update PV | Koen Kooi | 1 | |
2007-10-02 | fontconfig: stage nokia device table header | Koen Kooi | 1 | |
2007-10-02 | libhildonhelp: correct DEPENDS | Koen Kooi | 1 | |
2007-10-02 | merge of '35958473cb3e7c22ae3b948f47dcd57d676d22a0' | Koen Kooi | 4 | |
and 'dd9786d58f303cdd2d0ff136859e41e1b6558b66' | ||||
2007-10-02 | libhildonfm: add 1.9.41 works against a stock gtk+! | Koen Kooi | 3 | |
2007-10-02 | gtk-2.10.inc: add hack for maemo software | Koen Kooi | 1 | |
2007-10-02 | merge of '528c70fd35c4abbbc5ca2d29a08877e037f09e69' | Graeme Gregory | 2 | |
and 'ece94f3cd93d33253efe66ddd94e233b026e7d47' | ||||
2007-10-02 | openmoko2/openmoko-dates2_svn.bb : version bump to latest for thomas | Graeme Gregory | 2 | |
2007-10-02 | merge of '34d07eb5a0a81538143c57486cc515538a4d97ea' | Koen Kooi | 1 | |
and 'cccbcdee9adebcb074bf6947b2a127fec3260453' | ||||
2007-10-02 | atk: remove def_pref from 1.19.3 | Koen Kooi | 1 | |
2007-10-02 | libgcrypt/libgcrypt_1.2.3.bb : PR bump for last change | Graeme Gregory | 1 | |
2007-10-02 | libgcrypt/libgcrypt_1.2.3.bb : remove custom do_stage as its not needed and | Graeme Gregory | 1 | |
doesnt actually stage enough. | ||||
2007-10-02 | hx4700: kdrive 1.3.0.0 also has Xw100 | Koen Kooi | 1 | |
2007-10-02 | midori: add 0.0.8 | Koen Kooi | 4 | |
2007-10-01 | merge of '506e7ee5f030358bf855b41fcb531ab4c662fffe' | OpenEmbedded Project | 6 | |
and '7b3eb3f553b8888f88b87b06f87fe00039a43031' | ||||
2007-10-01 | merge of '70743353147a08503a9017cee4e94dd6388552d4' | Cliff Brake | 4 | |
and 'a2075ec1a9e24c066821c558d351b7716ebee907' |