* [PATCH 01/11] qt4-embedded-gles: Update to 4.8.5 version
2014-01-30 18:34 [PATCH 00/11] Dora Updates Chase Maupin
@ 2014-01-30 18:34 ` Chase Maupin
2014-01-30 18:34 ` [PATCH 02/11] matrix-gui-apps-image: remove duplicate inclusion Chase Maupin
` (10 subsequent siblings)
11 siblings, 0 replies; 14+ messages in thread
From: Chase Maupin @ 2014-01-30 18:34 UTC (permalink / raw)
To: meta-arago
* Dora release of oe-core uses 4.8.5 so this recipe needs
to update.
* Change the preferred version setting for qt4
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
---
.../conf/distro/include/arago-prefs.inc | 6 +++---
...ed-gles_4.8.4.bb => qt4-embedded-gles_4.8.5.bb} | 0
2 files changed, 3 insertions(+), 3 deletions(-)
rename meta-arago-extras/recipes-qt/qt4/{qt4-embedded-gles_4.8.4.bb => qt4-embedded-gles_4.8.5.bb} (100%)
diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
index d5176fd..4b021a8 100644
--- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
+++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
@@ -9,9 +9,9 @@ PREFERRED_PROVIDER_virtual/gettext = "gettext"
ARAGO_QT_PROVIDER = "${@base_contains('MACHINE_FEATURES','sgx','qt4-embedded-gles','qt4-embedded',d)}"
PREFERRED_PROVIDER_qt4-embedded = "${ARAGO_QT_PROVIDER}"
-PREFERRED_VERSION_qt4-embedded = "4.8.4"
-PREFERRED_VERSION_qt4-native = "4.8.4"
-PREFERRED_VERSION_nativesdk-qt4-tools = "4.8.4"
+PREFERRED_VERSION_qt4-embedded = "4.8.5"
+PREFERRED_VERSION_qt4-native = "4.8.5"
+PREFERRED_VERSION_nativesdk-qt4-tools = "4.8.5"
PREFERRED_VERSION_linux-libc-headers = "3.8"
# Use v4.09.00.01 of the Graphics SDK
diff --git a/meta-arago-extras/recipes-qt/qt4/qt4-embedded-gles_4.8.4.bb b/meta-arago-extras/recipes-qt/qt4/qt4-embedded-gles_4.8.5.bb
similarity index 100%
rename from meta-arago-extras/recipes-qt/qt4/qt4-embedded-gles_4.8.4.bb
rename to meta-arago-extras/recipes-qt/qt4/qt4-embedded-gles_4.8.5.bb
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread* [PATCH 02/11] matrix-gui-apps-image: remove duplicate inclusion
2014-01-30 18:34 [PATCH 00/11] Dora Updates Chase Maupin
2014-01-30 18:34 ` [PATCH 01/11] qt4-embedded-gles: Update to 4.8.5 version Chase Maupin
@ 2014-01-30 18:34 ` Chase Maupin
2014-01-30 18:34 ` [PATCH 03/11] matrix-gui-submenus: " Chase Maupin
` (9 subsequent siblings)
11 siblings, 0 replies; 14+ messages in thread
From: Chase Maupin @ 2014-01-30 18:34 UTC (permalink / raw)
To: meta-arago
* matrix-gui-apps-git.inc already includes matrix-gui-paths.inc
so the extra inclusion can be removed.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
---
.../matrix/matrix-gui-apps-images_2.0.bb | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-images_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-images_2.0.bb
index be93ac6..4d271c7 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-images_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-images_2.0.bb
@@ -3,7 +3,6 @@ HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps"
LICENSE = "CC-BY-SA"
require matrix-gui-apps-git.inc
-require matrix-gui-paths.inc
PR = "${INC_PR}.0"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread* [PATCH 03/11] matrix-gui-submenus: remove duplicate inclusion
2014-01-30 18:34 [PATCH 00/11] Dora Updates Chase Maupin
2014-01-30 18:34 ` [PATCH 01/11] qt4-embedded-gles: Update to 4.8.5 version Chase Maupin
2014-01-30 18:34 ` [PATCH 02/11] matrix-gui-apps-image: remove duplicate inclusion Chase Maupin
@ 2014-01-30 18:34 ` Chase Maupin
2014-01-30 18:34 ` [PATCH 04/11] eglibc-initial: remove duplicate include Chase Maupin
` (8 subsequent siblings)
11 siblings, 0 replies; 14+ messages in thread
From: Chase Maupin @ 2014-01-30 18:34 UTC (permalink / raw)
To: meta-arago
* matrix-gui-apps-git.inc already includes matrix-gui-paths.inc
so the extra inclusion can be removed.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
---
| 1 -
1 file changed, 1 deletion(-)
--git a/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb
index d038a7d..d108500 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb
@@ -3,7 +3,6 @@ HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps"
LICENSE = "CC-BY-SA"
require matrix-gui-apps-git.inc
-require matrix-gui-paths.inc
# This package does not use a subdirectory as ${S} so we need to
# reset the LIC_FILES_CHKSUM setting from the matrix-gui-apps-git.inc file
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread* [PATCH 04/11] eglibc-initial: remove duplicate include
2014-01-30 18:34 [PATCH 00/11] Dora Updates Chase Maupin
` (2 preceding siblings ...)
2014-01-30 18:34 ` [PATCH 03/11] matrix-gui-submenus: " Chase Maupin
@ 2014-01-30 18:34 ` Chase Maupin
2014-01-30 18:34 ` [PATCH 05/11] arago-prefs: update linux-libc-headers version Chase Maupin
` (7 subsequent siblings)
11 siblings, 0 replies; 14+ messages in thread
From: Chase Maupin @ 2014-01-30 18:34 UTC (permalink / raw)
To: meta-arago
* egligc-common.inc is already included by the egligc_${PV}.inc
inclusion which includes the eglibc.inc file so there is
no need to include it directly.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
---
.../recipes-core/eglibc/eglibc-initial.inc | 2 --
1 file changed, 2 deletions(-)
diff --git a/meta-arago-extras/recipes-core/eglibc/eglibc-initial.inc b/meta-arago-extras/recipes-core/eglibc/eglibc-initial.inc
index 9062516..b90a7d8 100644
--- a/meta-arago-extras/recipes-core/eglibc/eglibc-initial.inc
+++ b/meta-arago-extras/recipes-core/eglibc/eglibc-initial.inc
@@ -1,5 +1,3 @@
-require eglibc-common.inc
-
DEPENDS = "linux-libc-headers virtual/${TARGET_PREFIX}gcc-initial"
PROVIDES = "virtual/${TARGET_PREFIX}libc-initial"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread* [PATCH 05/11] arago-prefs: update linux-libc-headers version
2014-01-30 18:34 [PATCH 00/11] Dora Updates Chase Maupin
` (3 preceding siblings ...)
2014-01-30 18:34 ` [PATCH 04/11] eglibc-initial: remove duplicate include Chase Maupin
@ 2014-01-30 18:34 ` Chase Maupin
2014-01-30 18:34 ` [PATCH 06/11] libav: update bbappend to latest version Chase Maupin
` (6 subsequent siblings)
11 siblings, 0 replies; 14+ messages in thread
From: Chase Maupin @ 2014-01-30 18:34 UTC (permalink / raw)
To: meta-arago
* Update the linux-libc-headers version to the latest 3.10
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
---
.../conf/distro/include/arago-prefs.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
index 4b021a8..ac20985 100644
--- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
+++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
@@ -12,7 +12,7 @@ PREFERRED_PROVIDER_qt4-embedded = "${ARAGO_QT_PROVIDER}"
PREFERRED_VERSION_qt4-embedded = "4.8.5"
PREFERRED_VERSION_qt4-native = "4.8.5"
PREFERRED_VERSION_nativesdk-qt4-tools = "4.8.5"
-PREFERRED_VERSION_linux-libc-headers = "3.8"
+PREFERRED_VERSION_linux-libc-headers = "3.10"
# Use v4.09.00.01 of the Graphics SDK
PREFERRED_VERSION_omap3-sgx-modules_omap3 = "4.09.00.01"
@@ -27,12 +27,12 @@ PREFERRED_PROVIDER_virtual/libgles1 = "libgles-omap3"
PREFERRED_PROVIDER_virtual/libgles2 = "libgles-omap3"
# Use latest TI staging kernel and u-boot trees
-PREFERRED_VERSION_linux-libc-headers_am335x-evm = "3.8"
+PREFERRED_VERSION_linux-libc-headers_am335x-evm = "3.10"
PREFERRED_PROVIDER_virtual/kernel_am335x-evm = "linux-ti-staging"
PREFERRED_PROVIDER_virtual/bootloader_am335x-evm = "u-boot-ti-staging"
PREFERRED_PROVIDER_u-boot_am335x-evm = "u-boot-ti-staging"
-PREFERRED_VERSION_linux-libc-headers_am437x-evm = "3.8"
+PREFERRED_VERSION_linux-libc-headers_am437x-evm = "3.10"
PREFERRED_PROVIDER_virtual/kernel_am437x-evm = "linux-ti-staging"
PREFERRED_PROVIDER_virtual/bootloader_am437x-evm = "u-boot-ti-staging"
PREFERRED_PROVIDER_u-boot_am437x-evm = "u-boot-ti-staging"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread* [PATCH 06/11] libav: update bbappend to latest version
2014-01-30 18:34 [PATCH 00/11] Dora Updates Chase Maupin
` (4 preceding siblings ...)
2014-01-30 18:34 ` [PATCH 05/11] arago-prefs: update linux-libc-headers version Chase Maupin
@ 2014-01-30 18:34 ` Chase Maupin
2014-02-17 22:21 ` Denys Dmytriyenko
2014-01-30 18:34 ` [PATCH 07/11] arago.conf: Add libav to LICENSE_FLAGS_WHITELIST Chase Maupin
` (5 subsequent siblings)
11 siblings, 1 reply; 14+ messages in thread
From: Chase Maupin @ 2014-01-30 18:34 UTC (permalink / raw)
To: meta-arago
* Update the bbappend to the latest libav version
* New libav also enables x264 which is commercially licensed so
filter that out of the PACKAGECONFIG options
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
---
.../{libav_0.8.4.bbappend => libav_0.8.8.bbappend} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
rename meta-arago-distro/recipes-multimedia/libav/{libav_0.8.4.bbappend => libav_0.8.8.bbappend} (92%)
diff --git a/meta-arago-distro/recipes-multimedia/libav/libav_0.8.4.bbappend b/meta-arago-distro/recipes-multimedia/libav/libav_0.8.8.bbappend
similarity index 92%
rename from meta-arago-distro/recipes-multimedia/libav/libav_0.8.4.bbappend
rename to meta-arago-distro/recipes-multimedia/libav/libav_0.8.8.bbappend
index f33cc54..86747f1 100644
--- a/meta-arago-distro/recipes-multimedia/libav/libav_0.8.4.bbappend
+++ b/meta-arago-distro/recipes-multimedia/libav/libav_0.8.8.bbappend
@@ -1,4 +1,6 @@
-PR_append = "-arago1"
+PR_append = "-arago0"
+
+PACKAGECONFIG := "${@oe_filter_out('x264','${PACKAGECONFIG}', d)}"
# Disable features that have potential commercial licensing restrictions
EXTRA_OECONF += "\
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread* Re: [PATCH 06/11] libav: update bbappend to latest version
2014-01-30 18:34 ` [PATCH 06/11] libav: update bbappend to latest version Chase Maupin
@ 2014-02-17 22:21 ` Denys Dmytriyenko
0 siblings, 0 replies; 14+ messages in thread
From: Denys Dmytriyenko @ 2014-02-17 22:21 UTC (permalink / raw)
To: Chase Maupin; +Cc: meta-arago
On Thu, Jan 30, 2014 at 12:34:12PM -0600, Chase Maupin wrote:
> * Update the bbappend to the latest libav version
> * New libav also enables x264 which is commercially licensed so
> filter that out of the PACKAGECONFIG options
>
> Signed-off-by: Chase Maupin <chase.maupin@ti.com>
> ---
> .../{libav_0.8.4.bbappend => libav_0.8.8.bbappend} | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
> rename meta-arago-distro/recipes-multimedia/libav/{libav_0.8.4.bbappend => libav_0.8.8.bbappend} (92%)
>
> diff --git a/meta-arago-distro/recipes-multimedia/libav/libav_0.8.4.bbappend b/meta-arago-distro/recipes-multimedia/libav/libav_0.8.8.bbappend
> similarity index 92%
> rename from meta-arago-distro/recipes-multimedia/libav/libav_0.8.4.bbappend
> rename to meta-arago-distro/recipes-multimedia/libav/libav_0.8.8.bbappend
> index f33cc54..86747f1 100644
> --- a/meta-arago-distro/recipes-multimedia/libav/libav_0.8.4.bbappend
> +++ b/meta-arago-distro/recipes-multimedia/libav/libav_0.8.8.bbappend
> @@ -1,4 +1,6 @@
> -PR_append = "-arago1"
> +PR_append = "-arago0"
> +
> +PACKAGECONFIG := "${@oe_filter_out('x264','${PACKAGECONFIG}', d)}"
Can we just clear LICENSE_FLAGS here (remove commercial) and drop the next
patch #7?
> # Disable features that have potential commercial licensing restrictions
> EXTRA_OECONF += "\
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 07/11] arago.conf: Add libav to LICENSE_FLAGS_WHITELIST
2014-01-30 18:34 [PATCH 00/11] Dora Updates Chase Maupin
` (5 preceding siblings ...)
2014-01-30 18:34 ` [PATCH 06/11] libav: update bbappend to latest version Chase Maupin
@ 2014-01-30 18:34 ` Chase Maupin
2014-01-30 18:34 ` [PATCH 08/11] update nativesdk-linux-libc-headers version Chase Maupin
` (4 subsequent siblings)
11 siblings, 0 replies; 14+ messages in thread
From: Chase Maupin @ 2014-01-30 18:34 UTC (permalink / raw)
To: meta-arago
* The libav bbappend removes the commerial license SW so we
can add it to the whitelist.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
---
meta-arago-distro/conf/distro/arago.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 76254f2..bf1c601 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -62,7 +62,7 @@ ENTERPRISE_DISTRO = "1"
# disable by default the codecs in libav that causes issues with shipping an
# Arago based SDK. No need to prevent gst-ffmpeg from being used since we
# disable troublesome software.
-LICENSE_FLAGS_WHITELIST = "commercial_gst-ffmpeg"
+LICENSE_FLAGS_WHITELIST = "commercial_gst-ffmpeg commercial_libav"
# Some machines with the same architecture use different kernel versions.
# Set PACKAGE_ARCH to allow packages to be seperated by both architecture and
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread* [PATCH 08/11] update nativesdk-linux-libc-headers version
2014-01-30 18:34 [PATCH 00/11] Dora Updates Chase Maupin
` (6 preceding siblings ...)
2014-01-30 18:34 ` [PATCH 07/11] arago.conf: Add libav to LICENSE_FLAGS_WHITELIST Chase Maupin
@ 2014-01-30 18:34 ` Chase Maupin
2014-01-30 18:34 ` [PATCH 09/11] libnl: Update PREFERRED_VERSION to latest Chase Maupin
` (3 subsequent siblings)
11 siblings, 0 replies; 14+ messages in thread
From: Chase Maupin @ 2014-01-30 18:34 UTC (permalink / raw)
To: meta-arago
* Update the linux-libc-headers version which depends on the
settings of SDKLINUXLIBCVERSION and LINUXLIBCVERSION
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
---
.../conf/distro/include/toolchain-gcc.inc | 2 +-
.../conf/distro/include/toolchain-linaro.inc | 4 ++--
.../conf/distro/include/tcmode-external-arago.inc | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta-arago-distro/conf/distro/include/toolchain-gcc.inc b/meta-arago-distro/conf/distro/include/toolchain-gcc.inc
index 28e9859..f7c8032 100644
--- a/meta-arago-distro/conf/distro/include/toolchain-gcc.inc
+++ b/meta-arago-distro/conf/distro/include/toolchain-gcc.inc
@@ -22,7 +22,7 @@ PREFERRED_PROVIDER_gdb-cross-canadian-${TRANSLATED_TARGET_ARCH} = "gdb-cross-can
SDKGCCVERSION ?= "4.7%"
SDKBINUVERSION ?= "2.23%"
SDKEGLIBCVERSION ?= "2.17%"
-SDKLINUXLIBCVERSION ?= "3.8%"
+SDKLINUXLIBCVERSION ?= "3.10%"
PREFERRED_VERSION_gcc-crosssdk ?= "${SDKGCCVERSION}"
PREFERRED_VERSION_gcc-crosssdk-initial ?= "${SDKGCCVERSION}"
diff --git a/meta-arago-distro/conf/distro/include/toolchain-linaro.inc b/meta-arago-distro/conf/distro/include/toolchain-linaro.inc
index cc12f08..ba68bfd 100644
--- a/meta-arago-distro/conf/distro/include/toolchain-linaro.inc
+++ b/meta-arago-distro/conf/distro/include/toolchain-linaro.inc
@@ -31,8 +31,8 @@ PREFERRED_PROVIDER_gdb-cross-canadian-${TRANSLATED_TARGET_ARCH} = "gdb-cross-can
SDKGCCVERSION ?= "4.7%"
SDKBINUVERSION ?= "2.23%"
SDKEGLIBCVERSION ?= "2.17%"
-SDKLINUXLIBCVERSION ?= "3.8%"
-LINUXLIBCVERSION ?= "3.8%"
+SDKLINUXLIBCVERSION ?= "3.10%"
+LINUXLIBCVERSION ?= "3.10%"
PREFERRED_VERSION_gcc-crosssdk ?= "${SDKGCCVERSION}"
PREFERRED_VERSION_gcc-crosssdk-initial ?= "${SDKGCCVERSION}"
diff --git a/meta-arago-extras/conf/distro/include/tcmode-external-arago.inc b/meta-arago-extras/conf/distro/include/tcmode-external-arago.inc
index 3ff235f..ddfee64 100644
--- a/meta-arago-extras/conf/distro/include/tcmode-external-arago.inc
+++ b/meta-arago-extras/conf/distro/include/tcmode-external-arago.inc
@@ -38,7 +38,7 @@ GCCVERSION ?= "4.5%"
SDKGCCVERSION ?= "4.5%"
BINUVERSION ?= "2.20%"
EGLIBCVERSION ?= "2.12%"
-LINUXLIBCVERSION ?= "3.8"
+LINUXLIBCVERSION ?= "3.10"
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread* [PATCH 09/11] libnl: Update PREFERRED_VERSION to latest
2014-01-30 18:34 [PATCH 00/11] Dora Updates Chase Maupin
` (7 preceding siblings ...)
2014-01-30 18:34 ` [PATCH 08/11] update nativesdk-linux-libc-headers version Chase Maupin
@ 2014-01-30 18:34 ` Chase Maupin
2014-01-30 18:34 ` [PATCH 10/11] Update bbappends for Dora Chase Maupin
` (2 subsequent siblings)
11 siblings, 0 replies; 14+ messages in thread
From: Chase Maupin @ 2014-01-30 18:34 UTC (permalink / raw)
To: meta-arago
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
---
.../conf/distro/include/arago-prefs.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
index ac20985..20c6a63 100644
--- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
+++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
@@ -85,7 +85,7 @@ PREFERRED_VERSION_readline = "5.2"
PREFERRED_VERSION_readline-native = "5.2"
PREFERRED_VERSION_readline-nativesdk = "5.2"
-PREFERRED_VERSION_libnl = "3.2.21"
+PREFERRED_VERSION_libnl = "3.2.22"
PREFERRED_VERSION_crda = "1.1.3"
PREFERRED_VERSION_obex = "0.34"
PREFERRED_VERSION_bash = "3.2.48"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread* [PATCH 10/11] Update bbappends for Dora
2014-01-30 18:34 [PATCH 00/11] Dora Updates Chase Maupin
` (8 preceding siblings ...)
2014-01-30 18:34 ` [PATCH 09/11] libnl: Update PREFERRED_VERSION to latest Chase Maupin
@ 2014-01-30 18:34 ` Chase Maupin
2014-01-30 18:34 ` [PATCH 11/11] bc: remove bbappend for Dora release Chase Maupin
2014-01-30 19:26 ` [PATCH 00/11] Dora Updates Denys Dmytriyenko
11 siblings, 0 replies; 14+ messages in thread
From: Chase Maupin @ 2014-01-30 18:34 UTC (permalink / raw)
To: meta-arago
* Update the bbappend files for the versions found in Dora
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
---
...enssh_6.1p1.bbappend => openssh_6.2p2.bbappend} | 3 +++
...box_1.20.2.bbappend => busybox_1.21.1.bbappend} | 0
.../{dbus_1.6.8.bbappend => dbus_1.6.10.bbappend} | 0
..._2012.55.bbappend => dropbear_2013.58.bbappend} | 2 ++
...pe_2.4.11.bbappend => freetype_2.4.12.bbappend} | 0
...eaudio_3.0.bbappend => pulseaudio_4.0.bbappend} | 0
...bbappend => nativesdk-qt4-tools_4.8.5.bbappend} | 0
...4.bbappend => qt4-embedded-gles_4.8.5.bbappend} | 0
..._4.8.4.bbappend => qt4-embedded_4.8.5.bbappend} | 0
.../{curl_7.29.0.bbappend => curl_7.32.0.bbappend} | 0
10 files changed, 5 insertions(+)
rename meta-arago-distro/recipes-connectivity/openssh/{openssh_6.1p1.bbappend => openssh_6.2p2.bbappend} (91%)
rename meta-arago-distro/recipes-core/busybox/{busybox_1.20.2.bbappend => busybox_1.21.1.bbappend} (100%)
rename meta-arago-distro/recipes-core/dbus/{dbus_1.6.8.bbappend => dbus_1.6.10.bbappend} (100%)
rename meta-arago-distro/recipes-core/dropbear/{dropbear_2012.55.bbappend => dropbear_2013.58.bbappend} (92%)
rename meta-arago-distro/recipes-graphics/freetype/{freetype_2.4.11.bbappend => freetype_2.4.12.bbappend} (100%)
rename meta-arago-distro/recipes-multimedia/pulseaudio/{pulseaudio_3.0.bbappend => pulseaudio_4.0.bbappend} (100%)
rename meta-arago-distro/recipes-qt/qt4/{nativesdk-qt4-tools_4.8.4.bbappend => nativesdk-qt4-tools_4.8.5.bbappend} (100%)
rename meta-arago-distro/recipes-qt/qt4/{qt4-embedded-gles_4.8.4.bbappend => qt4-embedded-gles_4.8.5.bbappend} (100%)
rename meta-arago-distro/recipes-qt/qt4/{qt4-embedded_4.8.4.bbappend => qt4-embedded_4.8.5.bbappend} (100%)
rename meta-arago-distro/recipes-support/curl/{curl_7.29.0.bbappend => curl_7.32.0.bbappend} (100%)
diff --git a/meta-arago-distro/recipes-connectivity/openssh/openssh_6.1p1.bbappend b/meta-arago-distro/recipes-connectivity/openssh/openssh_6.2p2.bbappend
similarity index 91%
rename from meta-arago-distro/recipes-connectivity/openssh/openssh_6.1p1.bbappend
rename to meta-arago-distro/recipes-connectivity/openssh/openssh_6.2p2.bbappend
index c0f449e..b3cb26c 100644
--- a/meta-arago-distro/recipes-connectivity/openssh/openssh_6.1p1.bbappend
+++ b/meta-arago-distro/recipes-connectivity/openssh/openssh_6.2p2.bbappend
@@ -6,5 +6,8 @@
#
# Versions of openssh that are TSU Exempted:
# openssh-5.6p1
+# openssh-5.9p1
+# openssh-6.1p1
+# openssh-6.2p2
PR_append = "-arago0"
diff --git a/meta-arago-distro/recipes-core/busybox/busybox_1.20.2.bbappend b/meta-arago-distro/recipes-core/busybox/busybox_1.21.1.bbappend
similarity index 100%
rename from meta-arago-distro/recipes-core/busybox/busybox_1.20.2.bbappend
rename to meta-arago-distro/recipes-core/busybox/busybox_1.21.1.bbappend
diff --git a/meta-arago-distro/recipes-core/dbus/dbus_1.6.8.bbappend b/meta-arago-distro/recipes-core/dbus/dbus_1.6.10.bbappend
similarity index 100%
rename from meta-arago-distro/recipes-core/dbus/dbus_1.6.8.bbappend
rename to meta-arago-distro/recipes-core/dbus/dbus_1.6.10.bbappend
diff --git a/meta-arago-distro/recipes-core/dropbear/dropbear_2012.55.bbappend b/meta-arago-distro/recipes-core/dropbear/dropbear_2013.58.bbappend
similarity index 92%
rename from meta-arago-distro/recipes-core/dropbear/dropbear_2012.55.bbappend
rename to meta-arago-distro/recipes-core/dropbear/dropbear_2013.58.bbappend
index f766014..6c43541 100644
--- a/meta-arago-distro/recipes-core/dropbear/dropbear_2012.55.bbappend
+++ b/meta-arago-distro/recipes-core/dropbear/dropbear_2013.58.bbappend
@@ -3,6 +3,8 @@
################################################################################
# Versions of dropbear that are TSU Exempted:
# dropbear-0.51
+# dropbear-2012.55
+# dropbear-2013.58
#
# This package requires TSU exemption. Any update to the version of dropbear being
# appended must be double checked to see if a new TSU exemption must be made.
diff --git a/meta-arago-distro/recipes-graphics/freetype/freetype_2.4.11.bbappend b/meta-arago-distro/recipes-graphics/freetype/freetype_2.4.12.bbappend
similarity index 100%
rename from meta-arago-distro/recipes-graphics/freetype/freetype_2.4.11.bbappend
rename to meta-arago-distro/recipes-graphics/freetype/freetype_2.4.12.bbappend
diff --git a/meta-arago-distro/recipes-multimedia/pulseaudio/pulseaudio_3.0.bbappend b/meta-arago-distro/recipes-multimedia/pulseaudio/pulseaudio_4.0.bbappend
similarity index 100%
rename from meta-arago-distro/recipes-multimedia/pulseaudio/pulseaudio_3.0.bbappend
rename to meta-arago-distro/recipes-multimedia/pulseaudio/pulseaudio_4.0.bbappend
diff --git a/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.4.bbappend b/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.5.bbappend
similarity index 100%
rename from meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.4.bbappend
rename to meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.5.bbappend
diff --git a/meta-arago-distro/recipes-qt/qt4/qt4-embedded-gles_4.8.4.bbappend b/meta-arago-distro/recipes-qt/qt4/qt4-embedded-gles_4.8.5.bbappend
similarity index 100%
rename from meta-arago-distro/recipes-qt/qt4/qt4-embedded-gles_4.8.4.bbappend
rename to meta-arago-distro/recipes-qt/qt4/qt4-embedded-gles_4.8.5.bbappend
diff --git a/meta-arago-distro/recipes-qt/qt4/qt4-embedded_4.8.4.bbappend b/meta-arago-distro/recipes-qt/qt4/qt4-embedded_4.8.5.bbappend
similarity index 100%
rename from meta-arago-distro/recipes-qt/qt4/qt4-embedded_4.8.4.bbappend
rename to meta-arago-distro/recipes-qt/qt4/qt4-embedded_4.8.5.bbappend
diff --git a/meta-arago-distro/recipes-support/curl/curl_7.29.0.bbappend b/meta-arago-distro/recipes-support/curl/curl_7.32.0.bbappend
similarity index 100%
rename from meta-arago-distro/recipes-support/curl/curl_7.29.0.bbappend
rename to meta-arago-distro/recipes-support/curl/curl_7.32.0.bbappend
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread* [PATCH 11/11] bc: remove bbappend for Dora release
2014-01-30 18:34 [PATCH 00/11] Dora Updates Chase Maupin
` (9 preceding siblings ...)
2014-01-30 18:34 ` [PATCH 10/11] Update bbappends for Dora Chase Maupin
@ 2014-01-30 18:34 ` Chase Maupin
2014-01-30 19:26 ` [PATCH 00/11] Dora Updates Denys Dmytriyenko
11 siblings, 0 replies; 14+ messages in thread
From: Chase Maupin @ 2014-01-30 18:34 UTC (permalink / raw)
To: meta-arago
* This patch has been picked up in the bc sources and is no
longer required for the Dora release
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
---
.../recipes-extended/bc/bc/bc-1.06-fixes-1.patch | 27 --------------------
.../recipes-extended/bc/bc_1.06.bbappend | 7 -----
2 files changed, 34 deletions(-)
delete mode 100644 meta-arago-distro/recipes-extended/bc/bc/bc-1.06-fixes-1.patch
delete mode 100644 meta-arago-distro/recipes-extended/bc/bc_1.06.bbappend
diff --git a/meta-arago-distro/recipes-extended/bc/bc/bc-1.06-fixes-1.patch b/meta-arago-distro/recipes-extended/bc/bc/bc-1.06-fixes-1.patch
deleted file mode 100644
index afcdba2..0000000
--- a/meta-arago-distro/recipes-extended/bc/bc/bc-1.06-fixes-1.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Submitted By: Jim Gifford (jim at linuxfromscratch dot org)
-Date: 2003-09-26
-Initial Package Version: 1.06
-Origin: Mandrake CVS
-Description: Fixes a few typos
-
---- bc-1.06/lib/number.c.orig 2003-09-26 21:14:02.000000000 +0000
-+++ bc-1.06/lib/number.c 2003-09-26 21:14:26.000000000 +0000
-@@ -34,6 +34,7 @@
- #include <number.h>
- #include <assert.h>
- #include <stdlib.h>
-+#include <string.h>
- #include <ctype.h>/* Prototypes needed for external utility routines. */
-
- #define bc_rt_warn rt_warn
---- bc-1.06/bc/load.c.orig 2003-09-26 21:14:14.000000000 +0000
-+++ bc-1.06/bc/load.c 2003-09-26 21:14:26.000000000 +0000
-@@ -156,7 +156,7 @@
- long label_no;
- long vaf_name; /* variable, array or function number. */
- long func;
-- program_counter save_adr;
-+ static program_counter save_adr;
-
- /* Initialize. */
- str = code;
diff --git a/meta-arago-distro/recipes-extended/bc/bc_1.06.bbappend b/meta-arago-distro/recipes-extended/bc/bc_1.06.bbappend
deleted file mode 100644
index 4860160..0000000
--- a/meta-arago-distro/recipes-extended/bc/bc_1.06.bbappend
+++ /dev/null
@@ -1,7 +0,0 @@
-# look for files in this layer first
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-PR_append = "-arago0"
-
-# Add commit that fixes segementation fault when using -l option
-SRC_URI += "file://bc-1.06-fixes-1.patch"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread* Re: [PATCH 00/11] Dora Updates
2014-01-30 18:34 [PATCH 00/11] Dora Updates Chase Maupin
` (10 preceding siblings ...)
2014-01-30 18:34 ` [PATCH 11/11] bc: remove bbappend for Dora release Chase Maupin
@ 2014-01-30 19:26 ` Denys Dmytriyenko
11 siblings, 0 replies; 14+ messages in thread
From: Denys Dmytriyenko @ 2014-01-30 19:26 UTC (permalink / raw)
To: Chase Maupin; +Cc: meta-arago
On Thu, Jan 30, 2014 at 12:34:06PM -0600, Chase Maupin wrote:
> All,
>
> The following patches are my preliminary Dora updates for meta-arago
> to get the process started.
Thanks! I already have some of these fixes in my local work trees from playing
with Dora release myself, but I will gladly accept the entire set!
What's been holding me back lately, though, is the realization that I may
drown in the amount of branches, once we start actively developing on Dora,
w/o dropping Dylan that is still the base for many of our current releases.
So, meta-ti now has 3 active branches (since yesterday) - master, dora and
dylan. Similar with meta-arago, plus the current maintenance ti2013.12.x
branch. So I was hoping to wait at least after the 2013.12.01 release or at
least the code freeze...
--
Denys
> Chase Maupin (11):
> qt4-embedded-gles: Update to 4.8.5 version
> matrix-gui-apps-image: remove duplicate inclusion
> matrix-gui-submenus: remove duplicate inclusion
> eglibc-initial: remove duplicate include
> arago-prefs: update linux-libc-headers version
> libav: update bbappend to latest version
> arago.conf: Add libav to LICENSE_FLAGS_WHITELIST
> update nativesdk-linux-libc-headers version
> libnl: Update PREFERRED_VERSION to latest
> Update bbappends for Dora
> bc: remove bbappend for Dora release
>
> meta-arago-distro/conf/distro/arago.conf | 2 +-
> .../conf/distro/include/arago-prefs.inc | 14 +++++-----
> .../conf/distro/include/toolchain-gcc.inc | 2 +-
> .../conf/distro/include/toolchain-linaro.inc | 4 +--
> ...enssh_6.1p1.bbappend => openssh_6.2p2.bbappend} | 3 +++
> ...box_1.20.2.bbappend => busybox_1.21.1.bbappend} | 0
> .../{dbus_1.6.8.bbappend => dbus_1.6.10.bbappend} | 0
> ..._2012.55.bbappend => dropbear_2013.58.bbappend} | 2 ++
> .../recipes-extended/bc/bc/bc-1.06-fixes-1.patch | 27 --------------------
> .../recipes-extended/bc/bc_1.06.bbappend | 7 -----
> ...pe_2.4.11.bbappend => freetype_2.4.12.bbappend} | 0
> .../{libav_0.8.4.bbappend => libav_0.8.8.bbappend} | 4 ++-
> ...eaudio_3.0.bbappend => pulseaudio_4.0.bbappend} | 0
> ...bbappend => nativesdk-qt4-tools_4.8.5.bbappend} | 0
> ...4.bbappend => qt4-embedded-gles_4.8.5.bbappend} | 0
> ..._4.8.4.bbappend => qt4-embedded_4.8.5.bbappend} | 0
> .../{curl_7.29.0.bbappend => curl_7.32.0.bbappend} | 0
> .../conf/distro/include/tcmode-external-arago.inc | 2 +-
> .../recipes-core/eglibc/eglibc-initial.inc | 2 --
> .../matrix/matrix-gui-apps-images_2.0.bb | 1 -
> .../recipes-core/matrix/matrix-gui-submenus_2.0.bb | 1 -
> ...ed-gles_4.8.4.bb => qt4-embedded-gles_4.8.5.bb} | 0
> 22 files changed, 20 insertions(+), 51 deletions(-)
> rename meta-arago-distro/recipes-connectivity/openssh/{openssh_6.1p1.bbappend => openssh_6.2p2.bbappend} (91%)
> rename meta-arago-distro/recipes-core/busybox/{busybox_1.20.2.bbappend => busybox_1.21.1.bbappend} (100%)
> rename meta-arago-distro/recipes-core/dbus/{dbus_1.6.8.bbappend => dbus_1.6.10.bbappend} (100%)
> rename meta-arago-distro/recipes-core/dropbear/{dropbear_2012.55.bbappend => dropbear_2013.58.bbappend} (92%)
> delete mode 100644 meta-arago-distro/recipes-extended/bc/bc/bc-1.06-fixes-1.patch
> delete mode 100644 meta-arago-distro/recipes-extended/bc/bc_1.06.bbappend
> rename meta-arago-distro/recipes-graphics/freetype/{freetype_2.4.11.bbappend => freetype_2.4.12.bbappend} (100%)
> rename meta-arago-distro/recipes-multimedia/libav/{libav_0.8.4.bbappend => libav_0.8.8.bbappend} (92%)
> rename meta-arago-distro/recipes-multimedia/pulseaudio/{pulseaudio_3.0.bbappend => pulseaudio_4.0.bbappend} (100%)
> rename meta-arago-distro/recipes-qt/qt4/{nativesdk-qt4-tools_4.8.4.bbappend => nativesdk-qt4-tools_4.8.5.bbappend} (100%)
> rename meta-arago-distro/recipes-qt/qt4/{qt4-embedded-gles_4.8.4.bbappend => qt4-embedded-gles_4.8.5.bbappend} (100%)
> rename meta-arago-distro/recipes-qt/qt4/{qt4-embedded_4.8.4.bbappend => qt4-embedded_4.8.5.bbappend} (100%)
> rename meta-arago-distro/recipes-support/curl/{curl_7.29.0.bbappend => curl_7.32.0.bbappend} (100%)
> rename meta-arago-extras/recipes-qt/qt4/{qt4-embedded-gles_4.8.4.bb => qt4-embedded-gles_4.8.5.bb} (100%)
>
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 14+ messages in thread