@@ -39,15 +39,25 @@ sudo sed -i '/deb-src/s/^#//g' sysroot-full/etc/apt/sources.list
39
39
sudo chroot sysroot-full /bin/bash -c ' apt-get update'
40
40
sudo chroot sysroot-full /bin/bash -c ' apt-get install -y apt-transport-https'
41
41
sudo chroot sysroot-full /bin/bash -c ' apt-get build-dep -y qt4-x11 qtbase-opensource-src'
42
- sudo chroot sysroot-full /bin/bash -c ' apt-get build-dep -y qt5-default build-essential'
43
- sudo chroot sysroot-full /bin/bash -c ' apt-get install -y libegl1-mesa libegl1-mesa-dev libgles2-mesa libgles2-mesa-dev libgbm-dev mesa-common-dev'
44
- sudo chroot sysroot-full /bin/bash -c ' apt-get install -y wiringpi libnfc-bin libnfc-dev fonts-texgyre libts-dev'
45
42
sudo chroot sysroot-full /bin/bash -c ' apt-get install -y libudev-dev libinput-dev libts-dev libxcb-xinerama0-dev libxcb-xinerama0 libraspberrypi-dev'
46
- sudo chroot sysroot-full /bin/bash -c ' apt-get install -y libbluetooth-dev bluez-tools gstreamer1.0-plugins* libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libopenal-data libsndio7.0 libopenal1 libopenal-dev pulseaudio'
47
- sudo chroot sysroot-full /bin/bash -c ' apt-get install -y qtdeclarative5-dev qtdeclarative5-dev-tools libopenal-dev'
43
+
44
+ # Requirements for some of the modules
45
+ sudo chroot sysroot-full /bin/bash -c ' apt-get install -y libbluetooth-dev bluez-tools gstreamer1.0-plugins* libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libopenal-data libsndio7.0 libopenal1 libopenal-dev pulseaudio libopenal-dev'
48
46
49
47
# welle.io requirements
50
- sudo chroot sysroot-full /bin/bash -c ' apt-get install -y libmpg124-dev libfaad-dev libfftw3-dev libfftw3-doc'
48
+ sudo chroot sysroot-full /bin/bash -c ' apt-get install -y libmp3lame-dev libsoapysdr-dev libmpg123-dev libfaad-dev libfftw3-dev librtlsdr-dev libairspy-dev libusb-1.0-0-dev mesa-common-dev libglu1-mesa-dev libpulse-dev rtl-sdr'
49
+
50
+ # sudo chroot sysroot-full /bin/bash -c 'apt-get update'
51
+ # sudo chroot sysroot-full /bin/bash -c 'apt-get install -y apt-transport-https'
52
+ # sudo chroot sysroot-full /bin/bash -c 'apt-get build-dep -y qt4-x11 qtbase-opensource-src'
53
+ # sudo chroot sysroot-full /bin/bash -c 'apt-get build-dep -y qt5-default'
54
+ # sudo chroot sysroot-full /bin/bash -c 'apt-get install -y libegl1-mesa libegl1-mesa-dev libgles2-mesa libgles2-mesa-dev libgbm-dev mesa-common-dev'
55
+ # sudo chroot sysroot-full /bin/bash -c 'apt-get install -y wiringpi libnfc-bin libnfc-dev fonts-texgyre libts-dev'
56
+ # sudo chroot sysroot-full /bin/bash -c 'apt-get install -y libudev-dev libinput-dev libts-dev libxcb-xinerama0-dev libxcb-xinerama0 libraspberrypi-dev'
57
+ # sudo chroot sysroot-full /bin/bash -c 'apt-get install -y libbluetooth-dev bluez-tools gstreamer1.0-plugins* libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libopenal-data libsndio7.0 libopenal1 libopenal-dev pulseaudio'
58
+ # sudo chroot sysroot-full /bin/bash -c 'apt-get install -y qtdeclarative5-dev qtdeclarative5-dev-tools libopenal-dev'
59
+
60
+ # build-essential
51
61
52
62
# Accessibilty, needed? - installing libs does not work, only -no-feature-accessibility which is not good
53
63
# mappings.cpp:82:35: error: ‘ATSPI_STATE_READ_ONLY’ was not declared in this scope
@@ -57,7 +67,9 @@ sudo umount sysroot-full/sys
57
67
sudo umount sysroot-full/dev
58
68
sudo umount sysroot-full/proc
59
69
60
- sudo chown -R $USER :$USER sysroot-full
70
+ GROUP=$( id -g -n)
71
+ sudo chown -R $USER :$GROUP sysroot-full
61
72
73
+ # TODO this was not called, somehow?
62
74
$UTILS_DIR /sysroot-relativelinks.py sysroot-full
63
75
0 commit comments