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
66208d36
Commit
66208d36
authored
Nov 21, 2013
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed net-tools compiling
parent
cb95eed8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
elphel393.bb
recipes-core/images/elphel393.bb
+2
-1
net-tools_1.60-25.bbappend
recipes-extended/net-tools/net-tools_1.60-25.bbappend
+4
-3
No files found.
recipes-core/images/elphel393.bb
View file @
66208d36
...
...
@@ -19,10 +19,11 @@ IMAGE_INSTALL_append = " python-core \
php-cgi \
php-cli"
IMAGE_LINGUAS = " "
LICENSE = "MIT"
inherit core-image
IMAGE_ROOTFS_SIZE = "
65536
"
IMAGE_ROOTFS_SIZE = "
131072
"
recipes-extended/net-tools/net-tools_1.60-25.bbappend
View file @
66208d36
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI_append = " file://config.make \
SRC_URI_append
:
= " file://config.make \
file://libmii.c \
file://mii-diag.c \
file://Makefile"
do_configure
_append
() {
do_configure() {
cp ${WORKDIR}/Makefile ${S}/Makefile
cp ${WORKDIR}/config.make ${S}/config.make
cp ${WORKDIR}/libmii.c ${S}/libmii.c
cp ${WORKDIR}/mii-diag.c ${S}/mii-diag.c
cp ${WORKDIR}/net-tools-config.h ${S}/config.h
}
base_sbindir_progs_append = " mii-diag"
base_sbindir_progs_append
:
= " mii-diag"
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