All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Dora Updates
@ 2014-01-30 18:34 Chase Maupin
  2014-01-30 18:34 ` [PATCH 01/11] qt4-embedded-gles: Update to 4.8.5 version Chase Maupin
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Chase Maupin @ 2014-01-30 18:34 UTC (permalink / raw)
  To: meta-arago

All,

The following patches are my preliminary Dora updates for meta-arago
to get the process started.

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



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-02-17 22:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 03/11] matrix-gui-submenus: " Chase Maupin
2014-01-30 18:34 ` [PATCH 04/11] eglibc-initial: remove duplicate include Chase Maupin
2014-01-30 18:34 ` [PATCH 05/11] arago-prefs: update linux-libc-headers version Chase Maupin
2014-01-30 18:34 ` [PATCH 06/11] libav: update bbappend to latest version 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
2014-01-30 18:34 ` [PATCH 08/11] update nativesdk-linux-libc-headers version Chase Maupin
2014-01-30 18:34 ` [PATCH 09/11] libnl: Update PREFERRED_VERSION to latest Chase Maupin
2014-01-30 18:34 ` [PATCH 10/11] Update bbappends for Dora 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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.