aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2017-09-15 15:39:34 +0300
committerRiku Voipio <riku.voipio@linaro.org>2017-09-15 15:44:06 +0300
commit6183062296829f9304d34983a3162c00aa20dae3 (patch)
tree63cfd86967e55bf113a1c58a00acd0fae1b6da79
parenta494298e753d0df27a1b0afe54a4d147b001a41d (diff)
more db410c bits
-rw-r--r--files/etc/apt/sources.list.d/linaro.list/QCOM1
-rw-r--r--files/etc/apt/sources.list/DEBIAN2
-rw-r--r--files/etc/apt/sources.list/STRETCH2
-rw-r--r--package_config/ALIP3
-rw-r--r--package_config/DEBIAN1
-rw-r--r--package_config/DEVELOPER1
-rw-r--r--package_config/INSTALLER1
-rw-r--r--package_config/QCOM5
-rwxr-xr-x[-rw-r--r--]scripts/DB410C/21-customize (renamed from scripts/DB410C/10-customize)12
-rwxr-xr-xscripts/LINARO/10-apt2
10 files changed, 19 insertions, 11 deletions
diff --git a/files/etc/apt/sources.list.d/linaro.list/QCOM b/files/etc/apt/sources.list.d/linaro.list/QCOM
index 2babf21..758a65c 100644
--- a/files/etc/apt/sources.list.d/linaro.list/QCOM
+++ b/files/etc/apt/sources.list.d/linaro.list/QCOM
@@ -1 +1,2 @@
deb http://obs.linaro.org/qcom/${release}/ ./
+deb http://obs.linaro.org/home:/riku.voipio/linaro-overlay-stretch_Debian_9.0/ ./
diff --git a/files/etc/apt/sources.list/DEBIAN b/files/etc/apt/sources.list/DEBIAN
index 8ebdbfb..5fdee74 100644
--- a/files/etc/apt/sources.list/DEBIAN
+++ b/files/etc/apt/sources.list/DEBIAN
@@ -1,3 +1 @@
deb ${apt_cdn}/debian ${release} main
-deb http://security.debian.org/ ${release}/updates main
-deb ${apt_cdn}/debian ${release}-updates main
diff --git a/files/etc/apt/sources.list/STRETCH b/files/etc/apt/sources.list/STRETCH
new file mode 100644
index 0000000..4343e40
--- /dev/null
+++ b/files/etc/apt/sources.list/STRETCH
@@ -0,0 +1,2 @@
+deb http://security.debian.org/ ${release}/updates main
+deb ${apt_cdn}/debian ${release}-updates main
diff --git a/package_config/ALIP b/package_config/ALIP
index 9ba6b4b..35e1b01 100644
--- a/package_config/ALIP
+++ b/package_config/ALIP
@@ -1,5 +1,4 @@
PACKAGES install
-
bluedevil
breeze
chromium
@@ -81,3 +80,5 @@ nodejs
PACKAGES install SID
nodejs
+PACKAGES install QCOM
+96boards-artwork
diff --git a/package_config/DEBIAN b/package_config/DEBIAN
index 39600e4..224e4b5 100644
--- a/package_config/DEBIAN
+++ b/package_config/DEBIAN
@@ -1,5 +1,4 @@
PACKAGES install
-
adduser
apt
apt-utils
diff --git a/package_config/DEVELOPER b/package_config/DEVELOPER
index a0f7482..6e0839d 100644
--- a/package_config/DEVELOPER
+++ b/package_config/DEVELOPER
@@ -1,3 +1,4 @@
+PACKAGES install
babeltrace
bluez
build-essential
diff --git a/package_config/INSTALLER b/package_config/INSTALLER
index 1962684..4966617 100644
--- a/package_config/INSTALLER
+++ b/package_config/INSTALLER
@@ -1,5 +1,4 @@
PACKAGES install
-
96boards-installer-session
android-tools-fsutils
grub-common
diff --git a/package_config/QCOM b/package_config/QCOM
index 3d4ed32..003b124 100644
--- a/package_config/QCOM
+++ b/package_config/QCOM
@@ -1,6 +1,7 @@
PACKAGES install
-linux-image-4.9.47-lt-qcom
-linux-headers-4.9.47-lt-qcom
+u-boot-menu
+u-boot
+linux-image-4.9.47-00529-g487f36cde580
firmware-linux
wcnss-start
diff --git a/scripts/DB410C/10-customize b/scripts/DB410C/21-customize
index 5015a5f..c44f03c 100644..100755
--- a/scripts/DB410C/10-customize
+++ b/scripts/DB410C/21-customize
@@ -18,13 +18,19 @@ if [ -n "${QCOM_FIRMWARE}" ]; then
fi
if [ -f $target/etc/NetworkManager/NetworkManager.conf ]; then
- cat << EOF | tee -a $target/etc/NetworkManager/NetworkManager.conf
+ cat << EOF >> $target/etc/NetworkManager/NetworkManager.conf
[device]
wifi.scan-rand-mac-address=no
EOF
fi
+cat << EOF > $target/etc/default/u-boot
+U_BOOT_FDT=qcom/apq8016-sbc.dtb
+U_BOOT_PARAMETERS="rw rootwait"
+EOF
+cat << EOF > $target/etc/fstab
+/dev/disk/by-partlabel/rootfs / ext4 rw,relatime,data=ordered 0 1
+EOF
-
-
+chroot $target /usr/sbin/u-boot-update
diff --git a/scripts/LINARO/10-apt b/scripts/LINARO/10-apt
index 4064d65..3a08103 100755
--- a/scripts/LINARO/10-apt
+++ b/scripts/LINARO/10-apt
@@ -1,6 +1,6 @@
#!/bin/sh
fcopy -M /etc/apt/sources.list.d/linaro.list
-fcopy -M /etc/apt/apt.conf.d/linaro.conf
+#fcopy -M /etc/apt/apt.conf.d/linaro.conf