Compare commits
No commits in common. "2ea40c1e8aea2a92670adf95cd8a7fd4c105e57d" and "63182b910a07b438aba7fa51580e6c65dd23ad09" have entirely different histories.
2ea40c1e8a
...
63182b910a
@ -1,7 +1,6 @@
|
|||||||
Common targets are:
|
Common targets are:
|
||||||
console-image
|
console-image
|
||||||
console-dev-image
|
console-dev-image
|
||||||
tiny-image
|
|
||||||
core-image-minimal
|
core-image-minimal
|
||||||
core-image-sato
|
core-image-sato
|
||||||
meta-toolchain
|
meta-toolchain
|
||||||
|
@ -4,7 +4,7 @@ MACHINE ?= "bananapi-m3"
|
|||||||
#SSTATE_DIR ?= "${TOPDIR}/../../sstate-cache"
|
#SSTATE_DIR ?= "${TOPDIR}/../../sstate-cache"
|
||||||
#TMPDIR = "${TOPDIR}/tmp"
|
#TMPDIR = "${TOPDIR}/tmp"
|
||||||
|
|
||||||
DISTRO ?= "roro"
|
DISTRO ?= "poky"
|
||||||
PACKAGE_CLASSES ?= "package_ipk"
|
PACKAGE_CLASSES ?= "package_ipk"
|
||||||
|
|
||||||
#SDKMACHINE ?= "i686"
|
#SDKMACHINE ?= "i686"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
|
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
|
||||||
# changes incompatibly
|
# changes incompatibly
|
||||||
POKY_BBLAYERS_CONF_VERSION = "3"
|
POKY_BBLAYERS_CONF_VERSION = "2"
|
||||||
|
|
||||||
BBPATH = "${TOPDIR}"
|
BBPATH = "${TOPDIR}"
|
||||||
BBFILES ?= ""
|
BBFILES ?= ""
|
||||||
@ -9,11 +9,8 @@ BBLAYERS ?= " \
|
|||||||
${TOPDIR}/../layers/poky/meta \
|
${TOPDIR}/../layers/poky/meta \
|
||||||
${TOPDIR}/../layers/poky/meta-poky \
|
${TOPDIR}/../layers/poky/meta-poky \
|
||||||
${TOPDIR}/../layers/poky/meta-yocto-bsp \
|
${TOPDIR}/../layers/poky/meta-yocto-bsp \
|
||||||
${TOPDIR}/../layers/meta-openembedded/meta-filesystems \
|
|
||||||
${TOPDIR}/../layers/meta-openembedded/meta-oe \
|
${TOPDIR}/../layers/meta-openembedded/meta-oe \
|
||||||
${TOPDIR}/../layers/meta-openembedded/meta-networking \
|
${TOPDIR}/../layers/meta-openembedded/meta-networking \
|
||||||
${TOPDIR}/../layers/meta-openembedded/meta-python \
|
${TOPDIR}/../layers/meta-openembedded/meta-python \
|
||||||
${TOPDIR}/../layers/meta-virtualization \
|
|
||||||
${TOPDIR}/../layers/meta-blackfinn \
|
${TOPDIR}/../layers/meta-blackfinn \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
Common targets are:
|
Common targets are:
|
||||||
console-image
|
console-image
|
||||||
console-dev-image
|
console-dev-image
|
||||||
docker-image
|
|
||||||
tiny-image
|
|
||||||
core-image-minimal
|
core-image-minimal
|
||||||
core-image-sato
|
core-image-sato
|
||||||
meta-toolchain
|
meta-toolchain
|
||||||
|
@ -4,7 +4,7 @@ MACHINE ?= "beaglebone-yocto"
|
|||||||
#SSTATE_DIR ?= "${TOPDIR}/../../sstate-cache"
|
#SSTATE_DIR ?= "${TOPDIR}/../../sstate-cache"
|
||||||
#TMPDIR = "${TOPDIR}/tmp"
|
#TMPDIR = "${TOPDIR}/tmp"
|
||||||
|
|
||||||
DISTRO ?= "roro"
|
DISTRO ?= "poky"
|
||||||
PACKAGE_CLASSES ?= "package_ipk"
|
PACKAGE_CLASSES ?= "package_ipk"
|
||||||
|
|
||||||
#SDKMACHINE ?= "i686"
|
#SDKMACHINE ?= "i686"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
|
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
|
||||||
# changes incompatibly
|
# changes incompatibly
|
||||||
POKY_BBLAYERS_CONF_VERSION = "3"
|
POKY_BBLAYERS_CONF_VERSION = "2"
|
||||||
|
|
||||||
BBPATH = "${TOPDIR}"
|
BBPATH = "${TOPDIR}"
|
||||||
BBFILES ?= ""
|
BBFILES ?= ""
|
||||||
@ -9,11 +9,9 @@ BBLAYERS ?= " \
|
|||||||
${TOPDIR}/../layers/poky/meta \
|
${TOPDIR}/../layers/poky/meta \
|
||||||
${TOPDIR}/../layers/poky/meta-poky \
|
${TOPDIR}/../layers/poky/meta-poky \
|
||||||
${TOPDIR}/../layers/poky/meta-yocto-bsp \
|
${TOPDIR}/../layers/poky/meta-yocto-bsp \
|
||||||
${TOPDIR}/../layers/meta-openembedded/meta-filesystems \
|
|
||||||
${TOPDIR}/../layers/meta-openembedded/meta-oe \
|
${TOPDIR}/../layers/meta-openembedded/meta-oe \
|
||||||
${TOPDIR}/../layers/meta-openembedded/meta-networking \
|
${TOPDIR}/../layers/meta-openembedded/meta-networking \
|
||||||
${TOPDIR}/../layers/meta-openembedded/meta-python \
|
${TOPDIR}/../layers/meta-openembedded/meta-python \
|
||||||
${TOPDIR}/../layers/meta-raspberrypi \
|
${TOPDIR}/../layers/meta-raspberrypi \
|
||||||
${TOPDIR}/../layers/meta-virtualization \
|
|
||||||
${TOPDIR}/../layers/meta-blackfinn \
|
${TOPDIR}/../layers/meta-blackfinn \
|
||||||
"
|
"
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
Common targets are:
|
Common targets are:
|
||||||
console-image
|
console-image
|
||||||
console-dev-image
|
console-dev-image
|
||||||
tiny-image
|
|
||||||
docker-image
|
|
||||||
core-image-minimal
|
core-image-minimal
|
||||||
core-image-sato
|
core-image-sato
|
||||||
meta-toolchain
|
meta-toolchain
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
MACHINE ?= "raspberrypi3-64"
|
MACHINE ?= "raspberrypi3-64"
|
||||||
|
|
||||||
DISTRO ?= "roro"
|
DISTRO ?= "poky"
|
||||||
PACKAGE_CLASSES ?= "package_ipk"
|
PACKAGE_CLASSES ?= "package_ipk"
|
||||||
|
|
||||||
#SDKMACHINE ?= "i686"
|
#SDKMACHINE ?= "i686"
|
||||||
@ -27,10 +27,6 @@ BB_DISKMON_DIRS = "\
|
|||||||
|
|
||||||
CONF_VERSION = "1"
|
CONF_VERSION = "1"
|
||||||
|
|
||||||
ENABLE_UART = "1"
|
|
||||||
ENABLE_SPI = "1"
|
|
||||||
ENABLE_I2C = "1"
|
|
||||||
|
|
||||||
INHERIT += "rm_work"
|
INHERIT += "rm_work"
|
||||||
|
|
||||||
INHERIT += "own-mirrors"
|
INHERIT += "own-mirrors"
|
||||||
|
@ -1,44 +0,0 @@
|
|||||||
require conf/distro/poky.conf
|
|
||||||
# distro name
|
|
||||||
DISTRO = "roro"
|
|
||||||
DISTRO_NAME = "roro distribution"
|
|
||||||
DISTRO_VERSION = "1.0"
|
|
||||||
DISTRO_CODENAME = "roro"
|
|
||||||
#DISTRO_FEATURES_append = " alsa usbhost usbgadget keyboard bluetooth"
|
|
||||||
|
|
||||||
# Comment out any of the lines below to disable them in the build
|
|
||||||
# DISTRO_FEATURES options:
|
|
||||||
# alsa bluetooth ext2 pcmcia usbgadget usbhost wifi nfs zeroconf pci
|
|
||||||
DISTRO_FEATURES_TINY = "largefile zeroconf virtualization"
|
|
||||||
DISTRO_FEATURES_NET = "ipv4 ipv6"
|
|
||||||
DISTRO_FEATURES_USB = "usbhost"
|
|
||||||
DISTRO_FEATURES_WIFI = "wifi"
|
|
||||||
|
|
||||||
DISTRO_FEATURES = " \
|
|
||||||
${DISTRO_FEATURES_TINY} \
|
|
||||||
${DISTRO_FEATURES_NET} \
|
|
||||||
${DISTRO_FEATURES_USB} \
|
|
||||||
${DISTRO_FEATURES_WIFI} \
|
|
||||||
"
|
|
||||||
|
|
||||||
POKY_DEFAULT_EXTRA_RDEPENDS = "packagegroup-core-boot"
|
|
||||||
POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet"
|
|
||||||
|
|
||||||
INIT_MANAGER ?= "mdev-busybox"
|
|
||||||
TCLIBC = "musl"
|
|
||||||
|
|
||||||
# Disable wide char support for ncurses as we don't include it in
|
|
||||||
# in the LIBC features below.
|
|
||||||
# Leave native enable to avoid build failures
|
|
||||||
ENABLE_WIDEC = "false"
|
|
||||||
ENABLE_WIDEC_class-native = "true"
|
|
||||||
|
|
||||||
# Drop native language support. This removes the
|
|
||||||
# eglibc->bash->gettext->libc-posix-clang-wchar dependency.
|
|
||||||
USE_NLS="no"
|
|
||||||
|
|
||||||
SDK_VENDOR = "-rorodistsdk"
|
|
||||||
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
|
|
||||||
MAINTAINER = "rorodist "
|
|
||||||
INHERIT += "buildhistory"
|
|
||||||
BUILDHISTORY_COMMIT = "1"
|
|
15
conf/distro/tkl.conf
Normal file
15
conf/distro/tkl.conf
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
require conf/distro/poky.conf
|
||||||
|
# distro name
|
||||||
|
DISTRO = "tkl"
|
||||||
|
DISTRO_NAME = "tkl distribution"
|
||||||
|
DISTRO_VERSION = "1.0"
|
||||||
|
DISTRO_CODENAME = "tkl"
|
||||||
|
#DISTRO_FEATURES_append = " alsa usbhost usbgadget keyboard bluetooth"
|
||||||
|
|
||||||
|
PREFERRED_VERSION_mypy = "0.4.2"
|
||||||
|
|
||||||
|
SDK_VENDOR = "-tkldistsdk"
|
||||||
|
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
|
||||||
|
MAINTAINER = "tkldist "
|
||||||
|
INHERIT += "buildhistory"
|
||||||
|
BUILDHISTORY_COMMIT = "1"
|
@ -1,18 +0,0 @@
|
|||||||
LICENSE = "GPLv2"
|
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
|
||||||
|
|
||||||
SRC_URI += " \
|
|
||||||
file://docker.init \
|
|
||||||
file://S49cgroups_mount.sh \
|
|
||||||
"
|
|
||||||
|
|
||||||
do_install_append () {
|
|
||||||
install -d ${D}${sysconfdir}/
|
|
||||||
install -d ${D}${sysconfdir}/rcS.d/
|
|
||||||
install -m 0755 ${WORKDIR}/S49cgroups_mount.sh ${D}${sysconfdir}/rcS.d/
|
|
||||||
|
|
||||||
cd ${D}${sysconfdir}/rcS.d/
|
|
||||||
ln -s ../init.d/docker.init S50docker.sh
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
case "${1}" in
|
|
||||||
start)
|
|
||||||
cgroups-mount
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
echo "Usage: ${0} {start}"
|
|
||||||
exit 1
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
@ -1,131 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
# /etc/rc.d/init.d/docker
|
|
||||||
#
|
|
||||||
# Daemon for docker.com
|
|
||||||
#
|
|
||||||
# chkconfig: 2345 95 95
|
|
||||||
# description: Daemon for docker.com
|
|
||||||
|
|
||||||
### BEGIN INIT INFO
|
|
||||||
# Provides: docker
|
|
||||||
# Required-Start: $network cgconfig
|
|
||||||
# Required-Stop:
|
|
||||||
# Should-Start:
|
|
||||||
# Should-Stop:
|
|
||||||
# Default-Start: 2 3 4 5
|
|
||||||
# Default-Stop: 0 1 6
|
|
||||||
# Short-Description: start and stop docker
|
|
||||||
# Description: Daemon for docker.com
|
|
||||||
### END INIT INFO
|
|
||||||
|
|
||||||
# Source function library.
|
|
||||||
. /etc/init.d/functions
|
|
||||||
|
|
||||||
prog="dockerd"
|
|
||||||
unshare=/usr/bin/unshare
|
|
||||||
exec="/usr/bin/$prog"
|
|
||||||
pidfile="/var/run/$prog.pid"
|
|
||||||
lockfile="/var/lock/subsys/$prog"
|
|
||||||
logfile="/var/log/$prog"
|
|
||||||
other_args="--pidfile $pidfile --registry-mirror=http://localhost:5000 --insecure-registry=http://localhost:5000 --raw-logs"
|
|
||||||
|
|
||||||
[ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog
|
|
||||||
|
|
||||||
start() {
|
|
||||||
[ -x $exec ] || exit 5
|
|
||||||
|
|
||||||
check_for_cleanup
|
|
||||||
|
|
||||||
if ! [ -f $pidfile ]; then
|
|
||||||
printf "Starting $prog:\t"
|
|
||||||
echo -e "\n$(date)\n" >> $logfile
|
|
||||||
"$unshare" -m -- $exec $other_args & >> $logfile &
|
|
||||||
pid=$!
|
|
||||||
touch $lockfile
|
|
||||||
# wait up to 10 seconds for the pidfile to exist. see
|
|
||||||
# https://github.com/docker/docker/issues/5359
|
|
||||||
tries=0
|
|
||||||
while [ ! -f $pidfile -a $tries -lt 10 ]; do
|
|
||||||
sleep 1
|
|
||||||
tries=$((tries + 1))
|
|
||||||
done
|
|
||||||
success
|
|
||||||
echo
|
|
||||||
else
|
|
||||||
failure
|
|
||||||
echo
|
|
||||||
printf "$pidfile still exists...\n"
|
|
||||||
exit 7
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
stop() {
|
|
||||||
echo -n $"Stopping $prog: "
|
|
||||||
killproc $prog
|
|
||||||
retval=$?
|
|
||||||
echo
|
|
||||||
[ $retval -eq 0 ] && rm -f $lockfile
|
|
||||||
return $retval
|
|
||||||
}
|
|
||||||
|
|
||||||
restart() {
|
|
||||||
stop
|
|
||||||
start
|
|
||||||
}
|
|
||||||
|
|
||||||
reload() {
|
|
||||||
restart
|
|
||||||
}
|
|
||||||
|
|
||||||
force_reload() {
|
|
||||||
restart
|
|
||||||
}
|
|
||||||
|
|
||||||
rh_status() {
|
|
||||||
status $prog
|
|
||||||
}
|
|
||||||
|
|
||||||
rh_status_q() {
|
|
||||||
rh_status >/dev/null 2>&1
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
check_for_cleanup() {
|
|
||||||
if [ -f ${pidfile} ]; then
|
|
||||||
/bin/ps -fp $(cat ${pidfile}) > /dev/null || rm ${pidfile}
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
case "$1" in
|
|
||||||
start)
|
|
||||||
rh_status_q && exit 0
|
|
||||||
$1
|
|
||||||
;;
|
|
||||||
stop)
|
|
||||||
rh_status_q || exit 0
|
|
||||||
$1
|
|
||||||
;;
|
|
||||||
restart)
|
|
||||||
$1
|
|
||||||
;;
|
|
||||||
reload)
|
|
||||||
rh_status_q || exit 7
|
|
||||||
$1
|
|
||||||
;;
|
|
||||||
force-reload)
|
|
||||||
force_reload
|
|
||||||
;;
|
|
||||||
status)
|
|
||||||
rh_status
|
|
||||||
;;
|
|
||||||
condrestart|try-restart)
|
|
||||||
rh_status_q || exit 0
|
|
||||||
restart
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
|
|
||||||
exit 2
|
|
||||||
esac
|
|
||||||
|
|
||||||
exit $?
|
|
@ -1,19 +0,0 @@
|
|||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
|
||||||
|
|
||||||
SRC_URI += " \
|
|
||||||
file://S20load_modules.sh \
|
|
||||||
file://fragments.cfg \
|
|
||||||
file://ntp.conf \
|
|
||||||
file://ntpd \
|
|
||||||
"
|
|
||||||
|
|
||||||
do_install_append () {
|
|
||||||
install -d ${D}${sysconfdir}/rcS.d/
|
|
||||||
install -m 0644 ${WORKDIR}/ntp.conf ${D}${sysconfdir}
|
|
||||||
install -m 0755 ${WORKDIR}/ntpd ${D}${sysconfdir}/init.d/
|
|
||||||
install -m 0755 ${WORKDIR}/S20load_modules.sh ${D}${sysconfdir}/rcS.d/
|
|
||||||
|
|
||||||
cd ${D}${sysconfdir}/rcS.d/
|
|
||||||
ln -s ../init.d/ntpd S48ntpd.sh
|
|
||||||
}
|
|
||||||
|
|
@ -1,26 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
LOAD_DIR="/etc/modules-load.d"
|
|
||||||
MODULES="$(ls $LOAD_DIR)"
|
|
||||||
|
|
||||||
case "${1}" in
|
|
||||||
start)
|
|
||||||
for MOD in $MODULES;
|
|
||||||
do
|
|
||||||
while read module args;
|
|
||||||
do
|
|
||||||
# Ignore comments and blank lines
|
|
||||||
case "$module" in
|
|
||||||
""|"#"*) continue;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
modprobe ${module} ${args}
|
|
||||||
done < $LOAD_DIR/$MOD
|
|
||||||
done
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
echo "Usage: ${0} {start}"
|
|
||||||
exit 1
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
|||||||
CONFIG_NTPD=y
|
|
||||||
CONFIG_FEATURE_NTPD_SERVER=y
|
|
||||||
CONFIG_FEATURE_NTPD_CONF=y
|
|
||||||
CONFIG_FEATURE_NTP_AUTH=y
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
|||||||
server 0.europe.pool.ntp.org
|
|
||||||
server 1.europe.pool.ntp.org
|
|
||||||
server 2.europe.pool.ntp.org
|
|
||||||
server 3.europe.pool.ntp.org
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
case "${1}" in
|
|
||||||
start)
|
|
||||||
ntpd -q
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
echo "Usage: ${0} {start}"
|
|
||||||
exit 1
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
SUMMARY = "A tiny image"
|
|
||||||
HOMEPAGE = "https://blackfinn.de"
|
|
||||||
LICENSE = "MIT"
|
|
||||||
|
|
||||||
require tiny-image-base.inc
|
|
||||||
|
|
||||||
IMAGE_INSTALL_append = " initscripts init-ifupdown docker-ce"
|
|
||||||
|
|
||||||
export IMAGE_BASENAME = "docker-image"
|
|
||||||
|
|
@ -1,49 +0,0 @@
|
|||||||
inherit core-image
|
|
||||||
|
|
||||||
require users.inc
|
|
||||||
|
|
||||||
IMAGE_FEATURES += "package-management"
|
|
||||||
|
|
||||||
CORE_OS = " \
|
|
||||||
openssh \
|
|
||||||
openssh-keygen \
|
|
||||||
openssh-sftp-server \
|
|
||||||
psplash \
|
|
||||||
tzdata \
|
|
||||||
"
|
|
||||||
|
|
||||||
KERNEL_EXTRA_INSTALL = " \
|
|
||||||
kernel-modules \
|
|
||||||
"
|
|
||||||
|
|
||||||
WIFI_SUPPORT = " \
|
|
||||||
wpa-supplicant \
|
|
||||||
"
|
|
||||||
|
|
||||||
EXTRA_TOOLS_INSTALL = " \
|
|
||||||
"
|
|
||||||
|
|
||||||
IMAGE_INSTALL += " \
|
|
||||||
${CORE_OS} \
|
|
||||||
${EXTRA_TOOLS_INSTALL} \
|
|
||||||
${KERNEL_EXTRA_INSTALL} \
|
|
||||||
${WIFI_SUPPORT} \
|
|
||||||
"
|
|
||||||
|
|
||||||
IMAGE_INSTALL_append_beaglebone-yocto = " linux-firmware-rtl8192cu"
|
|
||||||
#IMAGE_INSTALL_append_raspberrypi3_64 += " linux-firmware-bcm43430"
|
|
||||||
IMAGE_INSTALL_append_bananapi-m3 += " linux-firmware-bcm43430"
|
|
||||||
|
|
||||||
set_local_timezone() {
|
|
||||||
ln -sf /usr/share/zoneinfo/Europe/Berlin ${IMAGE_ROOTFS}/etc/localtime
|
|
||||||
}
|
|
||||||
|
|
||||||
disable_bootlogd() {
|
|
||||||
echo BOOTLOGD_ENABLE=no > ${IMAGE_ROOTFS}/etc/default/bootlogd
|
|
||||||
}
|
|
||||||
|
|
||||||
ROOTFS_POSTPROCESS_COMMAND += " \
|
|
||||||
set_local_timezone ; \
|
|
||||||
disable_bootlogd ; \
|
|
||||||
"
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
SUMMARY = "A tiny image"
|
|
||||||
HOMEPAGE = "https://blackfinn.de"
|
|
||||||
LICENSE = "MIT"
|
|
||||||
|
|
||||||
require tiny-image-base.inc
|
|
||||||
|
|
||||||
export IMAGE_BASENAME = "tiny-image"
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
inherit extrausers
|
|
||||||
|
|
||||||
# Encrypt the password with: echo "<password>" | openssl passwd -1 -stdin
|
|
||||||
EXTRA_USERS_PARAMS = " \
|
|
||||||
usermod -p '\$1\$4h5Qdc3i\$Vke4J2Ci5z.D3TtFDmV9r/' root; \
|
|
||||||
useradd -p '\$1\$4h5Qdc3i\$Vke4J2Ci5z.D3TtFDmV9r/' tkl; \
|
|
||||||
"
|
|
||||||
|
|
@ -1,8 +1,2 @@
|
|||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||||
|
|
||||||
do_install_append () {
|
|
||||||
mkdir -p ${D}${sysconfdir}/rcS.d/
|
|
||||||
cd ${D}${sysconfdir}/rcS.d/
|
|
||||||
ln -s ../init.d/networking S40networking.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
KERNEL_MODULE_AUTOLOAD += " brcmfmac"
|
|
||||||
|
|
||||||
do_install_append () {
|
|
||||||
install -d ${D}/lib/
|
|
||||||
install -d ${D}/lib/firmware/
|
|
||||||
install -d ${D}/lib/firmware/brcm
|
|
||||||
cd ${D}/lib/firmware/brcm
|
|
||||||
ln -s brcmfmac43430-sdio.raspberrypi,3-model-b.txt brcmfmac43430-sdio.txt
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
|||||||
CONFIG_DEBUG_BLK_CGROUP=y
|
|
||||||
CONFIG_CFS_BANDWIDTH=y
|
|
||||||
CONFIG_CGROUP_RDMA=y
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
|||||||
KERNEL_MODULE_AUTOLOAD += " brcmfmac i2c-dev spi-bcm2835"
|
|
||||||
|
|
@ -14,6 +14,5 @@ KERNEL_CONFIG_FRAGMENTS_append_ti33x = " \
|
|||||||
${WORKDIR}/rtl8192cu.cfg \
|
${WORKDIR}/rtl8192cu.cfg \
|
||||||
${WORKDIR}/enable_onboard_leds.cfg \
|
${WORKDIR}/enable_onboard_leds.cfg \
|
||||||
${WORKDIR}/enable_hostap_wext.cfg \
|
${WORKDIR}/enable_hostap_wext.cfg \
|
||||||
${WORKDIR}/enable_cgroups.cfg \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user