Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 9fc77fdd authored by Robert Nelson's avatar Robert Nelson
Browse files

elinux: switch to v4.14.x-ti kernel


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 8f86bae8
No related merge requests found
...@@ -104,13 +104,14 @@ repo_rcnee_pkg_list=" \ ...@@ -104,13 +104,14 @@ repo_rcnee_pkg_list=" \
bb-cape-overlays \ bb-cape-overlays \
bb-customizations \ bb-customizations \
bb-wl18xx-firmware \ bb-wl18xx-firmware \
connman \
libgpiod-utils \ libgpiod-utils \
linux-image-4.9.67-ti-r82 \ linux-image-4.14.4-ti-r15 \
linux-image-4.14.4-armv7-x2 \ linux-image-4.14.4-armv7-x2 \
rcn-ee-archive-keyring \ rcn-ee-archive-keyring \
" "
repo_rcnee_pkg_version="4.9.67-ti-r82" repo_rcnee_pkg_version="4.14.4-ti-r15"
include_firmware="enable" include_firmware="enable"
# #
chroot_COPY_SETUP_SDCARD="enable" chroot_COPY_SETUP_SDCARD="enable"
......
...@@ -34,7 +34,7 @@ deb_include=" \ ...@@ -34,7 +34,7 @@ deb_include=" \
firmware-realtek \ firmware-realtek \
firmware-ti-connectivity \ firmware-ti-connectivity \
firmware-zd1211 \ firmware-zd1211 \
git-core \ git \
hdparm \ hdparm \
hexedit \ hexedit \
hostapd \ hostapd \
...@@ -107,14 +107,14 @@ repo_rcnee_pkg_list=" \ ...@@ -107,14 +107,14 @@ repo_rcnee_pkg_list=" \
connman \ connman \
ipumm-dra7xx-installer \ ipumm-dra7xx-installer \
libgpiod-utils \ libgpiod-utils \
linux-image-4.9.67-ti-r82 \ linux-image-4.14.4-ti-r15 \
linux-image-4.14.4-armv7-x2 \ linux-image-4.14.4-armv7-x2 \
rcn-ee-archive-keyring \ rcn-ee-archive-keyring \
tiomapconf \ tiomapconf \
vpdma-dra7xx-installer \ vpdma-dra7xx-installer \
" "
repo_rcnee_pkg_version="4.9.67-ti-r82" repo_rcnee_pkg_version="4.14.4-ti-r15"
include_firmware="enable" include_firmware="enable"
# #
chroot_COPY_SETUP_SDCARD="enable" chroot_COPY_SETUP_SDCARD="enable"
......
...@@ -7,10 +7,10 @@ image_type="console" ...@@ -7,10 +7,10 @@ image_type="console"
##debootstrap --arch=${deb_arch} --include=${deb_include} --exclude=${deb_exclude} \ ##debootstrap --arch=${deb_arch} --include=${deb_include} --exclude=${deb_exclude} \
##--components=${deb_components} --foreign ${deb_codename} /tmp/tmp.dir/ http://${deb_mirror} ##--components=${deb_components} --foreign ${deb_codename} /tmp/tmp.dir/ http://${deb_mirror}
## ##
##
deb_distribution="ubuntu" deb_distribution="ubuntu"
deb_codename="xenial" deb_codename="xenial"
deb_arch="armhf" deb_arch="armhf"
#
deb_include=" \ deb_include=" \
acpid \ acpid \
alsa-utils \ alsa-utils \
...@@ -96,14 +96,14 @@ repo_rcnee_pkg_list=" \ ...@@ -96,14 +96,14 @@ repo_rcnee_pkg_list=" \
bb-customizations \ bb-customizations \
bb-wl18xx-firmware \ bb-wl18xx-firmware \
ipumm-dra7xx-installer \ ipumm-dra7xx-installer \
linux-image-4.9.67-ti-r82 \ linux-image-4.14.4-ti-r15 \
linux-image-4.14.4-armv7-x2 \ linux-image-4.14.4-armv7-x2 \
rcn-ee-archive-keyring \ rcn-ee-archive-keyring \
tiomapconf \ tiomapconf \
vpdma-dra7xx-installer \ vpdma-dra7xx-installer \
" "
repo_rcnee_pkg_version="4.9.67-ti-r82" repo_rcnee_pkg_version="4.14.4-ti-r15"
include_firmware="enable" include_firmware="enable"
# #
chroot_COPY_SETUP_SDCARD="enable" chroot_COPY_SETUP_SDCARD="enable"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment