From 18eee52c9dd5ea45dbcad02d5ec5ab16cdebb81f Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 13 Apr 2022 15:38:46 -0500 Subject: Create mlinux-sel-test-image --- recipes-core/images/mlinux-mtrv1-image.bb | 82 ---------------------------- recipes-core/images/mlinux-sel-test-image.bb | 82 ++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+), 82 deletions(-) delete mode 100644 recipes-core/images/mlinux-mtrv1-image.bb create mode 100644 recipes-core/images/mlinux-sel-test-image.bb diff --git a/recipes-core/images/mlinux-mtrv1-image.bb b/recipes-core/images/mlinux-mtrv1-image.bb deleted file mode 100644 index 847fea9..0000000 --- a/recipes-core/images/mlinux-mtrv1-image.bb +++ /dev/null @@ -1,82 +0,0 @@ -require mtr-modules.inc -DESCRIPTION = "mLinux base mtr image" -LICENSE = "MIT" - -require mlinux-minimal-image.bb - -CONSOLE = "sysvinit-inittab-start-open" - -TEST_FEATURES = "i2c-tools \ - spitools \ - libgpiod-tools \ - strace \ - devmem2 \ - " - -FILESYSTEM_FEATURES = "dosfstools \ - cifs-utils \ - lsof \ - " - -NETWORKING_FEATURES_append = " bridge-utils \ - inetutils-ftp \ - openssl \ - rsync \ - iperf3 \ - ppp-radioresetwait \ - radio-reset-background \ - mii-diag \ - tcpdump \ - netcat \ - wget \ - strongswan \ - busybox-ifplugd \ - " - -WIFI_FEATURES = " \ - libnl \ - wpa-supplicant \ - iw \ - hostapd \ - hostapd-cfg \ - " - -BLUETOOTH_FEATURES = "bluez5 bluez5-pand bluez5-mlinit" - -# Add all timezones available -# ntpdate will sync time every 30 min by default via cron -TIME_FEATURES = "tzdata-core tzdata-africa tzdata-americas tzdata-antarctica tzdata-arctic \ - tzdata-asia tzdata-atlantic tzdata-australia tzdata-europe tzdata-pacific \ - tzdata-misc \ - cronie \ - ntpdate \ - " - -# u-boot-linux-utils: U-Boot environment access from Linux -# mlinux-scripts: sample scripts for setting up Conduit for various tasks -# reset-handler: default reset button handler -# radio-cmd: supports cellular radio activation and other configuration commands -# radio-query: queries cellular radio for common info (IMEI, RSSI, etc) -# jsparser: command line tool to parse JSON files -MULTITECH_FEATURES_append = " \ - u-boot-linux-utils \ - mlinux-scripts \ - reset-handler \ - radio-cmd radio-query \ - jsparser \ - " - -MISC_FEATURES = "minicom lrzsz nano pps-tools" - -# Extra stuff to install -IMAGE_INSTALL_append = " kernel-module-rs9113 rs9113-util rs9113-autostart" -IMAGE_INSTALL_append = " gpsd gpsd-conf gpsd-gpsctl libgps ntp ntp-utils gpspipe gps-utils" - -IMAGE_INSTALL_append = " \ - ${TEST_FEATURES} \ - ${WIFI_FEATURES} \ - ${BLUETOOTH_FEATURES} \ - ${FILESYSTEM_FEATURES} \ - ${TIME_FEATURES} \ - ${MISC_FEATURES} \ - " diff --git a/recipes-core/images/mlinux-sel-test-image.bb b/recipes-core/images/mlinux-sel-test-image.bb new file mode 100644 index 0000000..847fea9 --- /dev/null +++ b/recipes-core/images/mlinux-sel-test-image.bb @@ -0,0 +1,82 @@ +require mtr-modules.inc +DESCRIPTION = "mLinux base mtr image" +LICENSE = "MIT" + +require mlinux-minimal-image.bb + +CONSOLE = "sysvinit-inittab-start-open" + +TEST_FEATURES = "i2c-tools \ + spitools \ + libgpiod-tools \ + strace \ + devmem2 \ + " + +FILESYSTEM_FEATURES = "dosfstools \ + cifs-utils \ + lsof \ + " + +NETWORKING_FEATURES_append = " bridge-utils \ + inetutils-ftp \ + openssl \ + rsync \ + iperf3 \ + ppp-radioresetwait \ + radio-reset-background \ + mii-diag \ + tcpdump \ + netcat \ + wget \ + strongswan \ + busybox-ifplugd \ + " + +WIFI_FEATURES = " \ + libnl \ + wpa-supplicant \ + iw \ + hostapd \ + hostapd-cfg \ + " + +BLUETOOTH_FEATURES = "bluez5 bluez5-pand bluez5-mlinit" + +# Add all timezones available +# ntpdate will sync time every 30 min by default via cron +TIME_FEATURES = "tzdata-core tzdata-africa tzdata-americas tzdata-antarctica tzdata-arctic \ + tzdata-asia tzdata-atlantic tzdata-australia tzdata-europe tzdata-pacific \ + tzdata-misc \ + cronie \ + ntpdate \ + " + +# u-boot-linux-utils: U-Boot environment access from Linux +# mlinux-scripts: sample scripts for setting up Conduit for various tasks +# reset-handler: default reset button handler +# radio-cmd: supports cellular radio activation and other configuration commands +# radio-query: queries cellular radio for common info (IMEI, RSSI, etc) +# jsparser: command line tool to parse JSON files +MULTITECH_FEATURES_append = " \ + u-boot-linux-utils \ + mlinux-scripts \ + reset-handler \ + radio-cmd radio-query \ + jsparser \ + " + +MISC_FEATURES = "minicom lrzsz nano pps-tools" + +# Extra stuff to install +IMAGE_INSTALL_append = " kernel-module-rs9113 rs9113-util rs9113-autostart" +IMAGE_INSTALL_append = " gpsd gpsd-conf gpsd-gpsctl libgps ntp ntp-utils gpspipe gps-utils" + +IMAGE_INSTALL_append = " \ + ${TEST_FEATURES} \ + ${WIFI_FEATURES} \ + ${BLUETOOTH_FEATURES} \ + ${FILESYSTEM_FEATURES} \ + ${TIME_FEATURES} \ + ${MISC_FEATURES} \ + " -- cgit v1.2.3