From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UXd1k-0004qi-P5 for openembedded-core@lists.openembedded.org; Wed, 01 May 2013 21:49:38 +0200 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 01 May 2013 12:31:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,590,1363158000"; d="scan'208";a="330830803" Received: from unknown (HELO [10.255.12.170]) ([10.255.12.170]) by fmsmga002.fm.intel.com with ESMTP; 01 May 2013 12:31:23 -0700 Message-ID: <51816D8B.2020102@linux.intel.com> Date: Wed, 01 May 2013 12:31:23 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: =?UTF-8?B?QW5kcmVhcyBNw7xsbGVy?= References: <1367325004-7740-1-git-send-email-schnitzeltony@googlemail.com> <1367325004-7740-3-git-send-email-schnitzeltony@googlemail.com> In-Reply-To: <1367325004-7740-3-git-send-email-schnitzeltony@googlemail.com> Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH/v2 3/3] core-image-sato: add udev-extraconf X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 19:49:39 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 04/30/2013 05:30 AM, Andreas Müller wrote: > as discussed in [1-2] > > [1] http://lists.linuxtogo.org/pipermail/openembedded-core/2013-April/039025.html > [2] http://lists.linuxtogo.org/pipermail/openembedded-core/2013-April/039027.html > > Signed-off-by: Andreas Müller > --- > meta/recipes-sato/images/core-image-sato.bb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb > index e3246d2..76abb17 100644 > --- a/meta/recipes-sato/images/core-image-sato.bb > +++ b/meta/recipes-sato/images/core-image-sato.bb > @@ -8,4 +8,4 @@ LICENSE = "MIT" > > inherit core-image > > -IMAGE_INSTALL += "packagegroup-core-x11-sato-games" > +IMAGE_INSTALL += "packagegroup-core-x11-sato-games udev-extraconf" > I believe that we should also have the udev-extraconf added to the core-image-lsb, I will add a follow-on patch for that. Sau!