Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
7a705d48
Commit
7a705d48
authored
Jul 03, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. elphel user 2. +sudo
parent
ab0d8414
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
core-image-elphel393.bb
recipes-core/images/core-image-elphel393.bb
+9
-1
No files found.
recipes-core/images/core-image-elphel393.bb
View file @
7a705d48
...
@@ -6,7 +6,9 @@ IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMA
...
@@ -6,7 +6,9 @@ IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMA
# remove not needed ipkg informations
# remove not needed ipkg informations
IMAGE_INSTALL_append = "u-boot-ezynq"
IMAGE_INSTALL_append = "u-boot-ezynq"
IMAGE_INSTALL_append += " python-core \
IMAGE_INSTALL_append += " \
sudo \
python-core \
python-numpy \
python-numpy \
python-argparse \
python-argparse \
elphel-python-extensions \
elphel-python-extensions \
...
@@ -58,6 +60,12 @@ IMAGE_INSTALL_append += " python-core \
...
@@ -58,6 +60,12 @@ IMAGE_INSTALL_append += " python-core \
# python-opencv \
# python-opencv \
#
#
inherit extrausers
EXTRA_USERS_PARAMS = "\
useradd -P pass elphel;\
usermod -P pass root;\
"
#kernel-modules
#kernel-modules
IMAGE_INSTALL_append += " kernel-module-ahci-elphel \
IMAGE_INSTALL_append += " kernel-module-ahci-elphel \
"
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment