From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mx1.pokylinux.org (Postfix) with ESMTP id 24B1A4C80FD4 for ; Fri, 10 Dec 2010 03:10:34 -0600 (CST) Received: from ALA-MAIL03.corp.ad.wrs.com (ala-mail03 [147.11.57.144]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id oBA9AVTP023459; Fri, 10 Dec 2010 01:10:32 -0800 (PST) Received: from ala-mail06.corp.ad.wrs.com ([147.11.57.147]) by ALA-MAIL03.corp.ad.wrs.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 10 Dec 2010 01:10:30 -0800 Received: from [128.224.163.183] ([128.224.163.183]) by ala-mail06.corp.ad.wrs.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 10 Dec 2010 01:10:30 -0800 Message-ID: <4D01EE60.7080700@windriver.com> Date: Fri, 10 Dec 2010 17:09:52 +0800 From: Xiaofeng Yan User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6 MIME-Version: 1.0 To: poky@lists.pokylinux.org X-OriginalArrivalTime: 10 Dec 2010 09:10:30.0991 (UTC) FILETIME=[181F7DF0:01CB984A] Cc: "Wold, Saul" Subject: [PULL]: Two scripts for lsb test X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2010 09:10:35 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Saul & Mark, I push two scripts to poky and other people can solve bugs from lsb. they may ensure whether the bugs modified by them is right or not with this script. I want to write a user manual about how to make a test on wiki web "https://wiki.pokylinux.org/wiki/", if you permit me. I can't integrate them to auto-test function from Jiajun Xu because of some problems form rpm database on target platform. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/distro Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/distro Thanks, Xiaofeng Yan --- Xiaofeng Yan (2): creat-lsb-image: download lsb test suite and creat a image with lsb test suite lsbsetup: Set up lsb test environment on target platform meta/recipes-extended/lsbsetup/lsb/LSB_Setup.sh | 197 +++++++++++++++++++++++ meta/recipes-extended/lsbsetup/lsbsetup_0.9.bb | 32 ++++ scripts/creat-lsb-image | 170 +++++++++++++++++++ 3 files changed, 399 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-extended/lsbsetup/lsb/LSB_Setup.sh create mode 100644 meta/recipes-extended/lsbsetup/lsbsetup_0.9.bb create mode 100755 scripts/creat-lsb-image