[yocto] [yocto-docs][PATCH] ref-manual: Sync list of image types with source

2019-07-22 Thread Daniel Ammann
hdddirect was removed from openembedded-core in commit
929ba563f1bc7195c4981b8e139c432b2cc388ea.

f2fs was added in commit dec029686a47b574edfce4472fe2167db54398fb.

container was added in commit e45f074b792a43aa2fd84a5a3f0e20bf1d88ad7e.

squashfs-lz4 was added in commit de70799af1a8bfe2fac22b90401053275d4714ba.
---
 documentation/ref-manual/ref-variables.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/documentation/ref-manual/ref-variables.xml 
b/documentation/ref-manual/ref-variables.xml
index 0080364e4..cbbd684ae 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -6606,6 +6606,7 @@
 by default:
 
  btrfs
+ container
  cpio
  cpio.gz
  cpio.lz4
@@ -6621,13 +6622,14 @@
  ext3.gz
  ext4
  ext4.gz
- hdddirect
+ f2fs
  hddimg
  iso
  jffs2
  jffs2.sum
  multiubi
  squashfs
+ squashfs-lz4
  squashfs-lzo
  squashfs-xz
  tar
-- 
2.11.0

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] /etc/limits with openssh

2019-05-14 Thread Daniel Ammann
Hi

I am trying to restrict non-privileged users from using up too many resources.
I added "* U100" to /etc/limits. If the user logs in using the serial console,
it works. If the user logs in using openssh, the limits are not applied. How do
I make this work for ssh login?

I am using beaglebone-yocto with core-image-base with added sshd. This is yocto
2.6.

Thanks

Daniel
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [poky-container][PATCH] README.md: Add note about using git inside the container

2019-04-23 Thread Daniel Ammann
Fixes bug 11385.

Signed-off-by: Daniel Ammann 
---
 README.md | 5 +
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index c5276fd..cf49da9 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,11 @@ host.
 
 The instructions will be slightly different depending on whether Linux, 
Windows or Mac is used. There are setup instructions for using **Windows/Mac** 
at https://github.com/crops/docker-win-mac-docs/wiki. When referring to 
**Windows/Mac** in the rest of the document, it is assumed the instructions at 
https://github.com/crops/docker-win-mac-docs/wiki were followed.
 
+Note that the poky-container should *not* be used to obtain the meta-data, but
+just to build it. This means that meta-data should be checked out using native
+tools that run on the host and not with tools in container. The reason is that
+the container has no dummy git user configured.
+
 Running the container
 -
 Here a very simple but usable scenario for using the container is described.
-- 
2.11.0

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [yocto-docs][PATCH] ref-manual: Fix typo

2019-02-21 Thread Daniel Ammann
Signed-off-by: Daniel Ammann 
---
 documentation/ref-manual/ref-variables.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/ref-manual/ref-variables.xml 
b/documentation/ref-manual/ref-variables.xml
index d9d0915a8..9a47bcd33 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -16884,7 +16884,7 @@
  USERADD_PACKAGES = "${PN}"
 
 
-If follows that if you are going to use the
+It follows that if you are going to use the
 USERADD_PACKAGES variable,
 you need to set one or more of the
 USERADD_PARAM,
-- 
2.11.0

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto