From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com ([134.134.136.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Qrma6-0004dh-R1 for openembedded-core@lists.openembedded.org; Fri, 12 Aug 2011 09:55:04 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 12 Aug 2011 00:50:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="scan'208";a="37809740" Received: from unknown (HELO swold-MOBL.bigsur.com) ([10.255.14.248]) by orsmga001.jf.intel.com with ESMTP; 12 Aug 2011 00:50:23 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Fri, 12 Aug 2011 00:50:11 -0700 Message-Id: <2c1106ea6a930648b284a2e7365721d69fc2ef04.1313134270.git.sgw@linux.intel.com> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: References: In-Reply-To: References: Subject: [CONSOLIDATED PULL 22/25] meta-rt: add an -rt-sdk image 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: Fri, 12 Aug 2011 07:55:06 -0000 From: Darren Hart Add images including the SDK without the addition of the grapical environment or packages. Signed-off-by: Darren Hart --- meta-rt/images/core-image-rt-sdk.bb | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 meta-rt/images/core-image-rt-sdk.bb diff --git a/meta-rt/images/core-image-rt-sdk.bb b/meta-rt/images/core-image-rt-sdk.bb new file mode 100644 index 0000000..6e98343 --- /dev/null +++ b/meta-rt/images/core-image-rt-sdk.bb @@ -0,0 +1,15 @@ +# +# Copyright (C) 2011 Intel Corporation. +# + +DESCRIPTION = "Real-Time Linux Image with SDK support" +DEPENDS = "linux-yocto-rt" + +require recipes-core/images/core-image-minimal.bb + +IMAGE_FEATURES += "dev-pkgs tools-sdk" +EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-testapps debug-tweaks" + +IMAGE_INSTALL += "rt-tests" + +LICENSE = "MIT" -- 1.7.3.4