From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 6493BE00E60; Wed, 29 Jun 2016 19:24:21 -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=-0.9 required=5.0 tests=BAYES_00,RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 1.0 RDNS_DYNAMIC Delivered to internal network by host with * dynamic-looking rDNS Received: from arago-project.org (ec2-184-73-161-183.compute-1.amazonaws.com [184.73.161.183]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 16482E00E2A for ; Wed, 29 Jun 2016 19:24:19 -0700 (PDT) Received: by arago-project.org (Postfix, from userid 107) id 10E0252ACD; Thu, 30 Jun 2016 02:24:17 +0000 (UTC) To: meta-ti@yoctoproject.org Message-Id: <20160630022418.10E0252ACD@arago-project.org> Date: Thu, 30 Jun 2016 02:24:17 +0000 (UTC) From: git@arago-project.org (Arago Project git) Subject: Denys Dmytriyenko : uio-module-drv-test: correct COMPATIBLE_MACHINE X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2016 02:24:21 -0000 Content-Type: text/plain; charset=UTF-8 Module: meta-ti Branch: krogoth Commit: 540818aaffea2ee8db79644c04f7d17037e27aac URL: http://arago-project.org/git/meta-ti.git?a=commit;h=540818aaffea2ee8db79644c04f7d17037e27aac Author: Denys Dmytriyenko Date: Wed Jun 29 22:23:22 2016 -0400 uio-module-drv-test: correct COMPATIBLE_MACHINE Signed-off-by: Denys Dmytriyenko --- .../uio-module-drv/uio-module-drv-test_git.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb index fd41b74..197b36f 100644 --- a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb +++ b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb @@ -4,7 +4,7 @@ include uio-module-drv.inc PR = "r1" -COMPATIBLE_MACHINE = "keystone|am57xx-evm" +COMPATIBLE_MACHINE = "keystone|omap-a15" PACKAGE_ARCH = "${MACHINE_ARCH}" DEVICE_NAME_am57xx-evm = "am57xx"