From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id ECF90E009AE; Thu, 4 Jun 2015 07:36:58 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.212.180 listed in list.dnswl.org] Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2E7FBE00985 for ; Thu, 4 Jun 2015 07:36:55 -0700 (PDT) Received: by wiga1 with SMTP id a1so49993591wig.0 for ; Thu, 04 Jun 2015 07:36:54 -0700 (PDT) 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 :cc:subject:content-type:content-transfer-encoding; bh=cpdUAAyRbOi6DDaCgNwboZTMOkqm0juqWE09OJPju8E=; b=jcp+PDD6/LERnno8YgOamUaizrCosljBUFgHqyLbI8F7e//Vg0bmJzv/3qI+OYYblo Agm+CRwb0pTUzPjnuUv9qXzUta1Lz/A/GHUBw9iUcJ+1ZiA6CUDDTE+6zF+zkopfz0JY /lXmDA+PHw5byHPzN1RM3dWQsfkBTlEjFTk/iIGk4SdfFl9oQIQL2zFnUc+bkk/cMLxn WhVBvKyN+yY8Rvs9CKD8F+Y4Pwf0oNF+Ipgcm+GV28JmVQf2FKlpSDVhAktovzHlvIrz kTM8JfFK2HZLhIRV7sZNiwCWC0RR04C5w2fLtzGujYJUxWm1bOTsECMVS/0nb7g2oOEM iGzw== X-Gm-Message-State: ALoCoQmdfkp9IrOaxSPq5YjZMvhJYdpwGgZQWITCHkVNZEaLK3dmZFDXRiLbKBPvJc3k67m/9PM3 X-Received: by 10.180.82.6 with SMTP id e6mr53330955wiy.84.1433428614793; Thu, 04 Jun 2015 07:36:54 -0700 (PDT) Received: from [192.168.2.85] ([83.217.123.106]) by mx.google.com with ESMTPSA id z9sm31523609wiv.9.2015.06.04.07.36.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Jun 2015 07:36:54 -0700 (PDT) Message-ID: <55706285.2040809@intel.com> Date: Thu, 04 Jun 2015 15:36:53 +0100 From: Michael Wood User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: "toaster@yoctoproject.org" Cc: andrei-vlad.fulgeanu@intel.com Subject: [review-request] michaelw/co/vladfulgeanu/fix_redundant_field X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2015 14:36:59 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Forwarding this patch from Vlad Fulgeanu which is based on top of *adamian/20150515_fix_table_header** *(Could be cherry picked onto that branch?) commit 0b37d9586ee5ef16f2250fcb920111026d201a7d Author: Vlad Fulgeanu Date: Thu Jun 4 16:59:58 2015 +0300 bitbake: toaster: tables: Remove obsolete field_name for select column field_name is no longer used for this kind of column. So no need to specify it here. Signed-off-by: Vlad Fulgeanu