Re: [yocto] Setting home directory ownership

2019-07-19 Thread Sergio Torres Soldado
: """ | DEBUG: Python function extend_recipe_sysroot finished | DEBUG: Executing shell function do_install | install: invalid user ‘someusername’ """ On Fri, 19 Jul 2019 at 14:17, Sergio Torres Soldado < torres.sold...@gmail.com> wrote: > I am unable to set the home d

[yocto] Setting home directory ownership

2019-07-19 Thread Sergio Torres Soldado
I am unable to set the home directory ownership. I am using poky@warrior and my last attempt was the following recipe: """ inherit useradd USERADD_PACKAGES = "${PN}" USERADD_PARAM_${PN} = "-P someusername -u 1000 -d /home/someusername -r -s /bin/bash foosomeusername" LICENSE = "CLOSED" do_insta

Re: [yocto] customising a bsp

2019-04-01 Thread Sergio Torres Soldado
;; >> *) echo "Print some help" ;; >> esac >> done >> bitbake --postread=${CONF_VERSION} ${1} > > > And then call the script using -v to pass the version. Of course, that > assumes > that all version files are in the same folder with the loc

[yocto] customising a bsp

2019-03-30 Thread Sergio Torres Soldado
Hi, What is the best alternative to setting variables in local.conf? The specific use-case is customising a meta-raspberrypi build, which has a bunch of variables that are picked up by the MACHINE code to influence build configurations. I want to version these customisations hence removing them f