Commit 7a705d48 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

1. elphel user 2. +sudo

parent ab0d8414
......@@ -6,7 +6,9 @@ IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMA
# remove not needed ipkg informations
IMAGE_INSTALL_append = "u-boot-ezynq"
IMAGE_INSTALL_append += " python-core \
IMAGE_INSTALL_append += " \
sudo \
python-core \
python-numpy \
python-argparse \
elphel-python-extensions \
......@@ -58,6 +60,12 @@ IMAGE_INSTALL_append += " python-core \
# python-opencv \
#
inherit extrausers
EXTRA_USERS_PARAMS = "\
useradd -P pass elphel;\
usermod -P pass root;\
"
#kernel-modules
IMAGE_INSTALL_append += " kernel-module-ahci-elphel \
"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment