From patchwork Thu Oct 20 06:40:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Takayasu Ito X-Patchwork-Id: 14035 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8190BC433FE for ; Thu, 20 Oct 2022 06:41:14 +0000 (UTC) Received: from mail.lineo.co.jp (mail.lineo.co.jp [203.141.200.203]) by mx.groups.io with SMTP id smtpd.web10.6713.1666248068807420420 for ; Wed, 19 Oct 2022 23:41:10 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: lineo.co.jp, ip: 203.141.200.203, mailfrom: ito@lineo.co.jp) Received: from Lineou-U20.lineo.co.jp (vpn1.lineo.co.jp [203.141.200.204]) by mail.lineo.co.jp (Postfix) with ESMTPS id E910480603C57; Thu, 20 Oct 2022 15:41:04 +0900 (JST) From: Takayasu Ito To: docs@lists.yoctoproject.org Cc: Takayasu Ito Subject: [docs][PATCH v5] release-notes-4.1.rst remove bitbake-layers subcommand argument Date: Thu, 20 Oct 2022 15:40:57 +0900 Message-Id: <20221020064057.33747-1-ito@lineo.co.jp> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Oct 2022 06:41:14 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/3383 Signed-off-by: Takayasu Ito --- documentation/migration-guides/release-notes-4.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/migration-guides/release-notes-4.1.rst b/documentation/migration-guides/release-notes-4.1.rst index 0c552bf1a..a2d4b3d6c 100644 --- a/documentation/migration-guides/release-notes-4.1.rst +++ b/documentation/migration-guides/release-notes-4.1.rst @@ -18,7 +18,7 @@ New Features / Enhancements in 4.1 - New ``scripts/oe-setup-layers`` standalone script to restore the layer configuration from a json file - - New ``bitbake-layers create-layers-setup destdir`` command to save the + - New ``bitbake-layers create-layers-setup`` command to save the layer configuration to a json file - New ``bitbake-layers save-build-conf`` command to save the active build configuration as a template into a layer