From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 8207AE00C20; Fri, 26 May 2017 01:46:23 -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=-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.146.13 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 31118E00AE4 for ; Fri, 26 May 2017 01:46:18 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id v4Q8kH4u004620 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Fri, 26 May 2017 01:46:18 -0700 (PDT) Received: from pek-hostel-deb01.wrs.com (128.224.153.151) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.294.0; Fri, 26 May 2017 01:46:17 -0700 From: To: Date: Fri, 26 May 2017 16:46:10 +0800 Message-ID: X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Subject: [meta-cgl][PATCH 0/5] openais: add systemd support and several fixes X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2017 08:46:23 -0000 Content-Type: text/plain From: Jackie Huang -- The following changes since commit c0afa706e9cdb650c0e8bb79f503743632350b00: core-image-cgl: Remove ROOTFS_PKGMANAGE_BOOTSTRAP (2017-05-24 14:19:13 +0200) are available in the git repository at: https://github.com/jackiehjm/meta-cgl.git jhuang0/up_openais_170526_0 https://github.com//tree/jhuang0/up_openais_170526_0 Jackie Huang (5): openais: add systemd support openais: correct the use of proc name in init script openais: fix saTmrTimerReschedule test error openais: fix corosync not quit openais: remove cleanup entry from openais .../files/openais-fix-corosync-not-quit.patch | 53 ++++++++++++++++++++++ .../openais/files/openais-fix-init-script.patch | 42 +++++++++++++++++ .../files/openais-fix-resource-cleanup-entry.patch | 37 +++++++++++++++ .../openais-saTmrTimerReschedule-test-error.patch | 50 ++++++++++++++++++++ .../recipes-cgl/openais/files/openais.service | 14 ++++++ .../recipes-cgl/openais/openais_1.1.4.bb | 21 ++++++++- 6 files changed, 215 insertions(+), 2 deletions(-) create mode 100644 meta-cgl-common/recipes-cgl/openais/files/openais-fix-corosync-not-quit.patch create mode 100644 meta-cgl-common/recipes-cgl/openais/files/openais-fix-init-script.patch create mode 100644 meta-cgl-common/recipes-cgl/openais/files/openais-fix-resource-cleanup-entry.patch create mode 100644 meta-cgl-common/recipes-cgl/openais/files/openais-saTmrTimerReschedule-test-error.patch create mode 100644 meta-cgl-common/recipes-cgl/openais/files/openais.service -- 2.11.0