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
35d8b73e
Commit
35d8b73e
authored
Nov 30, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+php.ini
parent
003a5d41
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
php.ini
recipes-devtools/php/files/php.ini
+2
-0
php_5.6.%.bbappend
recipes-devtools/php/php_5.6.%.bbappend
+7
-1
No files found.
recipes-devtools/php/files/php.ini
0 → 100644
View file @
35d8b73e
upload_max_filesize
=
200M
post_max_size
=
200M
recipes-devtools/php/php_5.6.%.bbappend
View file @
35d8b73e
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI_append += " file://php.ini"
EXTRA_OECONF += "--enable-elphel \
--with-curl=${STAGING_LIBDIR}/.. \
--with-readline=${STAGING_LIBDIR}/.. \
--with-config-file-path=${sysconfdir}/php \
"
DEPENDS += " curl"
...
...
@@ -64,7 +68,9 @@ ELPHEL_PR = "${@version_update('${VPATH}','${VFILE}',2)}"
FILES_${PN} += " /etc/*"
do_install_append(){
install -d ${D}/etc/elphel393/packages
install -d ${D}/etc/elphel393/packages -d ${D}/etc/php
install -m 0644 ${WORKDIR}/php.ini ${D}/etc/php
echo "${ELPHEL_PE}.${ELPHEL_PV}.${ELPHEL_PR}" > ${D}/etc/elphel393/packages/apps-php-extension
tar -czvf ${WORKDIR}/image.tar.gz -C ${WORKDIR}/image .
...
...
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