Skip to content

Commit

Permalink
recipes-support/openvpn: deleted
Browse files Browse the repository at this point in the history
Related to #72
Also deleted the `/data` partition that was used for
storing config
  • Loading branch information
tym2k1 committed Jul 19, 2024
1 parent d717177 commit 261ff07
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 37 deletions.
1 change: 0 additions & 1 deletion conf/distro/rte.conf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ TCLIBCAPPEND = ""

WIC_CREATE_EXTRA_ARGS = "\
--rootfs-dir rootfs-main=${IMAGE_ROOTFS} \
--rootfs-dir rootfs-data=${IMAGE_ROOTFS}/data \
"

QEMU_TARGETS ?= "arm"
Expand Down
1 change: 0 additions & 1 deletion recipes-extended/packagegroups/packagegroup-rte.bb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ RDEPENDS:packagegroup-rte-core = " \
swupdate \
u-boot \
openvpn \
openvpn-rte \
xradio-firmware \
xradio \
"
Expand Down
13 changes: 0 additions & 13 deletions recipes-support/openvpn/openvpn/[email protected]

This file was deleted.

19 changes: 0 additions & 19 deletions recipes-support/openvpn/openvpn_%.bbappend

This file was deleted.

5 changes: 2 additions & 3 deletions wic/sunxi-mmc-spl.wks
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
part u-boot --source rawcopy --sourceparams="file=u-boot-sunxi-with-spl.bin" --ondisk mmcblk0 --no-table --align 8
part /boot/bootpart --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 1024 --fixed-size 16
part / --source rootfs --rootfs-dir=rootfs-main --ondisk mmcblk0 --fstype=ext4 --label rootfs1 --align 1024 --fixed-size 256 --exclude-path data/
part --source rootfs --rootfs-dir=rootfs-main --ondisk mmcblk0 --fstype=ext4 --label rootfs2 --align 1024 --fixed-size 256 --exclude-path data/
part /data --source rootfs --rootfs-dir=rootfs-data --ondisk mmcblk0 --fstype=ext4 --label data --align 1024 --fixed-size 512
part / --source rootfs --rootfs-dir=rootfs-main --ondisk mmcblk0 --fstype=ext4 --label rootfs1 --align 1024 --fixed-size 256
part --source rootfs --rootfs-dir=rootfs-main --ondisk mmcblk0 --fstype=ext4 --label rootfs2 --align 1024 --fixed-size 256

0 comments on commit 261ff07

Please sign in to comment.