On Tue, Jan 16, 2018 at 09:22:07AM +, Martin Siegumfeldt wrote:
> Hi,
>
>
> I am trying to optimize an image having a fairly large empty partition with
> regards to file size - wks file:
>
>
> martin@martin-Precision-5510:~/work/z7000-distro_wic/meta-z7000$ cat
> scripts/lib/wic/canned-wk
is a simple workaround for this issue(you can switch to using
device names instead of PARTUUID in .wks). However, it would be better to
investigate and fix this properly.
As I don't have a device to reproduce this I need your help.
We can either continue here or you can contact me(ed21) on #yoc
On Sat, Aug 19, 2017 at 10:08:06AM +0800, Riko wrote:
> Is it related with :
>
> https://stackoverflow.com/questions/43211384/how-to-get-to-menuconfig-for-u-boot-in-yocto-environment
>
I don't think so. It's about kernel build configuration.
> ?
>
> Thanks
>
at your image may have different bootloader.
> Thanks and regards,
> Riko
> On Aug 18, 2017 5:22 PM, "Ed Bartosh" wrote:
>
> > On Fri, Aug 18, 2017 at 11:40:58AM +0800, Riko wrote:
> > > Here's the boot messages :
> > >
> > > ===
&g
On Fri, Aug 18, 2017 at 11:40:58AM +0800, Riko wrote:
> Here's the boot messages :
>
> ===
>
> VFS: PARTUUID= is invalid.
> Expected PARTUUID=[/PARTNROFF=%d]
> Disabling rootwait; root= is invalid.
> VFS: Cannot open root device "PARTUUID=" or unknown-block(0,0): error -6
Looks like you have emp
From: Ed Bartosh
Some tests fail if relative paths are provided to patchtest.
Converting --repo-dir and --start-dir arguments to abosolute
paths should make paths absolute, which is what patchset
code currently assumes.
Signed-off-by: Ed Bartosh
---
patchtestdata.py | 2 ++
1 file changed, 2
Signed-off-by: Ed Bartosh
---
documentation/ref-manual/ref-variables.xml | 14 ++
1 file changed, 14 insertions(+)
diff --git a/documentation/ref-manual/ref-variables.xml
b/documentation/ref-manual/ref-variables.xml
index 4e003cd..9c03364 100644
--- a/documentation/ref-manual/ref
Explained creation of wic partitioned images using oe
build system. This way is preferable as it's more natural and
easier to use and understand than currently documented way of
using wic as a stand-alone tool.
Signed-off-by: Ed Bartosh
---
.../dev-manual/dev-manual-common-task
Signed-off-by: Ed Bartosh
---
documentation/ref-manual/ref-variables.xml | 14 ++
1 file changed, 14 insertions(+)
diff --git a/documentation/ref-manual/ref-variables.xml
b/documentation/ref-manual/ref-variables.xml
index af1ed84..aa18bd6 100644
--- a/documentation/ref-manual/ref
On Tue, Nov 01, 2016 at 11:14:48AM -0400, Nicolas Bigaouette wrote:
> We are using Yocto (jethro and krogoth) to build an image for a device.
>
> I organized the compilation process into multiple stages for easier
> integration with our tooling. The last stage is a call to `wic` to
> create a driv
On Thu, Aug 25, 2016 at 04:24:34PM -0500, Michael Habibi wrote:
> Hi, I am well-versed with Git but I haven't really ever had to use
> submodules. I am trying to create a git repository on our server that
> will host our yocto distribution. Our distribution will include the
> yocto repo, plus meta-
On Tue, Aug 23, 2016 at 04:49:42PM -0500, Michael Habibi wrote:
> I am running the master branch and trying to run toaster to play
> around with the web interface (already successfully completed a build
> w/o toaster setup).
>
> I followed the instructions in the documentation. I created a
> virtu
On Wed, Mar 30, 2016 at 11:48:21AM -0700, Karl Voelker wrote:
> I am trying to build a multi-partition image with wic, with separate
> partitions for / and /var. So, the / partition should get all the files
> except those under /var, and the /var partition should get the files
> under /var.
>
> I
On Wed, Mar 02, 2016 at 09:29:16PM +0100, Maciej Borzecki wrote:
>
> > Dnia 2 marzec 2016 o 07:47 Ed Bartosh
> > napisał(a):
> >
> >
> > Hi Rudolf,
> >
> > Interesting. I thought that this commit shoud fix the issue:
> > http:/
Hi Rudolf,
Interesting. I thought that this commit shoud fix the issue:
http://cgit.openembedded.org/openembedded-core/commit/?id=264c03e854f77c3b62acb710384f66716ccbf469
Which branch do you use?
On Tue, Mar 01, 2016 at 08:42:02AM -0800, Rudolf J Streif wrote:
> I tried creating an image with wi
On Wed, Feb 10, 2016 at 10:23:13PM +0500, Usman, Fahad wrote:
> Hi,
> Is there a way to create a partition with an arbitrary partition id,
> using wic tool. We want to create a disk image using wic for Altera
> Cyclone V. It require the partition id to be set to a particular hex
> value for the par
Hi Oliver,
On Tue, Feb 09, 2016 at 09:29:16AM +0100, Oliver Graute wrote:
> # It uses SPL and u-boot
> #
> # The disk layout used is:
> # - - - -- - --
> # | | SPL | u-boot | /boot1 | /boot2 | rootfs1 | rootfs2 |data|
> # - --
Hi Rudolf,
I'm sorry for unpleasant experience you had with this setup.
I confirm that most of the issues you've pointed out exist and I was
able to reproduce them.
Eventually I managed to run Toaster in this configuration. Please, read
my comments below.
On Thu, Jan 14, 2016 at 03:03:19PM -080
Updated list of supported image types. Ordered them
alphabetically to make the list more readable.
Signed-off-by: Ed Bartosh
---
documentation/ref-manual/ref-variables.xml | 41 --
1 file changed, 27 insertions(+), 14 deletions(-)
diff --git a/documentation/ref
Added description of wic kickstart bootloader --configfile
option to OpenEmbedded Kickstart (.wks) Reference.
Signed-off-by: Ed Bartosh
---
documentation/dev-manual/dev-manual-common-tasks.xml | 5 +
1 file changed, 5 insertions(+)
diff --git a/documentation/dev-manual/dev-manual-common
Added description of 3 wic kickstart part options related to UUID:
--part-type, --use-uuid and --uuid to OpenEmbedded Kickstart (.wks)
Reference.
Signed-off-by: Ed Bartosh
---
documentation/dev-manual/dev-manual-common-tasks.xml | 14 ++
1 file changed, 14 insertions(+)
diff --git
Added description of wic kickstart part --overhead-factor option
to OpenEmbedded Kickstart (.wks) Reference
Signed-off-by: Ed Bartosh
---
documentation/dev-manual/dev-manual-common-tasks.xml | 4
1 file changed, 4 insertions(+)
diff --git a/documentation/dev-manual/dev-manual-common
Added description of wic kickstart part --extra-space option
to OpenEmbedded Kickstart (.wks) Reference
Signed-off-by: Ed Bartosh
---
documentation/dev-manual/dev-manual-common-tasks.xml | 5 +
1 file changed, 5 insertions(+)
diff --git a/documentation/dev-manual/dev-manual-common
Added description of wic kickstart part --no-table option
to OpenEmbedded Kickstart (.wks) Reference
Signed-off-by: Ed Bartosh
---
documentation/dev-manual/dev-manual-common-tasks.xml | 4
1 file changed, 4 insertions(+)
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml
b
Copied an explanations of empty partition creation from
'wic help kickstart' output.
[YOCTO #8821]
Signed-off-by: Ed Bartosh
---
documentation/dev-manual/dev-manual-common-tasks.xml | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/documentation/dev-manual/
in the git repository at:
git://git.yoctoproject.org/poky-contrib ed/wic/documentation-8821
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/wic/documentation-8821
Ed Bartosh (7):
dev-manual: describe creation of empty partition
dev-manual: add description of --no-table option
dev-m
From: Belen Barros Pena
The sentence explaining how to run builds was not very specific. Make
explicit that you can run builds both using the command line and the
Toaster web interface.
Signed-off-by: Belen Barros Pena
Signed-off-by: Ed Bartosh
---
documentation/toaster-manual/toaster-manual
From: Belen Barros Pena
A couple of old sections that no longer apply were commented out. Remove
the content, since it is obsolete.
Signed-off-by: Belen Barros Pena
Signed-off-by: Ed Bartosh
---
.../toaster-manual-setup-and-use.xml | 910 -
1 file changed
Hi,
This patchset includes the following fixes for Toaster documentation:
- A couple of old sections that no longer apply were commented out. Remove
the content, since it is obsolete.
- The sentence explaining how to run builds was not very specific. Make
explicit that you can run builds both
On Mon, Jul 27, 2015 at 12:49:12PM +, Ahsan, Noor wrote:
> May I know it’s expected completion date?
I hope to get it done till the end of August. This bug has the highest
priority, so I'll start working on it as soon as I'm back to wic
development.
> Noor
>
> From: yocto-boun...@yoctoprojec
Wic is not using parted and other runtime dependencies from
host system anymore. It uses native tools instead.
Removed host parted from the list of requirements. Added
instructions to build native tools.
Signed-off-by: Ed Bartosh
---
documentation/dev-manual/dev-manual-common-tasks.xml | 12
> On Wed, Mar 11, 2015 at 11:30 PM, Bruce Ashfield
> wrote:
>>
>> Why would you be working on a bug, that is currently assigned to me ..
>> without
>> even mentioning it ?
>
> Aha! I see the bug was updated right before the patch was sent. So
> assuming
> that you only started working on it right
Merged do_shared_workdir into kernel_do_compile
This change should fix race condition between do_compilemodules
and do_shared_workdir. Race occurs when do_compilemodules changes
include/generated/ directory content while do_shared_workdir
tries to copy it.
Fixes [YOCTO #7321]
Signed-off-by: Ed
reduces number of packages installed on the host system as
installing texinfo causes installation of around 1500 texlive-*
packages and requires around 1Gb of additional disk space on OpenSUSE.
Signed-off-by: Ed Bartosh
---
documentation/poky.ent | 2 +-
1 file changed, 1 insertion(+), 1 deletion(
34 matches
Mail list logo