Skip to content

Commit

Permalink
Remove compatibility package, make it a separate repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Jul 5, 2018
1 parent 4e3db24 commit d137a7a
Show file tree
Hide file tree
Showing 91 changed files with 4 additions and 2,206 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
*.changes
/arm-trusted-firmware
/tmp
/linux-package
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ IMAGE_SUFFIX := $(RELEASE_NAME)-$(RELEASE)

all: linux-$(BOARD_TARGET)

include Makefile.package.mk
include Makefile.system.mk
include Makefile.variants.mk
include Makefile.dev.mk
73 changes: 0 additions & 73 deletions Makefile.package.mk

This file was deleted.

5 changes: 1 addition & 4 deletions Makefile.system.mk
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
PACKAGES := linux-$(BOARD_TARGET)-package-$(RELEASE_NAME)_all.deb \
linux-$(BOARD_TARGET)-$(RELEASE_NAME)_arm64.deb

%.tar.xz: %.tar
pxz -f -3 $<

%.img.xz: %.img
pxz -f -3 $<

%.img: $(PACKAGES)
%.img:
sudo bash rootfs/build-system-image.sh \
"$$(readlink -f $@)" \
"$(filter $(BUILD_SYSTEMS), $(subst -, ,$(*F)))" \
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ It uses a bunch of different repositories:
- [kernel-rockchip](https://github.com/ayufan-rock64/linux-kernel) - patched Rockchip's kernel (4.4),
- [kernel-mainline](https://github.com/ayufan-rock64/linux-mainline-kernel) - patched mainline kernel (>= 4.13),
- [u-boot](https://github.com/ayufan-rock64/linux-u-boot) - patched mainline u-boot,
- [package](https://github.com/ayufan-rock64/linux-package) - scripts and configurations that improve Rock64 and RockPro64 experience,
- [rkbin](https://github.com/ayufan-rock64/rkbin) - precompiled bootloader binary blobs.

You can find latest pre-releases and releases of these components here:
- [kernel-rockchip](https://github.com/ayufan-rock64/linux-kernel/releases/latest) - patched Rockchip's kernel (4.4),
- [kernel-mainline](https://github.com/ayufan-rock64/linux-mainline-kernel/releases/latest) - patched mainline kernel (>= 4.13),
- [u-boot](https://github.com/ayufan-rock64/linux-u-boot/releases/latest) - patched mainline u-boot,
- [package](https://github.com/ayufan-rock64/linux-package/releases/latest) - scripts and configurations that improve Rock64 and RockPro64 experience,

Some of the packages are distributed via [PPA](https://launchpad.net/~ayufan/+archive/ubuntu/rock64-ppa/).
The sources of these packages are hosted in [this GitHub organization](https://github.com/ayufan-rock64).
Expand Down
160 changes: 0 additions & 160 deletions build/mk-image.sh

This file was deleted.

17 changes: 0 additions & 17 deletions build/partitions.sh

This file was deleted.

15 changes: 0 additions & 15 deletions package/root-rock64/boot/efi/extlinux/extlinux.conf

This file was deleted.

15 changes: 0 additions & 15 deletions package/root-rockpro64/boot/efi/extlinux/extlinux.conf

This file was deleted.

16 changes: 0 additions & 16 deletions package/root/etc/X11/xorg.conf.d/20-armsoc.conf

This file was deleted.

6 changes: 0 additions & 6 deletions package/root/etc/X11/xorg.conf.d/20-modesetting.conf.bak

This file was deleted.

11 changes: 0 additions & 11 deletions package/root/etc/apt/preferences.d/ayufan-ppa

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion package/root/etc/cron.d/make_nas_processes_faster

This file was deleted.

2 changes: 0 additions & 2 deletions package/root/etc/cron.d/startup

This file was deleted.

8 changes: 0 additions & 8 deletions package/root/etc/default/extlinux

This file was deleted.

Binary file removed package/root/etc/firmware/4343A0.hcd
Binary file not shown.
Binary file removed package/root/etc/firmware/BCM4335C0.hcd
Binary file not shown.
Binary file removed package/root/etc/firmware/BCM4343A0 26M.hcd
Binary file not shown.
2 changes: 0 additions & 2 deletions package/root/etc/initramfs-tools/conf.d/resume

This file was deleted.

3 changes: 0 additions & 3 deletions package/root/etc/kernel/postinst.d/zz-update-extlinux

This file was deleted.

This file was deleted.

Empty file.
Empty file.
Loading

0 comments on commit d137a7a

Please sign in to comment.