From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id AE5F0E00B53; Fri, 30 Jun 2017 05:43:54 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RCVD_IN_SORBS_SPAM autolearn=no version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (twoerner[at]gmail.com) * 0.5 RCVD_IN_SORBS_SPAM RBL: SORBS: sender is a spam source * [209.85.214.68 listed in dnsbl.sorbs.net] * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [209.85.214.68 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-it0-f68.google.com (mail-it0-f68.google.com [209.85.214.68]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 92928E00B1B for ; Fri, 30 Jun 2017 05:43:51 -0700 (PDT) Received: by mail-it0-f68.google.com with SMTP id o202so3475953itc.1 for ; Fri, 30 Jun 2017 05:43:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id; bh=0qf8u20mGmGCb2jjxgBL03LYmt2Lz4MYzLCeG+iD0SA=; b=izBYgkO66egGxE6zAn+Sa7Eki3SfvzygHBkuREciymLxhz+B+pGCsN+n3pG3+cJXCk VYe0e+rTLxTCAfcSV2/mi5+Y/ygDm+sUeon8MSH37wdMw5BvVi8Zf4BYb5YVRdJVG0Gc g3CRUf6nn/mQG2pVAyk6z/ZhgPMmOso8w9waAbEYIYqUSTJgbAWTAxhxgTkxj2F4wZh3 iPEDB5F1NrwYJCaNAOaLuyd6q/PkCSnpNOIzQE+5S/GGYeeP0gc2EOBtXMYgfX8Va+2g Tha4G6goSITPfc6NpNv+t5xy5q2pS/dZLRXNgFBGk5i0OKHDXE51640Mt0bW4Me1+Q2t mJcQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=0qf8u20mGmGCb2jjxgBL03LYmt2Lz4MYzLCeG+iD0SA=; b=it+pKd4pKeSmL8tVbCIpir7TF1bs1wIT+q6el6KrMuO9zV9Gt32QS+HHaGXEMcrqzk OeH94t7dUte8Z4ouq/+jomdW6Lp74M6E1+LbAeUt9B4jVXyqf+vofpJc6AlGVz17l4dd ieheY7oPK372zrOra6JtgNTD26PlrFklg5mXCnCsAhSUomqI187dj0jr+yjmtSBjkJ8O UDtgIZtqfkzeKzDq0bSyshX7Yyl91GK6p52ShwkEUWY/JqDioVziq+E+sEteU4gszvfU LH8GcwG5YYZ9V8bilVQrw36iJm2DOOm/fr2Hi/7JgK3ohxgepq5tfuh4n5N4YQUsxapA 0Ieg== X-Gm-Message-State: AKS2vOz9cy7ZcVI+ySq2WByGo9utQdiCW7HYdhPTaad+1dsWxCVP1jHU da7rgooGpRT8CicQahs= X-Received: by 10.36.37.210 with SMTP id g201mr19029363itg.100.1498826630268; Fri, 30 Jun 2017 05:43:50 -0700 (PDT) Received: from linux-uys3.suse ([206.248.190.95]) by smtp.gmail.com with ESMTPSA id q199sm4191596ioe.24.2017.06.30.05.43.49 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 30 Jun 2017 05:43:49 -0700 (PDT) From: Trevor Woerner To: meta-freescale@yoctoproject.org Date: Fri, 30 Jun 2017 08:42:48 -0400 Message-Id: <20170630124248.23085-1-twoerner@gmail.com> X-Mailer: git-send-email 2.13.0 Subject: [PATCH] image_types_fsl: fix deprecated notation X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2017 12:43:54 -0000 The old "IMAGE_DEPENDS..." notation has been deprecated in favour of the newer "do_image...[depends]" notation. Signed-off-by: Trevor Woerner --- classes/image_types_fsl.bbclass | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/classes/image_types_fsl.bbclass b/classes/image_types_fsl.bbclass index 075b18cf..58c1972e 100644 --- a/classes/image_types_fsl.bbclass +++ b/classes/image_types_fsl.bbclass @@ -77,11 +77,11 @@ BAREBOX_ENV_SPACE ?= "512" # Set alignment to 4MB [in KiB] IMAGE_ROOTFS_ALIGNMENT = "4096" -IMAGE_DEPENDS_sdcard = "parted-native:do_populate_sysroot \ - dosfstools-native:do_populate_sysroot \ - mtools-native:do_populate_sysroot \ - virtual/kernel:do_deploy \ - ${@d.getVar('IMAGE_BOOTLOADER', True) and d.getVar('IMAGE_BOOTLOADER', True) + ':do_deploy' or ''}" +do_image_sdcard[depends] = "parted-native:do_populate_sysroot \ + dosfstools-native:do_populate_sysroot \ + mtools-native:do_populate_sysroot \ + virtual/kernel:do_deploy \ + ${@d.getVar('IMAGE_BOOTLOADER', True) and d.getVar('IMAGE_BOOTLOADER', True) + ':do_deploy' or ''}" SDCARD = "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.sdcard" -- 2.13.0