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
188db99a
Commit
188db99a
authored
Nov 29, 2015
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mkbootimg-tools: use only open-source components
parent
a5922dce
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
mkbootimg-tools_git.bb
recipes-core/mkbootimg-tools/mkbootimg-tools_git.bb
+1
-3
No files found.
recipes-core/mkbootimg-tools/mkbootimg-tools_git.bb
View file @
188db99a
...
...
@@ -4,17 +4,15 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://mkboot;beginline=1;endline=14;md5=7b23e8b2786c0da7fb7ff74d45637d54"
SRC_URI = "git://github.com/xiaolu/mkbootimg_tools;protocol=https;branch=master"
SRCREV = "
60b81702370e0cd1c16a33973eea18365171de80
"
SRCREV = "
df5b4ab37854e72e124d8108cbfb5a1b88ee3c63
"
S = "${WORKDIR}/git"
PV = "git"
BBCLASSEXTEND = "native"
# TODO: Why are mkbootimg and mkbootfs distributed in binary form? Was it modified by the author? We realy need to check that
do_install() {
install -d ${D}${bindir}
install -m 0755 ${S}/mkboot ${D}${bindir}
install -m 0755 ${S}/mkbootfs ${D}${bindir}
install -m 0755 ${S}/mkbootimg ${D}${bindir}
}
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