From patchwork Mon Apr 14 07:30:56 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mikael Jansson X-Patchwork-Id: 338832 X-Patchwork-Delegate: jacob.kjaergaard@prevas.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [130.225.254.102]) by ozlabs.org (Postfix) with ESMTP id 77068140078 for ; Mon, 14 Apr 2014 17:31:02 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 668BE3F9B1 for ; Mon, 14 Apr 2014 09:30:59 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from gmail.mxhero.com (gmail.mxhero.com [54.236.184.32]) by hugin.dotsrc.org (Postfix) with ESMTP id 9F1DD3F9B1 for ; Mon, 14 Apr 2014 09:30:57 +0200 (CEST) Received: from engine-facing-node-2.mxhero.net (localhost [127.0.0.1]) by gmail.mxhero.com (Postfix) with ESMTP id E726440711 for ; Mon, 14 Apr 2014 07:30:56 +0000 (UTC) Received: from mail-qg0-f41.google.com (mail-qg0-f41.google.com [209.85.192.41]) by gmail.mxhero.com (Postfix) with ESMTPS for ; Mon, 14 Apr 2014 07:30:56 +0000 (UTC) Received: by mail-qg0-f41.google.com with SMTP id j107so18896qga.14 for ; Mon, 14 Apr 2014 00:30:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=q3P1+nGHcaDLgN4YbLy3uIopp6qzzogpDKNOjMCDOH8=; b=kQ9ewB4LrXvwtLFW6lxZhGlOLQD+oSZp/VNSQvQ4bEnrmydFps3/NsXsSW/5CHIwsh Hm2mspAh9aE2OcExIykyBWrTTMue0ZFa5iX0PQliThMfTy/gT7e4eDnTLlqxQKOiRCqa smv38hLJWPMJQnhMhD348e7x1NbVCiMuuSUhUe1JEmCKmYQQDx//V4Z2jYvi9GJpEhF0 5i+7qnbmCaHO+Ygnen3QNKqTDh3vtUgRXKw99TUhnQX46O+RodkDru/u9lnbUU9OaD8O HAlNXmnLonuiY2ENZSt7kNibGAhuYBQL9zfo3PjO97Nwd0ND0NvfxrI+Vyj5U+MGZ7KR R9RQ== X-Gm-Message-State: ALoCoQkC21UJagk9Ig3Mc7/BHiwUJ76EK5wSNpp9z5XAV+WgSOXrUJoeXIOSxkjGKYWBpgrTnxbmAlgxMxXQbH2xGVDilHUey6qh2COfc07xuXvkZf+CCtaDyF3hR7PHfj4x1+fWTWI9 X-Received: by 10.224.54.72 with SMTP id p8mr17230884qag.47.1397460656804; Mon, 14 Apr 2014 00:30:56 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.224.54.72 with SMTP id p8mr17230878qag.47.1397460656759; Mon, 14 Apr 2014 00:30:56 -0700 (PDT) Received: by 10.140.97.139 with HTTP; Mon, 14 Apr 2014 00:30:56 -0700 (PDT) Date: Mon, 14 Apr 2014 09:30:56 +0200 Message-ID: Subject: [imx6sabre] imx6sabre: fix machine recipe to produce images From: Mikael Jansson To: dev@oe-lite.org X-mxHero-Original-Subject: [imx6sabre] imx6sabre: fix machine recipe to produce images x-mxHero-Origin-Ip: 209.85.192.41 X-mxHero-Sender: mikael.jansson@tlabwest.se X-mxHero-Recipient: dev@oe-lite.org X-mxHero-Output-Service: org.mxhero.plugin.smtpconnector.service.SMTPConnectorOutputService X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org As suggested by kimrhh on #oe-lite, this makes 'oe bake machine' on the imx6sabre.git repo produce output in tmp/images. --- recipes/deploy/machine.oe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/deploy/machine.oe b/recipes/deploy/machine.oe index 839898a..8dacc95 100644 --- a/recipes/deploy/machine.oe +++ b/recipes/deploy/machine.oe @@ -1,7 +1,8 @@ COMPATIBLE_MACHINES = "(qseven|imx6qsb)" addtask deploy before build -#do_deploy[recdeptask] += "DEPENDS:do_deploy" +do_deploy[recdeptask] += "DEPENDS:do_deploy" +CLASS_DEPENDS="" def do_stage(d): return