From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SKGcm-00025J-Pe for openembedded-core@lists.openembedded.org; Wed, 18 Apr 2012 00:11:48 +0200 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 17 Apr 2012 15:02:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="154859725" Received: from unknown (HELO swold-mobl.bigsur.com) ([10.255.12.25]) by fmsmga002.fm.intel.com with ESMTP; 17 Apr 2012 15:02:15 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Tue, 17 Apr 2012 15:02:10 -0700 Message-Id: X-Mailer: git-send-email 1.7.7.6 Subject: [PATCH 0/3] v2 Self-Hosted Image patches X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2012 22:11:49 -0000 Richard, This set of changes adds the lsb_release command and sets the i/etc/lsb-release file up correctly for the release. I also am removing the BB_NO_NETWORK from the self-hosted image to allow it to have network, and updating the SRCREV, which you might have to do again to get these patches actaully into the image. V2: better commit messages Thanks Sau! The following changes since commit 89788fbd10fdfbbe54927339d7ec516d0e4d7ef5: libproxy: Allow to build in non-gplv3 configuration (2012-04-17 14:08:27 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib sgw/stage http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage Saul Wold (3): lsb: Add DISTRO Info to /etc/lsb-release file also add util-linux to DEPENDS task-self-hosted: Add LSB for distro info self-hosted-image: remove BB_NO_NETWORK and update Poky SRCREV meta/recipes-core/images/self-hosted-image.bb | 5 ++--- meta/recipes-core/tasks/task-self-hosted.bb | 1 + meta/recipes-extended/lsb/lsb_1.4.bb | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) -- 1.7.7.6