Age | Commit message (Collapse) | Author | Files |
|
OE provides its own zlib-native and qemu-native should use that.
Thanks to Thomas Zimmermann <ml@vdm-design.de> for spotting it.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
|
|
* Based on the oficial xilinx repo since not all drivers are in the
* mainline kernel tree
* Make use off the xilinx-bsp bbclass to override device tree descriptor
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
|
|
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
|
|
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>
|
|
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>
|
|
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>
|
|
|
|
* it breaks upgrade paths
* broken apps will still be broken
|
|
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
|
|
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
This header is needed for `libvalhalla`.
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
|
|
|
|
+ at91sam9260ek
+ at91sam9261ek
+ at91sam9263ek (updated)
+ at91sam9g10ek
+ at91sam9g20ek
+ at91sam9g20ek_2mmc
+ at91sam9g45ek (updated)
+ at91sam9g45ekes
+ at91sam9m10ekes
+ at91sam9m10g45ek
+ at91sam9rlek
Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
|
|
* Drop all prior patches... debian has none applied so
it should work on mips and such as well.
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
|
|
This reverts commit e19f00968b9d865088ef3a45a85825c5fc17edc5.
|
|
* do_configure fails if gettext isn't installed on buildhost
* set ac_cv_path_MSGFMT and ac_cv_path_MSGMERGE like it's already
done for ac_cv_path_XGETTEXT
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
|
|
ssh://git.openembedded.net/openembedded into org.openembedded.dev
|
|
Apparently this should fix CVE-2009-1759.
|
|
Fix handling of malformed Vorbis streams that would crash libvorbis.
CVE-2008-1420 (improved), CVE-2009-3379.
Patches are coming from FreeBSD.
|
|
fbv today only supports png files.
This patch will enable jpeg and bmp support in fbv
Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
|
|
"static inline" templates in
"JavaScriptCore/kjs/protected_values.cpp"
causes compile errors
This patch removes the static keywords
allowing the build to complete successfully.
Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
|
|
|
|
|
|
|
|
Addresses CVE-2005-0706.
|
|
Previous version of at91bootstrap recipes provided a defconfig file.
The new version assumes you have defined a variable
* AT91BOOTSTRAP_BOARD
This can be a list of boards allowing multiple configurations to be built.
Example of use (in MACHINE configuration file):
AT91BOOTSTRAP_BOARD = "at91sam9g20df at91sam9g20ek"
Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
|
|
|
|
|
|
Addresses CVE-2007-3961, CVE-2007-3962
|
|
Address CVE-2008-4829 which was fixed in 1.64.0
|
|
Fixes the problem, introduced by 8c1731d818c89a291f80940c1912587ff9ce46b7,
where openssl is added with DEPENDS_append override, preventing -nogpg and
-nocurl variants from clearing the DEPENDS, when they include opkg_svn.bb
file, thus forcing them to depend on openssl too.
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Chris Larson <clarson@kergoth.com>
|