From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 1D0D960438 for ; Wed, 2 Jul 2014 09:25:10 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail1.windriver.com (8.14.5/8.14.5) with ESMTP id s629PBKv014900 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Wed, 2 Jul 2014 02:25:11 -0700 (PDT) Received: from ala-blade47.wrs.com (147.11.105.67) by ALA-HCB.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.174.1; Wed, 2 Jul 2014 02:25:11 -0700 From: Robert Yang To: Date: Wed, 2 Jul 2014 02:25:10 -0700 Message-ID: X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Subject: [RFC - WIP PATCH 0/1] image.bbclass: create binary pkg for image recipe X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 09:25:11 -0000 Content-Type: text/plain The following changes since commit 0ed5a13f5f9478e2c22f517fb3504b738422f85c: python3: fix builtins imports (2014-06-30 16:36:44 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib rbt/image_pkg http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rbt/image_pkg Robert Yang (1): image.bbclass: create binary pkg for image recipe meta/classes/image.bbclass | 91 +++++++++++++++++++++++--- meta/recipes-core/meta/buildtools-tarball.bb | 2 +- 2 files changed, 83 insertions(+), 10 deletions(-) -- 1.7.9.5