* [PATCH] Core image base ssh access and package management
@ 2012-12-17 10:48 Alex DAMIAN
2012-12-17 15:23 ` Mark Hatle
0 siblings, 1 reply; 3+ messages in thread
From: Alex DAMIAN @ 2012-12-17 10:48 UTC (permalink / raw)
To: openembedded-core, paul.eggleton, richard.purdie; +Cc: Alexandru DAMIAN
From: Alexandru DAMIAN <alexandru.damian@intel.com>
Since core-image-base is a default image that developers should
use for developing headless applications, it should have
package management and ssh access.
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
---
meta/recipes-core/images/core-image-base.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/images/core-image-base.bb b/meta/recipes-core/images/core-image-base.bb
index 8ef3376..a78417f 100644
--- a/meta/recipes-core/images/core-image-base.bb
+++ b/meta/recipes-core/images/core-image-base.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "A console-only image that fully supports the target device \
hardware."
-IMAGE_FEATURES += "splash"
+IMAGE_FEATURES += "splash package-management ssh-server-dropbear"
LICENSE = "MIT"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Core image base ssh access and package management
2012-12-17 10:48 [PATCH] Core image base ssh access and package management Alex DAMIAN
@ 2012-12-17 15:23 ` Mark Hatle
2012-12-17 17:05 ` Saul Wold
0 siblings, 1 reply; 3+ messages in thread
From: Mark Hatle @ 2012-12-17 15:23 UTC (permalink / raw)
To: openembedded-core
On 12/17/12 4:48 AM, Alex DAMIAN wrote:
> From: Alexandru DAMIAN <alexandru.damian@intel.com>
>
> Since core-image-base is a default image that developers should
> use for developing headless applications, it should have
> package management and ssh access.
I'm not sure I agree with that.
'base' should be a small system, similar to minimal, but with discrete
executables. If the user wants packaging and ssh they should be able to add it.
--Mark
> Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
> ---
> meta/recipes-core/images/core-image-base.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/images/core-image-base.bb b/meta/recipes-core/images/core-image-base.bb
> index 8ef3376..a78417f 100644
> --- a/meta/recipes-core/images/core-image-base.bb
> +++ b/meta/recipes-core/images/core-image-base.bb
> @@ -1,7 +1,7 @@
> DESCRIPTION = "A console-only image that fully supports the target device \
> hardware."
>
> -IMAGE_FEATURES += "splash"
> +IMAGE_FEATURES += "splash package-management ssh-server-dropbear"
>
> LICENSE = "MIT"
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Core image base ssh access and package management
2012-12-17 15:23 ` Mark Hatle
@ 2012-12-17 17:05 ` Saul Wold
0 siblings, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-12-17 17:05 UTC (permalink / raw)
To: Mark Hatle; +Cc: openembedded-core
On 12/17/2012 07:23 AM, Mark Hatle wrote:
> On 12/17/12 4:48 AM, Alex DAMIAN wrote:
>> From: Alexandru DAMIAN <alexandru.damian@intel.com>
>>
>> Since core-image-base is a default image that developers should
>> use for developing headless applications, it should have
>> package management and ssh access.
>
> I'm not sure I agree with that.
>
> 'base' should be a small system, similar to minimal, but with discrete
> executables. If the user wants packaging and ssh they should be able to
> add it.
>
I agree with Mark on this one.
Sau!
> --Mark
>
>> Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
>> ---
>> meta/recipes-core/images/core-image-base.bb | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-core/images/core-image-base.bb
>> b/meta/recipes-core/images/core-image-base.bb
>> index 8ef3376..a78417f 100644
>> --- a/meta/recipes-core/images/core-image-base.bb
>> +++ b/meta/recipes-core/images/core-image-base.bb
>> @@ -1,7 +1,7 @@
>> DESCRIPTION = "A console-only image that fully supports the target
>> device \
>> hardware."
>>
>> -IMAGE_FEATURES += "splash"
>> +IMAGE_FEATURES += "splash package-management ssh-server-dropbear"
>>
>> LICENSE = "MIT"
>>
>>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-12-17 17:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-17 10:48 [PATCH] Core image base ssh access and package management Alex DAMIAN
2012-12-17 15:23 ` Mark Hatle
2012-12-17 17:05 ` Saul Wold
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.