Age | Commit message (Collapse) | Author | Files |
|
from Ubuntu.
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
|
|
|
|
fixes origin from http://icedtea.classpath.org/hg/release/icedtea6-1.8/shortlog
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
|
|
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
|
|
This way it is easier to spot. We need to make sure that the versions in moblin
work with this version as well and move them.
|
|
|
|
|
|
|
|
|
|
|
|
This is needed for other parts of the Ayatana project of Canonical. See here for
more infos:
https://launchpad.net/ayatana
|
|
|
|
Multiple initscripts version exist,for instance
initscripts-shr,initscripts-openmoko,initscripts etc...
Depending on a particular initscript is not a good idea:
For instance on SHR(distro) and htcdream(machine)
it install initscripts instead of initscripts-shr in
shr-image,which result in having the /etc/init.d/devices which
is,according to mickeyl, an init script for devfs.
if this init script is present(with the corresponding rc links) it get
executed,which causes some devices nodes to lack.
which prevent sound,modem and maybe other driver from working on the
htcdream.
Thanks mrmoku in #openmoko-cdevel in Freenode
for helping me finding the offending recipe.
Thanks mickeyl in #openmoko-cdevel in Freenode for telling me
that usually packages don't depend on the initscripts
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* As Phil points out, not enough people are debugging -native stuff
* The actual bug in the git -native recipe not using links still isn't solved, though
|
|
|
|
into org.openembedded.dev
|
|
* bump INC_PR
|
|
commandline
* bump INC_PR
|
|
|
|
Thanks for Khem to pointing this out!
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
added.
New versions of GNU patch present themselves as "GNU patch" instead
of just "patch".
NOTE1: both configure.ac and configure are patched because we have
no native autotools at that stage.
NOTE2: encountered on ALT Linux Sisyphus (testing branch).
|
|
The new revision includes patch to allow use of gcc-4.5 generated binaries and adds some new features.
|
|
See http://bugs.openembedded.org/show_bug.cgi?id=5451 for further information on xf86-video-msm
|
|
At some point an automatic import of autotools.bbclass was removed.
Since we only need CONFIG_SITEINFO, inherit siteinfo and set the variable
so we're back to where we were.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
mved all patches to glibc-2.5
removed references to other dirs.
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
moved all patches to glibc-2.9
removed references to other dirs.
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
moved all patches to glibc-2.10.1
removed references to other dirs.
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
as mentioned before on the OE ML.
removing some old versions which are not pinned by any distro
and are fairly old:
glibc-initial_2.3.2+cvs20040726.bb
glibc-initial_2.3.6.bb
glibc-initial_2.4.bb
glibc-initial_2.7.bb
glibc_2.3.2+cvs20040726.bb
glibc_2.3.3+cvs20041128.bb
glibc_2.3.3+cvs20050221.bb
glibc_2.3.3+cvs20050420.bb
glibc_2.3.6.bb
glibc_2.4.bb
glibc_2.7.bb
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Graham Gower <graham.gower@gmail.com>
|
|
This new branch has many improvements:
When we started forking the android kernel it was an experimental
2.6.32 branch.
This new branch is a rebase on top of a not anymore experimental
2.6.32 android msm kernel base,so it should contain many bugfixes
For instance:
*You can now have a statically rotated xorg,becuase at resume xorg
doesn't crash anymore with this kernel
*Better sound quality(less buffer underruns)
Note that this new branch requires a new xorg.conf because I switched
from tslib to evdev
|
|
The new xorg.conf is needed because of the switch from
tslib to evdev
|
|
package/recipe
Before moving the license we had:
Collected errors:
* check_data_file_clashes: Package marvell-sdio-fw wants to install file .../rootfs/x11-sato2-image/lib/firmware/Marvell-Licence.txt
But that file is already provided by package * marvell-gspi-fw
* opkg_install_cmd: Cannot install package task-base-extended.
in do_rootfs for machine bug under angstrom.
In bug.conf there is:
MACHINE_EXTRA_RRECOMMENDS = "marvell-gspi-fw marvell-sdio-fw kernel-modules"
That installed both marvell-gspi-fw and marvell-sdio-fw
each recipe had the same firmware license file(Marvell-Licence.txt)
The two identic license files were installed at the same location
which led to the install issue mentioned above.
Moving the license in its own recipe/package removes the clash.
In order to fullfill the legal requirements of the license I used
RDEPENDS in order to be shure that the license would be present if
at least one of the firmwares are present
|
|
* bump PR
|
|
assembly code.
|
|
|