Age | Commit message (Collapse) | Author | Files |
|
for omap3
|
|
|
|
* Create the machine configuration file for the dm3730-am3715-evm
machine type. This machine type supports EVMs based on the
DM37xx or AM37xx SoCs.
* Specified the PREFERRED_PROVIDER and VERSION for u-boot
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
* Added support for the dm3730-am3715-evm machine type to
obtain the u-boot source from the PSP repository.
* Set SRCREV for the dm3730-am3715-evm machine type to the
03.00.00.05 PSP version.
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
* Created the dm3730-am3715-evm directory in
linux-omap-psp-2.6.32 to contain the defconfig for the kernel
build for dm3730-am3715-evm.
* Added the defconfig file for the dm3730-am3715-evm kernel build.
* Added dm3730-am3715-evm machine type to the COMPATIBLE_MACHINE
entry for the linux-omap-psp_2.6.32.bb recipe.
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
* Added dm3730-am3715-evm machine type to COMPATIBLE_MACHINE
values for clutter.
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
* Added the dm3730-am3715-evm machine type to the sort.sh file.
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
|
|
|
|
Acked-by: Graeme Gregory <dp@xora.org.uk>
Acked-by: Philip Balister <philip@balister.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
Acked-by: Graeme Gregory <dp@xora.org.uk>
Acked-by: Philip Balister <philip@balister.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
There are massive network problems when transmitting UDP packets using the
LEON copro. UDP packet contents get overwritten at the sender side, UDP
checksums are incorrect, and the like. The problem can be triggered by
writing small (< MTU size) packets into a socket in rapid succession to
multiple receivers on a system without any other load. Until we can fix
the LEON firmware we disable it.
Signed-off-by: Thilo Fromm <t.fromm@dresearch.de>
Acked-by: Steffen Sledz <sledz@dresearch.de>
|
|
|
|
|
|
style checksums, fix QA errors, fix packaging
|
|
checksums
|
|
See removal.txt and
c1aab90e5e removal.txt: proposal to remove ClamAV versions < 0.95 in April
for reasoning.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
xml2po anymore
* also fix 1 bug in do_install where it pokes stuff outside of ${D}
* binconfig hack is still there, though
|
|
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
|
|
|
|
|
|
|
|
|
|
breaks the build (from poky)
|
|
|
|
|
|
|
|
|
|
* Addresses CVE-2010-0751
* Use new-style checksums
Signed-off-by: Scott Garman <sgarman@zenlinux.com>
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
|
|
|
|
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
It can interfere with the bblayers stuff in bitbake master.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
Doing a '-c clean' operation on a staged package with very much files
(e.g. glibc) took several minutes because
* every removed file was reported
* an 'rm' instance was spawned for every file
This patch uses the native 'os.unlink()' method for removing files and
reports only the removed root directory instead of the single files.
Based upon maillist discussion, reporting happens with 'debug' level
instead of 'note' one, and only error conditions due to non-existing
files will be ignored. Other (e.g. permission denied) errors will now
abort the build while they were silently ignored previously.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Acked-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Acked-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
Acked-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Acked-by: Roman I Khimov <khimov@altell.ru>
|
|
|
|
Based on Angstrom minimalist image.
|