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
498794a3
Commit
498794a3
authored
Jun 21, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. clues-comments on how to build a read-only rootfs 2. wifi config tests (commented out)
parent
b78693cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
core-image-elphel393.bb
recipes-core/images/core-image-elphel393.bb
+5
-0
elphel393.cfg
recipes-kernel/linux/config/elphel393.cfg
+8
-1
No files found.
recipes-core/images/core-image-elphel393.bb
View file @
498794a3
...
@@ -2,6 +2,8 @@ DESCRIPTION = "Elphel NC 393 image (based on core-image-minimal)."
...
@@ -2,6 +2,8 @@ DESCRIPTION = "Elphel NC 393 image (based on core-image-minimal)."
IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
#IMAGE_FEATURES = "read-only-rootfs"
# 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 += " python-core \
...
@@ -37,6 +39,7 @@ IMAGE_INSTALL_append += " python-core \
...
@@ -37,6 +39,7 @@ IMAGE_INSTALL_append += " python-core \
iw \
iw \
wpa-supplicant \
wpa-supplicant \
dhcp-client \
dhcp-client \
dhcpcd \
linux-firmware-rtl8192cu \
linux-firmware-rtl8192cu \
init-elphel393 \
init-elphel393 \
init-tempmon \
init-tempmon \
...
@@ -50,6 +53,8 @@ IMAGE_INSTALL_append += " python-core \
...
@@ -50,6 +53,8 @@ IMAGE_INSTALL_append += " python-core \
# gstreamer1.0-plugins-good \
# gstreamer1.0-plugins-good \
# gstreamer1.0-plugins-bad \
# gstreamer1.0-plugins-bad \
# gstreamer1.0-rtsp-server \
# gstreamer1.0-rtsp-server \
# opencv-apps \
# python-opencv \
#
#
#kernel-modules
#kernel-modules
...
...
recipes-kernel/linux/config/elphel393.cfg
View file @
498794a3
...
@@ -61,11 +61,18 @@ CONFIG_USB_GADGET=n
...
@@ -61,11 +61,18 @@ CONFIG_USB_GADGET=n
CONFIG_GPIO_PCF857X=y
CONFIG_GPIO_PCF857X=y
CONFIG_WIRELESS=y
#CONFIG_HOSTAP=y
#CONFIG_LIB80211=y
#CONFIG_LIB80211_DEBUG=y
#CONFIG_LIB80211_CRYPT_WEP=m
#CONFIG_LIB80211_CRYPT_CCMP=m
#CONFIG_LIB80211_CRYPT_TKIP=m
#wifi
#wifi
CONFIG_CFG80211=y
CONFIG_CFG80211=y
CONFIG_MAC80211=y
CONFIG_MAC80211=y
CONFIG_RTL_CARDS=y
CONFIG_RTL_CARDS=y
CONFIG_RTL8192CU=y
CONFIG_RTL8192CU=y
#https://forums.gentoo.org/viewtopic-t-965024-start-0.html
#https://forums.gentoo.org/viewtopic-t-965024-start-0.html
#CONFIG_RFKILL=y
#CONFIG_RFKILL=y
#CONFIG_RFKILL_INPUT=y
#CONFIG_RFKILL_INPUT=y
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