diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2014-01-17 16:30:27 +0200 |
---|---|---|
committer | Gherzan Code Review <gerrit2@gherzan.ro> | 2014-01-19 17:21:42 +0000 |
commit | 4ace9c24f02ec59dca1a1ab007f93621df7760a6 (patch) | |
tree | f395fe6b0d208bb2720b8954d80e876af0a5511b /recipes-core | |
parent | c1b08f67044cae877cde17224c37f0048a3fff3f (diff) | |
download | meta-raspberrypi-4ace9c24f02ec59dca1a1ab007f93621df7760a6.tar.gz |
rpi-test-image: Add test image
Change-Id: Iff4f58b43d1dcf5ea4f866b565542807345d6066
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/rpi-test-image.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/images/rpi-test-image.bb b/recipes-core/images/rpi-test-image.bb new file mode 100644 index 0000000..b5602a6 --- /dev/null +++ b/recipes-core/images/rpi-test-image.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | # Base this image on rpi-basic-image | ||
2 | include rpi-basic-image.bb | ||
3 | |||
4 | IMAGE_INSTALL_append = " packagegroup-rpi-test" | ||