All of lore.kernel.org
 help / color / mirror / Atom feed
* [2011.03-maintenance] Pull request for new TI machines, angstrom and qt4 fixes
@ 2011-03-31 18:07 Denys Dmytriyenko
  2011-03-31 20:36 ` Tom Rini
  0 siblings, 1 reply; 12+ messages in thread
From: Denys Dmytriyenko @ 2011-03-31 18:07 UTC (permalink / raw)
  To: openembedded-devel

Tom,

Please pull these 8 commits for the external Angstrom toolchain fix,
qt4 security advisory fix, as well as for addition of new TI machines.
All are cherry picked from oe.dev

The machine commits were reordered to add kernel and u-boot recipes before the 
actual machine configs.


Pull URL: git://arago-project.org/git/people/denix/openembedded.git
  Branch: 2011.03-maintenance
  Browse: http://arago-project.org/git/people/?p=denix/openembedded.git;a=shortlog;h=refs/heads/2011.03-maintenance

Thanks,
    Denys Dmytriyenko <denys@ti.com>
---


Chase Maupin (6):
  linux-omap3: add PSP recipe for am387x-evm
  u-boot: Add PSP version for am387x-evm
  sort: Add ti814x machine types
  ti814x: Add new machine definitions
  am-benchmarks: Add support for am387x-evm machine
  matrix-gui: Add support for am387x-evm machine

Denys Dmytriyenko (2):
  external-toolchain-angstrom: don't stage .la files
  qt4: security advisory - blacklist fraudulent comodo certificates

 conf/machine/am387x-evm.conf                       |    5 +
 conf/machine/c6a814x-evm.conf                      |    5 +
 conf/machine/dm814x-evm.conf                       |    5 +
 conf/machine/include/ti814x.inc                    |   26 +
 contrib/angstrom/sort.sh                           |    2 +-
 .../ti814x/defconfig                               | 1927 ++++++++++++++++++++
 recipes/linux/linux-omap3_2.6.37-psp04.01.00.03.bb |   10 +
 recipes/meta/external-toolchain-angstrom.bb        |    4 +-
 ...klist-fraudulent-comodo-certificates-patch.diff |  134 ++
 recipes/qt4/qt-4.6.3.inc                           |    8 +-
 recipes/qt4/qt-4.7.1.inc                           |    3 +-
 recipes/qt4/qt4-embedded_4.6.3.bb                  |    2 +-
 recipes/qt4/qt4-embedded_4.7.1.bb                  |    2 +-
 recipes/ti/am-benchmarks_1.2.bb                    |    5 +-
 recipes/ti/matrix-gui-common.inc                   |    5 +-
 recipes/ti/matrix-gui-e.inc                        |    5 +-
 recipes/ti/matrix-gui.inc                          |    5 +-
 recipes/u-boot/u-boot_2010.06-psp04.01.00.03.bb    |   14 +
 18 files changed, 2149 insertions(+), 18 deletions(-)
 create mode 100644 conf/machine/am387x-evm.conf
 create mode 100644 conf/machine/c6a814x-evm.conf
 create mode 100644 conf/machine/dm814x-evm.conf
 create mode 100644 conf/machine/include/ti814x.inc
 create mode 100644 recipes/linux/linux-omap3-2.6.37-psp04.01.00.03/ti814x/defconfig
 create mode 100644 recipes/linux/linux-omap3_2.6.37-psp04.01.00.03.bb
 create mode 100644 recipes/qt4/files/blacklist-fraudulent-comodo-certificates-patch.diff
 create mode 100644 recipes/u-boot/u-boot_2010.06-psp04.01.00.03.bb




^ permalink raw reply	[flat|nested] 12+ messages in thread
* [2011.03-maintenance] Pull request for new TI machines, angstrom and qt4 fixes
@ 2011-03-31  7:45 Denys Dmytriyenko
  2011-03-31  9:10 ` Koen Kooi
  0 siblings, 1 reply; 12+ messages in thread
From: Denys Dmytriyenko @ 2011-03-31  7:45 UTC (permalink / raw)
  To: openembedded-devel

Tom,

Please pull these 8 commits for the external Angstrom toolchain fix,
qt4 security advisory fix, as well as for addition of new TI machines.
All are cherry picked from oe.dev


Pull URL: git://arago-project.org/git/people/denix/openembedded.git
  Branch: 2011.03-maintenance
  Browse: http://arago-project.org/git/people/?p=denix/openembedded.git;a=shortlog;h=refs/heads/2011.03-maintenance

Thanks,
    Denys Dmytriyenko <denys@ti.com>
---


Chase Maupin (6):
  ti814x: Add new machine definitions
  linux-omap3: add PSP recipe for am387x-evm
  u-boot: Add PSP version for am387x-evm
  sort: Add ti814x machine types
  am-benchmarks: Add support for am387x-evm machine
  matrix-gui: Add support for am387x-evm machine

Denys Dmytriyenko (2):
  external-toolchain-angstrom: don't stage .la files
  qt4: security advisory - blacklist fraudulent comodo certificates

 conf/machine/am387x-evm.conf                       |    5 +
 conf/machine/c6a814x-evm.conf                      |    5 +
 conf/machine/dm814x-evm.conf                       |    5 +
 conf/machine/include/ti814x.inc                    |   26 +
 contrib/angstrom/sort.sh                           |    2 +-
 .../ti814x/defconfig                               | 1927 ++++++++++++++++++++
 recipes/linux/linux-omap3_2.6.37-psp04.01.00.03.bb |   10 +
 recipes/meta/external-toolchain-angstrom.bb        |    4 +-
 ...klist-fraudulent-comodo-certificates-patch.diff |  134 ++
 recipes/qt4/qt-4.6.3.inc                           |    8 +-
 recipes/qt4/qt-4.7.1.inc                           |    3 +-
 recipes/qt4/qt4-embedded_4.6.3.bb                  |    2 +-
 recipes/qt4/qt4-embedded_4.7.1.bb                  |    2 +-
 recipes/ti/am-benchmarks_1.2.bb                    |    5 +-
 recipes/ti/matrix-gui-common.inc                   |    5 +-
 recipes/ti/matrix-gui-e.inc                        |    5 +-
 recipes/ti/matrix-gui.inc                          |    5 +-
 recipes/u-boot/u-boot_2010.06-psp04.01.00.03.bb    |   14 +
 18 files changed, 2149 insertions(+), 18 deletions(-)
 create mode 100644 conf/machine/am387x-evm.conf
 create mode 100644 conf/machine/c6a814x-evm.conf
 create mode 100644 conf/machine/dm814x-evm.conf
 create mode 100644 conf/machine/include/ti814x.inc
 create mode 100644 recipes/linux/linux-omap3-2.6.37-psp04.01.00.03/ti814x/defconfig
 create mode 100644 recipes/linux/linux-omap3_2.6.37-psp04.01.00.03.bb
 create mode 100644 recipes/qt4/files/blacklist-fraudulent-comodo-certificates-patch.diff
 create mode 100644 recipes/u-boot/u-boot_2010.06-psp04.01.00.03.bb




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

end of thread, other threads:[~2011-03-31 20:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-31 18:07 [2011.03-maintenance] Pull request for new TI machines, angstrom and qt4 fixes Denys Dmytriyenko
2011-03-31 20:36 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2011-03-31  7:45 Denys Dmytriyenko
2011-03-31  9:10 ` Koen Kooi
2011-03-31 10:51   ` Frans Meulenbroeks
2011-03-31 11:04     ` Koen Kooi
2011-03-31 11:57       ` Frans Meulenbroeks
2011-03-31 12:36         ` Philip Balister
2011-03-31 16:47     ` Tom Rini
2011-03-31 20:28       ` Frans Meulenbroeks
2011-03-31 16:44   ` Tom Rini
2011-03-31 17:40     ` 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.