From patchwork Fri Jan 6 09:05:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/7] hob.bb: Add a empty image template Date: Fri, 06 Jan 2012 09:05:03 -0000 From: Dongxiao Xu X-Patchwork-Id: 18645 Message-Id: To: openembedded-core@lists.openembedded.org This recipe serves as the target when using Hob to generate image. Signed-off-by: Dongxiao Xu --- meta/recipes-core/images/hob.bb | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-core/images/hob.bb diff --git a/meta/recipes-core/images/hob.bb b/meta/recipes-core/images/hob.bb new file mode 100644 index 0000000..c4d9210 --- /dev/null +++ b/meta/recipes-core/images/hob.bb @@ -0,0 +1,3 @@ +LICENSE = "MIT" + +inherit image