public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] isar-image-base: Remove apt listing in IMAGE_PREINSTALL
@ 2018-08-22 19:55 Jan Kiszka
  2018-08-26  6:19 ` chombourger
  2018-08-27 22:11 ` Maxim Yu. Osipov
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Kiszka @ 2018-08-22 19:55 UTC (permalink / raw)
  To: isar-users

debootstrap does that for us anyway.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 meta-isar/recipes-core/images/isar-image-base.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-isar/recipes-core/images/isar-image-base.bb b/meta-isar/recipes-core/images/isar-image-base.bb
index a24aa3e..84001fd 100644
--- a/meta-isar/recipes-core/images/isar-image-base.bb
+++ b/meta-isar/recipes-core/images/isar-image-base.bb
@@ -18,8 +18,7 @@ inherit isar-bootstrap-helper
 
 DEPENDS += "${IMAGE_INSTALL} ${IMAGE_TRANSIENT_PACKAGES}"
 
-IMAGE_PREINSTALL += "apt \
-                     dbus"
+IMAGE_PREINSTALL += "dbus"
 IMAGE_TRANSIENT_PACKAGES += "isar-cfg-localepurge"
 
 WORKDIR = "${TMPDIR}/work/${DISTRO}-${DISTRO_ARCH}/${PN}"
-- 
2.16.4

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] isar-image-base: Remove apt listing in IMAGE_PREINSTALL
  2018-08-22 19:55 [PATCH] isar-image-base: Remove apt listing in IMAGE_PREINSTALL Jan Kiszka
@ 2018-08-26  6:19 ` chombourger
  2018-08-27 22:11 ` Maxim Yu. Osipov
  1 sibling, 0 replies; 3+ messages in thread
From: chombourger @ 2018-08-26  6:19 UTC (permalink / raw)
  To: isar-users


[-- Attachment #1.1: Type: text/plain, Size: 1116 bytes --]

Looks good to me. I would just change the subject to 'isar-image-base: 
remove "apt" from IMAGE_PREINSTALL'
(I found "listing" to be confusing/misleading until I looked at the patch)

Cedric

On Wednesday, August 22, 2018 at 9:55:45 PM UTC+2, Jan Kiszka wrote:
>
> debootstrap does that for us anyway. 
>
> Signed-off-by: Jan Kiszka <jan.k...@siemens.com <javascript:>> 
> --- 
>  meta-isar/recipes-core/images/isar-image-base.bb | 3 +-- 
>  1 file changed, 1 insertion(+), 2 deletions(-) 
>
> diff --git a/meta-isar/recipes-core/images/isar-image-base.bb 
> b/meta-isar/recipes-core/images/isar-image-base.bb 
> index a24aa3e..84001fd 100644 
> --- a/meta-isar/recipes-core/images/isar-image-base.bb 
> +++ b/meta-isar/recipes-core/images/isar-image-base.bb 
> @@ -18,8 +18,7 @@ inherit isar-bootstrap-helper 
>   
>  DEPENDS += "${IMAGE_INSTALL} ${IMAGE_TRANSIENT_PACKAGES}" 
>   
> -IMAGE_PREINSTALL += "apt \ 
> -                     dbus" 
> +IMAGE_PREINSTALL += "dbus" 
>  IMAGE_TRANSIENT_PACKAGES += "isar-cfg-localepurge" 
>   
>  WORKDIR = "${TMPDIR}/work/${DISTRO}-${DISTRO_ARCH}/${PN}" 
> -- 
> 2.16.4 
>

[-- Attachment #1.2: Type: text/html, Size: 3788 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] isar-image-base: Remove apt listing in IMAGE_PREINSTALL
  2018-08-22 19:55 [PATCH] isar-image-base: Remove apt listing in IMAGE_PREINSTALL Jan Kiszka
  2018-08-26  6:19 ` chombourger
@ 2018-08-27 22:11 ` Maxim Yu. Osipov
  1 sibling, 0 replies; 3+ messages in thread
From: Maxim Yu. Osipov @ 2018-08-27 22:11 UTC (permalink / raw)
  To: Jan Kiszka, isar-users

On 08/22/2018 10:55 PM, Jan Kiszka wrote:
> debootstrap does that for us anyway.

Applied to the 'next',

Thanks,
Maxim.

> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>   meta-isar/recipes-core/images/isar-image-base.bb | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/meta-isar/recipes-core/images/isar-image-base.bb b/meta-isar/recipes-core/images/isar-image-base.bb
> index a24aa3e..84001fd 100644
> --- a/meta-isar/recipes-core/images/isar-image-base.bb
> +++ b/meta-isar/recipes-core/images/isar-image-base.bb
> @@ -18,8 +18,7 @@ inherit isar-bootstrap-helper
>   
>   DEPENDS += "${IMAGE_INSTALL} ${IMAGE_TRANSIENT_PACKAGES}"
>   
> -IMAGE_PREINSTALL += "apt \
> -                     dbus"
> +IMAGE_PREINSTALL += "dbus"
>   IMAGE_TRANSIENT_PACKAGES += "isar-cfg-localepurge"
>   
>   WORKDIR = "${TMPDIR}/work/${DISTRO}-${DISTRO_ARCH}/${PN}"
> 


-- 
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-08-27 22:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-22 19:55 [PATCH] isar-image-base: Remove apt listing in IMAGE_PREINSTALL Jan Kiszka
2018-08-26  6:19 ` chombourger
2018-08-27 22:11 ` Maxim Yu. Osipov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox