Age | Commit message (Collapse) | Author | Files |
|
allows same kernel on GTA01/2
|
|
defconfigs the same. The aim of OM kernel is to boot on both devices and
now it does.
|
|
and 'a5257d19c1dd5c319436cc57245e4ac23ffcd467'
|
|
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
|
|
and 'b197b98e05323ddd6e2f04f723ec87f58fe81d3b'
|
|
|
|
|
|
|
|
|
|
|
|
and '49ebc80978a5a98291bc76a35b098b6ef4e9d24d'
|
|
|
|
works again.
|
|
and 'd3bdc1b5bee60534f5a4180d1fb74d09b59c68a4'
|
|
- 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
|
|
so it will start
|
|
and 'cd2d09bd89f1169ae4ec847af474c0e14580178d'
|
|
|
|
|
|
and '7604e2e8a0c76d28ec378a7800c3e1a42b335da5'
|
|
|
|
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.
|
|
|
|
and 'a0d6cd0bb1fc7d9eba19c1ed2eb1b84f6eb001c9'
|
|
|
|
patch
|
|
|
|
|
|
and '9f9ee853372a36ca4890047d0472edcab6e5c2f3'
|
|
and 'd7d3b38b67a8d342bd29e546556fc4cc0b2476f8'
|
|
|
|
|
|
|
|
|
|
|
|
and 'dd9786d58f303cdd2d0ff136859e41e1b6558b66'
|
|
|
|
|
|
and 'ece94f3cd93d33253efe66ddd94e233b026e7d47'
|
|
|
|
and 'cccbcdee9adebcb074bf6947b2a127fec3260453'
|
|
|
|
|
|
doesnt actually stage enough.
|
|
|
|
|
|
and '7b3eb3f553b8888f88b87b06f87fe00039a43031'
|
|
and 'a2075ec1a9e24c066821c558d351b7716ebee907'
|
|
It may make sense to add this to the main package, but because
so few people will use it I did not want to risk breakage at this
time.
|
|
|