:
"""
| 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
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
;;
>> *) 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
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