Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
|
|
|
|
* Automatically pick SRCREV changes without bumping PR manually
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
else I get the following log as libxml2 is not yet built :
| evtest-capture.c:33:29: error: libxml/encoding.h: No such file or directory
| evtest-capture.c:34:30: error: libxml/xmlwriter.h: No such file or directory
Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
- original recipe comes from :
http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-January/016607.html
- added fix for compilation against recent kernel
- updated and tested on x86
- disable helper module
- configuration file /etc/vga/libga.config is not included in any package
Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
- update to latest SVN
- update file names : psplash-hand-img.h -> psplash-poky-img.h
- fix comments
- fix psplash-18bpp.patch (missing break in the switch)
Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
* Make improvements to run-qemu script.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* removed native recipe
* version 1.22 is now default
|
|
|
|
|
|
|
|
|
|
* remove extra depenedency for fastjar-native, because
the java classes are doing it for us
|
|
|
|
* remove some linkingcruft which is now in jaxp recipe
|
|
* bump PR to cover same strangness
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Tested with DISTRO=minimal image=minimal-image
* Adjust run-qemu.sh to use native-qemu and fix
variables needed for powerpc run.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
* remove older versions
* we don't need the empty dev package, because there are no libs
* bump INC_PR to get native and normal package to the same revision
|
|
|
|
Using softlinks has the following effects on package size:
git: 54MB -> 3.0MB
git-dbg: 646MB -> 141MB
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* This change converts libgcc_s.so to a linker script so when -lgcc_s is
used then it actually links to a group of libraries and one of those
libraries is libgcc. This fixes the problem of requiring to link with
libgcc _always_ on ppc to get the out-of-line epilogue/prologue
functions.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
* kudos to kergoth for the EXTRA_OEMAKE hint
* no functional change so no PR bump
|
|
bitbake nano fails without this if gettext is not built
Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
vars set
|
|
|
|
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
|
|
Update checksums; tzdata version bumps to 2010j as well.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
|
|
busybox will link to busybox_unstripped then strip to produce busybox,
giving us an empty -dbg package. At the end of do_compile, copy
busybox_unstripped to busybox, so our striping happens as expected.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Tested using gcc 4.4.4 DISTRO=minimal
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
This reverts commit 0e617baf2916269bbe02cb7b2d4eb20161c86547.
This commit broke initscripts is in practically all images
Thanks a lot Koen for notifying it to me.
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
matchbox common contains matchbox-session:
root@bug:~# opkg files matchbox-common | sort
/usr/bin/matchbox-session
...
And matchbox-session depends on matchbox-panel:
...(setup commands)
root@bug:~# /usr/bin/matchbox-session
/usr/bin/matchbox-session: line 23: matchbox-panel: not found
|
|
|
|
This recipe is clearly MACHINE_ARCH because:
do_install_append_hipox () {
ln -sf ../init.d/sysfs.sh ${D}${sysconfdir}/rc6.d/S80sysfs
}
Then one could think,why not putting it machine arch only for hipox...
but :
recipes/initscripts $ find initscripts-1.0/ -type d
initscripts-1.0/
initscripts-1.0/jornada56x
initscripts-1.0/tosa
initscripts-1.0/slugos
initscripts-1.0/gumstix-verdex
initscripts-1.0/mtx-2
initscripts-1.0/h3900
initscripts-1.0/collie
initscripts-1.0/gumstix-connex
initscripts-1.0/logicpd-pxa270
initscripts-1.0/h3600
initscripts-1.0/simpad
initscripts-1.0/akita
initscripts-1.0/mtx-1
initscripts-1.0/foonas
initscripts-1.0/openprotium
initscripts-1.0/poodle
initscripts-1.0/oplinux
initscripts-1.0/oplinux-uclibc
initscripts-1.0/spitz
initscripts-1.0/jornada6xx
initscripts-1.0/uml
initscripts-1.0/jornada7xx
initscripts-1.0/openmn
initscripts-1.0/c7x0
|
|
If we don't depend on dbus-x11 starting /etc/x11/xserver-nodm output messages like:
GConf Error: Failed to contact configuration server; some possible causes are that you
need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system
crash.
I think gconf is the right package to depend on dbus-x11 because:
work/.../GConf-2.28.0/po $ grep "GConf Error:" en_GB.po
msgid "GConf Error: %s\n"
msgstr "GConf Error: %s\n"
And :
grep "Failed to contact configuration server" en_GB.po
"Failed to contact configuration server; some possible causes are that you "
"Failed to contact configuration server; some possible causes are that you "
And:
<khem> GNUtoo: I have seen this error with firefox on my desktop
<GNUtoo> yes but I wonder where to add the dep,then not in matchbox-something
<GNUtoo> maybe in gconf
<khem> yeah gconf seems best
|