Age | Commit message (Collapse) | Author | Files |
|
* new game: spider
* some fixes
* renamed files folder to aceofpenguins
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
|
|
- Don't supply site files for native
- Split up the site information, so we don't need to add every single
combination of os and architecture to the siteinfo.bbclass
- Instead of specifically looking for '${FILE_DIRNAME}/site-${PV}/<sitefile>',
leverage FILESPATH. Now it searches the paths in both BBPATH and FILESPATH
for "site/<sitefile>".
- SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS
Signed-off-by: Chris Larson <clarson@kergoth.com>
|
|
Adds oe.path.symlink convenience function.
Signed-off-by: Evgeniy Dushistov <dushistov@mail.ru>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
bumped PR for the main perl recipes so this change takes effect
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Roman I Khimov <khimov@altell.ru>
|
|
ConfigParsed is often utilized to do programmatic changes to the configuration
metadata. If these other event handlers set any variables which
sanity.bbclass needs to check, there's a problem, since we can't ensure those
handlers run before this one. So, we move the sanity checking to when the
build is about to start, this ensures that the configuration metadata is
entirely ready to go.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
|
|
|
|
* openjdk-6-common.inc: Configure cacao with --enable-softfloat
on systems that are not equipped with a FPU.
This fixes openjdk + cacao on ARMv4 and ARMv5 systems.
Bumped PR.
|
|
built in
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
The issue here is that we're building ncurses with HOST==BUILD!=TARGET,
aka 'cross', yet we're applying a CFLAGS override based on the target, not
the host, which results in passing -fforward-propagate to the build
machine's gcc, which isn't supported in older versions.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* This rule is not needed because we do not pass correct
CFLAGS so on architectures where PIC really matters it
does not work. Therefore make is more consistent and let
-shared decide what flag to use for PIC'ness
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Michael Kurz <betheg@bitcloner.org>
|
|
|
|
BBCLASSEXTENDED
* removed insecure versions
|
|
|
|
|
|
* Added recipe to provide TI logo on splash screen during
booting. This is for use with TI processors.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
|
|
host system docbook XSL processing.
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
|
|
tried to fix 995db54, which failed to parse on some systems.
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
|
|
into org.openembedded.dev
|
|
version, opkg upgrade would break the system. Reverts 48dd1c1.
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
|
|
udev-compat141.
|
|
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021848.html
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
|
|
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021663.html
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Acked-by: Andrea Adami <andrea.adami@gmail.com>
|
|
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021662.html
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Acked-by: Andrea Adami <andrea.adami@gmail.com>
|
|
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021661.html
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Acked-by: Andrea Adami <andrea.adami@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
|
|
* Used standard mplayer (avoid creation of a limited function
mplayer).
* Included cpufrequtils.
* Updated by Koen's feedback
* Build x-load, u-boot, and the kernel with every image.
|
|
These are scripts from the validation repository used to test various
functions on the board.
Updated by Koen's feedback
fixed shell script error: Setting variables in shell script (do_install) need to not have spaces
between the variable and the '='.
|
|
|
|
|
|
http://gitorious.org/beagleboard-validation/u-boot/commits/validation-20100723
u-boot git: change default env for beagle to run user.scr or ramdisk when the USER button is pressed
|
|
|
|
* ffplay needs an sdl patch
|
|
ffmpeg svn: make it distributable
|
|
git://git.openembedded.org/openembedded into org.openembedded.dev
|
|
|
|
|
|
|
|
|
|
* This would be used to decide if we can use BX in return
instructions in uclibc.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
git://git.openembedded.org/openembedded into org.openembedded.dev
|
|
Ported most patches from 4.0.0, except no-ipv6-tcpdump4.patch (fixed upstream).
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
Notes about patches from 1.0.0:
- ieee80215-arphrd.patch: ported to 1.1.1
- aclocal.patch: does not seem to be needed (unsure)
- 0001-Fix-some-problems-that-show-up-in-autoconf-2.64-and-.patch: same
- ldflags.patch: fixed upstream
Other main difference:
- pcap-config is installed in the dev package, as well as in the staging
directory.
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
* yaffs2-util remove native recipe in favor of BBBLASSEXTEND.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
*IMGLIB_PATH is changed to path where other TI tools are found.
Signed-off-by: Pramod Poudel <ktmpole@gmail.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
|