public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] meta-isar: update conf-notes.txt to display multiconfig patterns
@ 2018-06-28 15:05 Henning Schild
  2018-06-29  9:36 ` Maxim Yu. Osipov
  2018-06-29 13:14 ` [PATCH v2] " Henning Schild
  0 siblings, 2 replies; 4+ messages in thread
From: Henning Schild @ 2018-06-28 15:05 UTC (permalink / raw)
  To: isar-users; +Cc: Henning Schild

bitbake without a multiconfig does not actually work anymore, update the
examples we provide the user when entering the build env.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 meta-isar/conf/conf-notes.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-isar/conf/conf-notes.txt b/meta-isar/conf/conf-notes.txt
index 3ad220a..97c3086 100644
--- a/meta-isar/conf/conf-notes.txt
+++ b/meta-isar/conf/conf-notes.txt
@@ -1,3 +1,4 @@
 Common targets are:
-    isar-image-base
-    isar-image-debug
+    multiconfig:qemuamd64-stretch:isar-image-base
+    multiconfig:qemui386-jessie:isar-image-base
+    multiconfig:rpi-jessie:isar-image-base
-- 
2.16.4


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

* Re: [PATCH] meta-isar: update conf-notes.txt to display multiconfig patterns
  2018-06-28 15:05 [PATCH] meta-isar: update conf-notes.txt to display multiconfig patterns Henning Schild
@ 2018-06-29  9:36 ` Maxim Yu. Osipov
  2018-06-29 13:14 ` [PATCH v2] " Henning Schild
  1 sibling, 0 replies; 4+ messages in thread
From: Maxim Yu. Osipov @ 2018-06-29  9:36 UTC (permalink / raw)
  To: Henning Schild, isar-users

On 06/28/2018 05:05 PM, Henning Schild wrote:
> bitbake without a multiconfig does not actually work anymore, update the
> examples we provide the user when entering the build env.

It makes sense to update docs/user-manual.md as well.
Maxim.

> Signed-off-by: Henning Schild <henning.schild@siemens.com>
> ---
>   meta-isar/conf/conf-notes.txt | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-isar/conf/conf-notes.txt b/meta-isar/conf/conf-notes.txt
> index 3ad220a..97c3086 100644
> --- a/meta-isar/conf/conf-notes.txt
> +++ b/meta-isar/conf/conf-notes.txt
> @@ -1,3 +1,4 @@
>   Common targets are:
> -    isar-image-base
> -    isar-image-debug
> +    multiconfig:qemuamd64-stretch:isar-image-base
> +    multiconfig:qemui386-jessie:isar-image-base
> +    multiconfig:rpi-jessie:isar-image-base
> 


-- 
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] 4+ messages in thread

* [PATCH v2] meta-isar: update conf-notes.txt to display multiconfig patterns
  2018-06-28 15:05 [PATCH] meta-isar: update conf-notes.txt to display multiconfig patterns Henning Schild
  2018-06-29  9:36 ` Maxim Yu. Osipov
@ 2018-06-29 13:14 ` Henning Schild
  2018-06-29 13:20   ` Maxim Yu. Osipov
  1 sibling, 1 reply; 4+ messages in thread
From: Henning Schild @ 2018-06-29 13:14 UTC (permalink / raw)
  To: isar-users; +Cc: Henning Schild

bitbake without a multiconfig does not actually work anymore, update the
examples we provide the user when entering the build env.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 doc/user_manual.md            | 3 ++-
 meta-isar/conf/conf-notes.txt | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/user_manual.md b/doc/user_manual.md
index 55261bf..9123587 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -116,7 +116,8 @@ DISTRO_ARCH ??= "armhf"
 Then, call `bitbake` with image names, e.g.:
 
 ```
-bitbake isar-image-base isar-image-debug
+bitbake multiconfig:qemuamd64-stretch:isar-image-base \
+        multiconfig:qemuamd64-stretch:isar-image-debug
 ```
 
 The following images are created:
diff --git a/meta-isar/conf/conf-notes.txt b/meta-isar/conf/conf-notes.txt
index 3ad220a..97c3086 100644
--- a/meta-isar/conf/conf-notes.txt
+++ b/meta-isar/conf/conf-notes.txt
@@ -1,3 +1,4 @@
 Common targets are:
-    isar-image-base
-    isar-image-debug
+    multiconfig:qemuamd64-stretch:isar-image-base
+    multiconfig:qemui386-jessie:isar-image-base
+    multiconfig:rpi-jessie:isar-image-base
-- 
2.16.4


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

* Re: [PATCH v2] meta-isar: update conf-notes.txt to display multiconfig patterns
  2018-06-29 13:14 ` [PATCH v2] " Henning Schild
@ 2018-06-29 13:20   ` Maxim Yu. Osipov
  0 siblings, 0 replies; 4+ messages in thread
From: Maxim Yu. Osipov @ 2018-06-29 13:20 UTC (permalink / raw)
  To: Henning Schild, isar-users

On 06/29/2018 03:14 PM, Henning Schild wrote:
> bitbake without a multiconfig does not actually work anymore, update the
> examples we provide the user when entering the build env.

Applied to the 'next',

Thanks,
Maxim.

> Signed-off-by: Henning Schild <henning.schild@siemens.com>
> ---
>   doc/user_manual.md            | 3 ++-
>   meta-isar/conf/conf-notes.txt | 5 +++--
>   2 files changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/doc/user_manual.md b/doc/user_manual.md
> index 55261bf..9123587 100644
> --- a/doc/user_manual.md
> +++ b/doc/user_manual.md
> @@ -116,7 +116,8 @@ DISTRO_ARCH ??= "armhf"
>   Then, call `bitbake` with image names, e.g.:
>   
>   ```
> -bitbake isar-image-base isar-image-debug
> +bitbake multiconfig:qemuamd64-stretch:isar-image-base \
> +        multiconfig:qemuamd64-stretch:isar-image-debug
>   ```
>   
>   The following images are created:
> diff --git a/meta-isar/conf/conf-notes.txt b/meta-isar/conf/conf-notes.txt
> index 3ad220a..97c3086 100644
> --- a/meta-isar/conf/conf-notes.txt
> +++ b/meta-isar/conf/conf-notes.txt
> @@ -1,3 +1,4 @@
>   Common targets are:
> -    isar-image-base
> -    isar-image-debug
> +    multiconfig:qemuamd64-stretch:isar-image-base
> +    multiconfig:qemui386-jessie:isar-image-base
> +    multiconfig:rpi-jessie:isar-image-base
> 


-- 
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] 4+ messages in thread

end of thread, other threads:[~2018-06-29 13:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-28 15:05 [PATCH] meta-isar: update conf-notes.txt to display multiconfig patterns Henning Schild
2018-06-29  9:36 ` Maxim Yu. Osipov
2018-06-29 13:14 ` [PATCH v2] " Henning Schild
2018-06-29 13:20   ` 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