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
fde00c6e
Commit
fde00c6e
authored
Feb 19, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. custom default hostname
parent
e8c6e139
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
3 deletions
+13
-3
elphel393.conf
conf/machine/elphel393.conf
+4
-1
microzed.conf
conf/machine/microzed.conf
+4
-1
elphel393.cfg
recipes-kernel/linux/config/elphel393.cfg
+1
-0
microzed.cfg
recipes-kernel/linux/config/microzed.cfg
+4
-1
No files found.
conf/machine/elphel393.conf
View file @
fde00c6e
...
...
@@ -17,3 +17,6 @@ SERIAL_CONSOLE = "115200 ttyPS0"
MACHINE_DEVICETREE
:=
"elphel393/elphel393.dts"
MACHINE_KCONFIG
:=
"common/elphel393_defconfig_${LINUX_VERSION}"
#hostname - applied to rootfs image
hostname_pn
-
base
-
files
=
"elphel393"
\ No newline at end of file
conf/machine/microzed.conf
View file @
fde00c6e
...
...
@@ -22,3 +22,6 @@ MACHINE_DEVICETREE := "common/zynq-base.dtsi microzed/microzed.dtsi microzed/mic
MACHINE_KCONFIG
:=
"common/microzed_defconfig_${LINUX_VERSION}"
IMAGE_BOOT_FILES
+=
"boot.bin ${MACHINE}.dtb"
#hostname - applied to rootfs image
hostname_pn
-
base
-
files
=
"elphelzed"
\ No newline at end of file
recipes-kernel/linux/config/elphel393.cfg
View file @
fde00c6e
...
...
@@ -3,6 +3,7 @@ CONFIG_COMMON_CLK_SI570=y
CONFIG_COMMON_CLK_SI5338=y
CONFIG_LTC3589=y
CONFIG_VSC330X=y
#default hostname for kernel, the default hostname for rootfs is set in the machine config
CONFIG_DEFAULT_HOSTNAME="elphel393"
CONFIG_GPIO_XILINX_PS=y
CONFIG_GPIO_PCA953X=y
...
...
recipes-kernel/linux/config/microzed.cfg
View file @
fde00c6e
...
...
@@ -15,3 +15,6 @@ CONFIG_CMA_SIZE_SEL_MBYTES=y
# CONFIG_CMA_SIZE_SEL_MAX is not set
CONFIG_CMA_ALIGNMENT=8
#CONFIG_CMA_AREAS=7 #obsolete
#default hostname for kernel, the default hostname for rootfs is set in the machine config:
CONFIG_DEFAULT_HOSTNAME="microzed"
\ No newline at end of file
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