Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
f72213f9
Commit
f72213f9
authored
Apr 15, 2019
by
Eetu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[dev-image] Add dev and dbg-image
parent
2519fe2e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
nemox86-image.bbclass
classes/nemox86-image.bbclass
+1
-1
nemox86-image-dbg.bb
recipes-core/image/nemox86-image-dbg.bb
+3
-0
nemox86-image-dev.bb
recipes-core/image/nemox86-image-dev.bb
+3
-0
No files found.
classes/nemox86-image.bbclass
View file @
f72213f9
...
@@ -8,7 +8,7 @@ IMAGE_INSTALL += " \
...
@@ -8,7 +8,7 @@ IMAGE_INSTALL += " \
base-files base-passwd systemd busybox file findutils gawk grep sed util-linux sudo module-init-tools less nemo-qml-plugin-contextkit nemo-qml-plugin-notifications \
base-files base-passwd systemd busybox file findutils gawk grep sed util-linux sudo module-init-tools less nemo-qml-plugin-contextkit nemo-qml-plugin-notifications \
bluez5 iproute2 pulseaudio ppp qtbase-plugins statefs dsme mce ngfd timed sensorfw mapplauncherd-booster-qtcomponents \
bluez5 iproute2 pulseaudio ppp qtbase-plugins statefs dsme mce ngfd timed sensorfw mapplauncherd-booster-qtcomponents \
qtquickcontrols-qmlplugins qtdeclarative-qmlplugins glacier-home qtmultimedia qtfeedback \
qtquickcontrols-qmlplugins qtdeclarative-qmlplugins glacier-home qtmultimedia qtfeedback \
usb-moded libegl-mesa libgles2-mesa
mesa
openssh-sshd openssh-sftp-server openssh-scp connman libconnman-qt5-qmlplugins pam-plugin-loginuid \
usb-moded libegl-mesa libgles2-mesa openssh-sshd openssh-sftp-server openssh-scp connman libconnman-qt5-qmlplugins pam-plugin-loginuid \
glacier-settings literm qtquickcontrols2"
glacier-settings literm qtquickcontrols2"
EXTRA_USERS_PARAMS = "groupadd system; \
EXTRA_USERS_PARAMS = "groupadd system; \
groupadd statefs; \
groupadd statefs; \
...
...
recipes-core/image/nemox86-image-dbg.bb
0 → 100644
View file @
f72213f9
inherit nemox86-image
DESCRIPTION = "Nemo image for debuggers, contains debugging tools"
EXTRA_IMAGE_FEATURES += "dbg-pkgs tools-debug tools-testapps debug-tweaks"
recipes-core/image/nemox86-image-dev.bb
0 → 100644
View file @
f72213f9
inherit nemox86-image
DESCRIPTION = "Nemo image for developers, contains development and debugging tools"
EXTRA_IMAGE_FEATURES += "dbg-pkgs dev-pkgs tools-sdk tools-debug tools-testapps debug-tweaks"
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