summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-07-24 15:40:51 +0000
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-07-24 12:54:07 -0300
commit28890d8a5eaefdc974d1e4092323a3f6d411cb6c (patch)
tree280690a2b727f91e88f97224cbd2acee59d67db9
parent7f49da3ec342064a92c646e6d398afe63acaea92 (diff)
downloadmeta-tizen-28890d8a5eaefdc974d1e4092323a3f6d411cb6c.tar.gz
meta-tizen-28890d8a5eaefdc974d1e4092323a3f6d411cb6c.tar.bz2
meta-tizen-28890d8a5eaefdc974d1e4092323a3f6d411cb6c.zip
dev images: add nano editor to it
Ok, people really love 'vi', but sometimes using a simpler editor like 'nano' may help. So, let's add it, at least at the -dev images. Change-Id: Ie37d66c200a421373f5e3d39eee384fb68b19896 Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r--meta-tizen-common-base/recipes-image/images/tizen-common-core-image-minimal-dev.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-tizen-common-base/recipes-image/images/tizen-common-core-image-minimal-dev.bb b/meta-tizen-common-base/recipes-image/images/tizen-common-core-image-minimal-dev.bb
index 5ddc1697..a4a6230b 100644
--- a/meta-tizen-common-base/recipes-image/images/tizen-common-core-image-minimal-dev.bb
+++ b/meta-tizen-common-base/recipes-image/images/tizen-common-core-image-minimal-dev.bb
@@ -6,3 +6,4 @@ is suitable for development work."
IMAGE_FEATURES += "dev-pkgs tools-debug debug-tweaks ssh-server-openssh"
CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-dev-tools"
CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-tests-connectivity"
+CORE_IMAGE_EXTRA_INSTALL += "nano"