From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 2CC2FE008DE; Fri, 9 Jan 2015 08:43:28 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.49 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B5983E0070B for ; Fri, 9 Jan 2015 08:43:15 -0800 (PST) Received: by mail-pa0-f49.google.com with SMTP id eu11so19400846pac.8 for ; Fri, 09 Jan 2015 08:43:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=3Bs78wEZXlXoM5jcrzr+LlLOvuRkeGH7uUnu9MpoV4g=; b=HHFkWqsVYKUuc4QqlVJj+3vWyqoC3kd1GzjPPftokIMO4p838rcsi64wS8Nh++Ld5P drzKrmbVvj/ubuKCJ1dH31F1exyPDe6hVwebXN63b3d5M14ajsiKMGzAnRibA4HKZvVo /nR0noxnmzXOISKJVHDXzwgJ/VwJcBzW01KYgn/EA6ZHa6d8NB0JXG4P6rUPr8Y141Bw wlE+oKBXFEkTCNlnNhDDMyYTzYZXPcQbsdB1ozax64ljaZG1wcAT+olhGVx78jlbgypQ OYlGDQYsdp7NRcNjxO4eFbNbrgEPv0Ky2LZ7KCt3UQ8rxDmqVBcKauBBPuP6Adu0zgXA fMOA== X-Gm-Message-State: ALoCoQkvpMPYUtosG1VjV1ySJvvOalxBl1wH9kfcdDXsj2R+rL1jGKXTWUW/X3Aop/xAWbT+mFMN X-Received: by 10.68.69.106 with SMTP id d10mr25000941pbu.60.1420821794083; Fri, 09 Jan 2015 08:43:14 -0800 (PST) Received: from [192.168.0.139] (wsip-70-184-93-199.ph.ph.cox.net. [70.184.93.199]) by mx.google.com with ESMTPSA id ul5sm7642202pab.36.2015.01.09.08.43.12 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Jan 2015 08:43:12 -0800 (PST) Message-ID: <54B0051F.6060906@boundarydevices.com> Date: Fri, 09 Jan 2015 09:43:11 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Daiane Angolini , meta-freescale@yoctoproject.org References: <1420821074-23773-1-git-send-email-daiane.angolini@freescale.com> In-Reply-To: <1420821074-23773-1-git-send-email-daiane.angolini@freescale.com> Subject: Re: [PATCH 1/2] packagegroup-fsl-tools-benchmark: Add fbset 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, 09 Jan 2015 16:43:28 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 01/09/2015 09:31 AM, Daiane Angolini wrote: > Add fbset package in order to replace the fbset provided by buzybox (and s/buzybox/busybox/ > included by default). > > This packagegroup is intended to be used for debug and test/benchmark > purposes, so it makes sense to use the full and better supported fbset. > > In a test the fbset (from busybox) was not able to change the vxres, and the > fbset (the real one) worked very fine. > > Signed-off-by: Daiane Angolini > --- > recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb > index f6ff81c..62ec049 100644 > --- a/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb > +++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb > @@ -19,6 +19,7 @@ RDEPENDS_${PN} = " \ > evtest \ > e2fsprogs-mke2fs \ > fsl-rc-local \ > + fbset \ > i2c-tools \ > imx-test \ > iproute2 \ >