Skip to content

Commit

Permalink
Prepare 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
OstermannD committed Dec 11, 2020
1 parent a9b944f commit e5a76e1
Show file tree
Hide file tree
Showing 114 changed files with 2,300 additions and 3,277 deletions.
3 changes: 3 additions & 0 deletions docs/sample/conf/h3vc/poky-gcc/rswitch/local-wayland-mmp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ TASK_BASIC_SSHDAEMON = " openssh-sshd openssh-sftp openssh-sftp-server"
# Enable capabilitiy to update U-Boot from Linux
DISTRO_FEATURES_append = " hyperflash-linux"

# Build the image for R-Switch1 instead of R-Switch2
#DISTRO_FEATURES_append = " rswitch1"

# Enable Gfx Pkgs
MACHINE_FEATURES_append = " gsx"
MULTI_PROVIDER_WHITELIST += "virtual/libgl virtual/egl virtual/libgles1 virtual/libgles2"
Expand Down
3 changes: 3 additions & 0 deletions docs/sample/conf/h3vc/poky-gcc/rswitch/local-wayland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ TASK_BASIC_SSHDAEMON = " openssh-sshd openssh-sftp openssh-sftp-server"
# Enable capabilitiy to update U-Boot from Linux
DISTRO_FEATURES_append = " hyperflash-linux"

# Build the image for R-Switch1 instead of R-Switch2
#DISTRO_FEATURES_append = " rswitch1"

# Enable Gfx Pkgs
MACHINE_FEATURES_append = " gsx"
MULTI_PROVIDER_WHITELIST += "virtual/libgl virtual/egl virtual/libgles1 virtual/libgles2"
Expand Down
3 changes: 3 additions & 0 deletions docs/sample/conf/h3vc/poky-gcc/rswitch/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,6 @@ TASK_BASIC_SSHDAEMON = " openssh-sshd openssh-sftp openssh-sftp-server"
# Enable capabilitiy to update U-Boot from Linux
DISTRO_FEATURES_append = " hyperflash-linux"

# Build the image for R-Switch1 instead of R-Switch2
#DISTRO_FEATURES_append = " rswitch1"

18 changes: 18 additions & 0 deletions recipes-connectivity/eth-avb-conf/eth-avb-conf.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
SUMMARY = "Ethernet AVB configuration."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

PV = "1.0"

SRC_URI = " \
file://eth_avb.network \
"

FILES_${PN} = " \
${sysconfdir}/systemd/network/eth_avb.network \
"

do_install() {
install -d ${D}${sysconfdir}/systemd/network
install -m 0644 ${WORKDIR}/eth_avb.network ${D}${sysconfdir}/systemd/network
}
8 changes: 8 additions & 0 deletions recipes-connectivity/eth-avb-conf/files/eth_avb.network
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Match]
Name=eth0

[Network]
DHCP=yes
#Address=192.168.178.1/24
#Gateway=192.168.178.61

2 changes: 1 addition & 1 deletion recipes-connectivity/sllin/sllin.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PN = "sllin"
PE = "1"
PV = "0.1"

SRC_URI = "git://rtime.felk.cvut.cz/linux-lin.git \
SRC_URI = "git://github.com/ppisa/linux-lin.git \
file://0001-update-to-4.14-compatibility.patch \
"
SRCREV = "fdb6110ae3fa0f14137ffbec4af1bc124945a076"
Expand Down
13 changes: 0 additions & 13 deletions recipes-core/base-files/base-files_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
PR .= ".1"

SRC_URI_append = "file://vc-startup.sh \
"


# these 3 lines will have the script run on boot
inherit update-rc.d
INITSCRIPT_PACKAGES = "${PN}"
INITSCRIPT_NAME = "vc-startup.sh"


do_install_append () {
# change the default hostname
echo vc99 > ${D}${sysconfdir}/hostname

install -d ${D}${INIT_D_DIR}
install -m 0755 ${S}/vc-startup.sh ${D}${INIT_D_DIR}/vc-startup.sh
}


Expand Down
2 changes: 1 addition & 1 deletion recipes-core/base-files/files/profile
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ unset color_prompt force_color_prompt
alias ..='cd ..'
alias lll='ls -la'
alias ll='ls -l'
alias psu='ps -u 1000 f'
alias sst='svn stat | grep -v "?"'
alias psu='ps -u$USER f'
alias nst='netstat -pan | grep tcp'
alias nsu='netstat -pan | grep udp'
alias e0='ifconfig eth0 | grep inet'

export HISTCONTROL=ignoreboth

Expand Down
33 changes: 0 additions & 33 deletions recipes-core/base-files/files/vc-startup.sh

This file was deleted.

Loading

0 comments on commit e5a76e1

Please sign in to comment.