From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 021AAE00404; Fri, 27 Feb 2015 13:40:28 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [147.11.1.11 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 981FCE00321 for ; Fri, 27 Feb 2015 13:40:24 -0800 (PST) Received: from yow-dellw-af (yow-dellw-af.wrs.com [128.224.56.22]) by mail.windriver.com (8.14.9/8.14.5) with ESMTP id t1RLeNVo021578 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO) for ; Fri, 27 Feb 2015 13:40:24 -0800 (PST) Received: from afong by yow-dellw-af with local (Exim 4.84) (envelope-from ) id 1YRSdp-0000aJ-57 for meta-virtualization@yoctoproject.org; Fri, 27 Feb 2015 16:40:13 -0500 Date: Fri, 27 Feb 2015 16:40:13 -0500 From: Amy Fong To: meta-virtualization@yoctoproject.org Message-ID: <20150227214013.GA2160@windriver.com> MIME-Version: 1.0 User-Agent: Mutt/1.5.23 (2014-03-12) Subject: [PATCH 0/5] Package docker + docker-registry X-BeenThere: meta-virtualization@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: amy.fong@windriver.com List-Id: "Discussion of layer enabling hypervisor, virtualization tool stack, and cloud support" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2015 21:40:28 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline This set of patches adds the packages docker, docker-registry and required dependencies/rdependencies. The following were added to my BBLAYERS on top of a basic yocto/poky build to compile these packages: meta-virtualization \ meta-cloud-services/meta-openstack \ meta-openembedded/meta-oe \ meta-openembedded/meta-networking \ meta-openembedded/meta-python \ meta-openembedded/meta-filesystems \