Commit Graph

66 Commits

Author SHA1 Message Date
2aa4ec4288 duos: support python 2024-01-30 15:39:50 +08:00
76e5db15c8 duos: support bluetooth 2024-01-20 13:21:18 +08:00
2833c24f11 busybox: add timeout command 2024-01-20 10:54:24 +08:00
232cef1614 rename milkv-duos to milkv-duos-emmc 2024-01-19 17:25:20 +08:00
54977e9c4d support milkv-duos-sd 2024-01-19 15:04:07 +08:00
9ae7f96adb Merge pull request #53 from FantasyGmm/develop
Add zram config and parallel build
2024-01-17 03:37:22 +00:00
a6adbdb8ac add(duo config):support SPINand image compilation on IOB board 2024-01-16 15:01:05 +08:00
7a0d47ab81 add(duo config):support SPINOR image compilation on IOB board 2024-01-16 12:46:20 +08:00
c0aebb8a8e Merge branch 'milkv-duo:develop' into develop 2024-01-15 20:32:59 +08:00
eb82e5f643 fix(buildroot):adjust the location of the overlay directory under buildroot 2024-01-15 17:35:48 +08:00
7e3d9f7a8d add br top-level parallel build 2024-01-11 10:04:57 +00:00
c1bf5bb61e buildroot: remove wiringX library
Since the compatible adaptation work of wiringX
to several board types of Duo is still in progress,
we will first use independent libwiringx.so for different board types.
2024-01-11 11:54:12 +08:00
70c692e77e add some useful package 2024-01-05 09:57:35 +00:00
46ad2cc962 add ncnn and cmatrix package to br 2024-01-05 09:55:59 +00:00
ef8882650d rename targets 2024-01-04 20:28:01 +08:00
cdaef96e0d support milkv-duos 2024-01-02 15:28:45 +08:00
cdd4fabb61 buildroot: fix build parameter for coremark package 2023-12-27 18:57:49 +08:00
1787c8e9d8 buildroot: enable iperf3 2023-12-27 10:17:37 +08:00
0145f36497 buildroot: upgrade busybox.config
1. dd supports showing speed after completion
2. enable netcat tool
2023-12-27 10:11:10 +08:00
9e4162f3db Add python-psutil package 2023-12-25 18:56:15 +08:00
e675cf6416 add rtsp stream video test program 2023-12-22 22:44:13 +08:00
417deac733 add boards milkv-duo-python and milkv-duo256m-python 2023-12-22 21:11:05 +08:00
e7861d3a43 duo256m: support freetype package for buildroot 2023-12-22 18:50:59 +08:00
2e111d7dcb Fix typo 2023-12-22 18:06:48 +08:00
0e1feb8063 support milkv-duo256m 2023-12-22 17:54:35 +08:00
a0ad45b7e7 build.sh supports choosing boards 2023-12-22 16:48:17 +08:00
a9f988635e buildroot/python-pinpong: reordering of pins 2023-10-19 17:45:58 +08:00
7f04848221 buildroot: add duo-pinmux 2023-10-19 16:39:21 +08:00
848341f84e buildroot/wiringX: reordering of pins 2023-10-19 15:10:48 +08:00
c5fb0c015d it would be better to put cvi_pinmux in usr/bin 2023-09-08 16:37:28 +08:00
ecba0439e6 buildroot/wiringX: support SPI and UART 2023-09-08 15:01:59 +08:00
b52bb54573 buildroot: add pinpong library 2023-09-08 10:21:55 +08:00
a41b05b96b buildroot: python support both .py and .pyc formats 2023-09-07 20:44:09 +08:00
1b10c6a1fb change the hostname from milkv to milkv-duo
the pinpong library need this to differentiate between different boards
2023-09-07 14:29:10 +08:00
165fc3c4c1 buildroot: add python-freetype required by the pinpong library 2023-09-05 15:20:17 +08:00
11caee79c7 buildroot: add python-evdev required by the pinpong library 2023-09-05 15:09:01 +08:00
bbe19547f4 enable python packages required by the pinpong library 2023-09-05 15:04:09 +08:00
7b7afd9727 buildroot: support python and pip tool 2023-09-05 14:36:47 +08:00
84d6b72eb6 buildroot: enable spidev_test 2023-09-04 19:02:35 +08:00
8eb424308d buildroot: add busybox-1.34.0.tar.bz2 2023-09-01 14:55:21 +08:00
2cf932623a package/busybox: bump version to 1.34.0
* backport fix from 1_34_stable branch
* refresh patches

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2023-08-30 20:32:21 +08:00
a452770d3c package/busybox: add systemd service for telnetd
Signed-off-by: Sam Voss <sam.voss@collins.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
[yann.morin.1998@free.fr:
  - introduce BUSYBOX_INSTALL_TELNET_SERVICE
  - move _INSTALL_INIT_SYSTEMD alphabetically between openrc and sysv
  - drop the comment about Type=simple  (Arnout)
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-08-30 20:32:11 +08:00
65237da88b package/busybox/udhcpc.script: ensure action argument is correctly passed to hook scripts
commit f79a420825479c47d (package/busybox/udhcpc.script: support RFC3442
static routes) used 'set --' clobbering the positional arguments, causing
the action argument to not be correctly forwarded to hook scripts for the
renew / bound cases if static routes are provided by the server.

As a workaround, save the action argument at the beginning of the script and
use that when calling hook scripts.

Reported-by: 王琦 <wangwangqi2011@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023-08-30 20:32:04 +08:00
e3bd1e8157 package/busybox: correctly set BUSYBOX_KCONFIG_SUPPORTS_DEFCONFIG
Commit e6b3913cfc converted busybox to the generic kconfig help text
infrastructure, but set the wrong variable to flag that it doesn't
support defconfig files. Fix that.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2023-08-30 20:31:55 +08:00
a20586d43b package: use the generic _HELP_CMDS for kconfig-based packages
As Thomas put it:

    The <pkg>_HELP_CMDS variable allows packages using the
    kconfig-package infrastructure to display their specific
    targets related to the handling of their configuration.

    However, it was not consistently used and handled by the
    different packages.

So, this commit switches all the kconfig-based package to use the
generic help helper.

As a consequence:

  - all kconfig packages now advetise their kconfig-related actions,
    where some were previously missing: at91bootstrap3, linux-backports,
    swupdate, xvisor;

  - busybox advertises it does not support defconfig files;

  - the 'foo-savedfconfig' action is no longer advertised: it is to be
    considered an internal implementation detail.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2023-08-30 20:31:48 +08:00
c0fc885c89 package/busybox: bump version to 1.33.1
patch 0003: already applied upstream
patch 0004: already applied upstream

Signed-off-by: Michael Fischer <mf@go-sys.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-08-30 20:31:41 +08:00
7b8f62ce80 buildroot: enable ntp 2023-08-30 19:33:28 +08:00
c5330c4a56 buildroot: enable htop 2023-08-30 17:08:38 +08:00
8ff6876544 use duo-init.sh to initialize some hardware interfaces 2023-08-24 16:40:24 +08:00
5dc56824c6 use usb.sh to link target function 2023-08-07 11:45:05 +08:00