Age | Commit message (Collapse) | Author | Files |
|
- added a recipe for 2.6.33-rc5
- updated video patch (as provided by einfochips)
- made use of the PR bump to add building tgt as module in defconifg
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
packaged staging
kernel.bbclass do_deploy has:
install -m 0644 ${KERNEL_OUTPUT} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.bin
which expands to
install -m 0644 arch/arm/boot/uImage .../deploy/glibc/images/beagleboard/uImage-2.6.29-r51-beagleboard.bin
but in packaged staging arch/arm/boot/uImage does not exist so we get the error:
install: cannot stat `arch/arm/boot/uImage': No such file or directory
This patch only installs uImage if not using packaged staging
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Just happened to create these which debugging an issue with gtk+-native so
committing them.
|
|
and fix the author of the persian keyboard
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
• Order the recipe header as in the user manual [1] and add `SECTION = console/multimedia`.
• Bump package release variable.
[1] http://docs.openembedded.org/usermanual/html/recipes_header.html
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
|
|
|
|
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
|
|
* bisecting to the offending commits is nigh impossible since mplayer doesn't compile for about 70% of the affected revision range :(
|
|
|
|
not as separate lib)
|
|
it in RRECOMMENDS)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* dont use "versioned" depend on curl as 7.18.2 does
* it pulls 2 curl providers (newest curl and curl from python-curl
depends) for many targets and bitbake is rightfully complaining
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* Fixes version mishmash with newer libtool 2.2.6b
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>
|
|
*-*-linux-uclibcspe.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
*-*-linux-gnuspe.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Dirk Opfer <Dirk@do13.de>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
I found that the pkg-config sysroot support doesnt extend to variables
so some extra munging was needed to point this at the correct IDL files.
|
|
* Upgraded to latest git version and removed patches already included in the package itself
* removed 0001-switch-to-autotools-based-build-system.patch
* removed 0002-gui_x11.cpp-Load-font-fixed-when-9x15-fails-in-GuiCa.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
icons visible
|
|
* the comment in the .inc about it dragging in gtk+ is still true, which is why we're still keeping it out ot RRECOMMENDS_${PN}
|
|
|
|
|
|
is fixed for armv4t
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
segfaulted a lot) and etk fix
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>
|
|
|
|
* native packages now use BBCLASSEXTEND method.
* Now installs need files into target.
* include file to eliminate duplicate portions of the recipe.
|
|
into org.openembedded.dev
|
|
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Frans meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
calls correct python instance during build.
|
|
Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
Signed-off-by: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
|
|
This patch tries to get rid of spew of the useless tar messages durring boot
process on machines without RTC, such as the Beagleboard. Example:
Please wait: booting...
Starting udev
tar: dev/.udev/uevent_seqnum: time stamp 1970-01-01 01:00:21 is 14.122497521 s in the future
tar: dev/.udev/rules.d: time stamp 1970-01-01 01:00:07 is 0.119201623 s in the future
tar: dev/.udev/db/\x2fdevices\x2fvirtual\x2fblock\x2fram9: time stamp 1970-01-01 01:00:22 is 15.118713341 s in the future
[ more then 100 similar lines cutted off]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Acked-by: Chris Larson <clarson@mvista.com>
Signed-off-by: Philip Balister <philip@balister.org>
|
|
|
|
|
|
The problem is that pngcrush-native fails during the installation
because of this code in pngcrush_1.6.4.bb:
install -m 755 ${PN} ${D}${bindir}
that is in the do_install function.
This code is inherited by pngcrush-native because
pngcrush-native requires pngcrush_${PV}.bb,and PN becomes pngcrush-native
instead of pngcrush and so it fails.
Thanks hrw for learning me how to fix it easily(without copying
the do_install function from pngcrush_1.6.4.bb into pngcrush-native)
The effect of BPN on the 2 recipes was tested in bitbake -i
Not changing PR because it doesn't change anything on
pngcrush_1.6.4.bb's side,and on pngcrush-native's side it was
just a compilation failure
|