From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 85A03E0032E for ; Fri, 12 Oct 2012 08:27:49 -0700 (PDT) Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id q9CFRm1A027358 for ; Fri, 12 Oct 2012 10:27:48 -0500 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id q9CFRmdG021592 for ; Fri, 12 Oct 2012 10:27:48 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by dfle73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.1.323.3; Fri, 12 Oct 2012 10:27:48 -0500 Received: from [137.167.109.3] (unb0919861.emea.dhcp.ti.com [137.167.109.3]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id q9CFRl0B004431 for ; Fri, 12 Oct 2012 10:27:48 -0500 Message-ID: <507836EF.8050506@ti.com> Date: Fri, 12 Oct 2012 17:27:43 +0200 From: =?ISO-8859-1?Q?Herv=E9_Fache?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20121003 Thunderbird/15.0.1 MIME-Version: 1.0 To: Subject: No /sbin/init when deriving m7y own image 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: Fri, 12 Oct 2012 15:27:49 -0000 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Hi guys, I am new to Poky and have created the following recipe: require recipes-graphics/images/core-image-x11.bb IMAGE_INSTALL += "omapdrmtest" I have stored it at meta-ti/recipes-graphics/images/core-image-x11-drmtest.bb for now, and am building using: bitbake -k core-image-x11-drmtest If I comment out the IMAGE_INSTALL line then everything is fine, but if I leave it in then I am missing files in the filesystem, including /sbin/init. Can some one please let me know what I am doing wrong? Thanks in advance, Hervé