From patchwork Mon Jun 3 07:25:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Sangorrin X-Patchwork-Id: 10972457 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6BF3576 for ; Mon, 3 Jun 2019 07:25:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5120E2838F for ; Mon, 3 Jun 2019 07:25:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 44EF028478; Mon, 3 Jun 2019 07:25:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 3D3E12838F for ; Mon, 3 Jun 2019 07:25:39 +0000 (UTC) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id E8DF6C51; Mon, 3 Jun 2019 07:25:38 +0000 (UTC) X-Original-To: cip-dev@lists.cip-project.org Delivered-To: cip-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 9327FC51 for ; Mon, 3 Jun 2019 07:25:37 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mo-csw.securemx.jp (mo-csw1114.securemx.jp [210.130.202.156]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 47B955D3 for ; Mon, 3 Jun 2019 07:25:36 +0000 (UTC) Received: by mo-csw.securemx.jp (mx-mo-csw1114) id x537PYgF019030; Mon, 3 Jun 2019 16:25:34 +0900 X-Iguazu-Qid: 2wHHirtwXaPlQkzQm3 X-Iguazu-QSIG: v=2; s=0; t=1559546734; q=2wHHirtwXaPlQkzQm3; m=l8y0GfDo3/hB+raWJqm76ahB4NEB1HfJkojKsl3clPQ= Received: from imx2.toshiba.co.jp (imx2.toshiba.co.jp [106.186.93.51]) by relay.securemx.jp (mx-mr1111) id x537PX0d014447; Mon, 3 Jun 2019 16:25:34 +0900 Received: from enc01.localdomain ([106.186.93.100]) by imx2.toshiba.co.jp with ESMTP id x537PX6O029052 for ; Mon, 3 Jun 2019 16:25:33 +0900 (JST) Received: from hop101.toshiba.co.jp ([133.199.85.107]) by enc01.localdomain with ESMTP id x537PXKA008756 for ; Mon, 3 Jun 2019 16:25:33 +0900 From: Daniel Sangorrin To: cip-dev@lists.cip-project.org Date: Mon, 3 Jun 2019 16:25:31 +0900 X-TSB-HOP: ON Message-Id: <20190603072531.28135-1-daniel.sangorrin@toshiba.co.jp> X-Mailer: git-send-email 2.17.1 Subject: [cip-dev] [isar-cip-core] kernel: add yml file for 4.19 kernels X-BeenThere: cip-dev@lists.cip-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: cip-dev-bounces@lists.cip-project.org Errors-To: cip-dev-bounces@lists.cip-project.org X-Virus-Scanned: ClamAV using ClamSMTP Currently 4.4 is used by default, as specified in conf/distro/cip-core.conf. I guess you can override the PREFERRED_VERSION_linux variables on the board's yaml but having this as build option is convenient. Signed-off-by: Daniel Sangorrin --- README.md | 2 +- opt-4.19.yml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 opt-4.19.yml diff --git a/README.md b/README.md index dfd9ef1..f90c649 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This image can be run using `start-qemu.sh x86`. The BeagleBone Black target is selected by `... kas.yml:board-bbb.yml`. In order to build the image with the PREEMPT-RT kernel, append `:opt-rt.yml` to -the above. +the above. Append ':opt-4.19.yml' to use the kernel version 4.19. Physical targets will generate ready-to-boot images under `build/tmp/deploy/images/`. To flash, e.g., the BeagleBone Black image to an SD diff --git a/opt-4.19.yml b/opt-4.19.yml new file mode 100644 index 0000000..94306b4 --- /dev/null +++ b/opt-4.19.yml @@ -0,0 +1,18 @@ +# +# CIP Core, generic profile +# +# Copyright (c) Toshiba corp., 2019 +# +# Authors: +# Daniel Sangorrin +# +# SPDX-License-Identifier: MIT +# + +header: + version: 8 + +local_conf_header: + kernel-version: | + PREFERRED_VERSION_linux-cip = "4.19.%" + PREFERRED_VERSION_linux-cip-rt = "4.19.%"