From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-gg0-f172.google.com ([209.85.161.172]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1SfCyU-0007N2-7q for ptxdist@pengutronix.de; Thu, 14 Jun 2012 18:33:18 +0200 Received: by ggnc4 with SMTP id c4so1724721ggn.31 for ; Thu, 14 Jun 2012 09:32:40 -0700 (PDT) From: Flavio Alves Date: Thu, 14 Jun 2012 13:32:13 -0300 Message-Id: <1339691535-12054-1-git-send-email-flavio.alves@phiinnovations.com> Subject: [ptxdist] [PATCH 0/2] X-Load update and EFL support Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Adding support for Enlightent Foundation Lbraries (EFL) and adding an update for X-Load. Tested with BeagleBoard. Flavio Alves (2): * Update x-load from the following git repository git://git.gitorious.org/x-load-omap3/mainline.git The main implementation is the generation of the MLO file from PTXDIST * Add support for the EFL libraries (www.enlightenment.org) * Add remaining host packages used to build EFL Libraries - host-lua - host-libjpeg patches/x-load-f243938/series | 1 + .../update-x_load-from-gitourious.patch | 7077 ++++++++++++++++++++ rules/ecore.in | 192 + rules/ecore.make | 278 + rules/edje.in | 60 + rules/edje.make | 127 + rules/eet.in | 41 + rules/eet.make | 111 + rules/efl.in | 28 + rules/efreet.in | 10 + rules/efreet.make | 103 + rules/eina.in | 17 + rules/eina.make | 113 + rules/elementary.in | 45 + rules/elementary.make | 132 + rules/embryo.in | 10 + rules/embryo.make | 101 + rules/evas.in | 135 + rules/evas.make | 201 + rules/host-ecore.in | 9 + rules/host-ecore.make | 77 + rules/host-edje.in | 13 + rules/host-edje.make | 73 + rules/host-eet.in | 10 + rules/host-eet.make | 74 + rules/host-eina.in | 7 + rules/host-eina.make | 73 + rules/host-embryo.in | 7 + rules/host-embryo.make | 73 + rules/host-evas.in | 11 + rules/host-evas.make | 73 + rules/host-libjpeg.in | 7 + rules/host-libjpeg.make | 73 + rules/host-lua.in | 7 + rules/host-lua.make | 73 + 35 files changed, 9442 insertions(+) create mode 100644 patches/x-load-f243938/series create mode 100644 patches/x-load-f243938/update-x_load-from-gitourious.patch create mode 100644 rules/ecore.in create mode 100644 rules/ecore.make create mode 100644 rules/edje.in create mode 100644 rules/edje.make create mode 100644 rules/eet.in create mode 100644 rules/eet.make create mode 100644 rules/efl.in create mode 100644 rules/efreet.in create mode 100644 rules/efreet.make create mode 100644 rules/eina.in create mode 100644 rules/eina.make create mode 100644 rules/elementary.in create mode 100644 rules/elementary.make create mode 100644 rules/embryo.in create mode 100644 rules/embryo.make create mode 100644 rules/evas.in create mode 100644 rules/evas.make create mode 100644 rules/host-ecore.in create mode 100644 rules/host-ecore.make create mode 100644 rules/host-edje.in create mode 100644 rules/host-edje.make create mode 100644 rules/host-eet.in create mode 100644 rules/host-eet.make create mode 100644 rules/host-eina.in create mode 100644 rules/host-eina.make create mode 100644 rules/host-embryo.in create mode 100644 rules/host-embryo.make create mode 100644 rules/host-evas.in create mode 100644 rules/host-evas.make create mode 100644 rules/host-libjpeg.in create mode 100644 rules/host-libjpeg.make create mode 100644 rules/host-lua.in create mode 100644 rules/host-lua.make -- 1.7.9.5 -- ptxdist mailing list ptxdist@pengutronix.de