GitHub Repo Naming Update

I wanted to give everyone a heads-up about the repo name changes that I made.

As many of you know, the original GitHub repos were created specifically for ClockworkPi devices, which is why I used names like ClockworkPi-apt and ClockworkPi-linux. Over time, however, these repos have grown beyond their original scope. In addition to supporting ClockworkPi hardware, I’ve been building and maintaining packages, kernels, drivers, and software for a few ARM-based devices.

The new names more accurately describe what these projects have become:

  • akrex-arm-repo is my APT repo for ARM devices and contains much more than just kernels, including applications, utilities, firmware, and platform-specific packages.
  • rpi-linux is the Raspberry Pi kernel source tree that provides custom hardware support, platform-specific enhancements, and fixes for devices that require out-of-tree driver support while staying as close to upstream Linux as practical.

Why make this change?

The primary reason is clarity. The previous names implied that these repos were exclusively for ClockworkPi hardware, which is no longer the case. As support has expanded to additional devices, having more descriptive names makes it easier for users to understand what each repo contains.

Thank you to everyone who has tested, reported bugs, contributed fixes, and helped over the years. Your feedback and contributions have been invaluable, and I look forward to continuing to support this device we all enjoy using.

Existing package URLs or update instructions will continue to work.

If you encounter any issues related to the repo changes, please let me know.

15 Likes
1 Like

How about putting your RP images on one of those rather than having to share a Google Drive or Mega?

File size limits, the cheapest way for me to offer them is Google drive. I’ve looked into hosting them elsewhere but it’s more then I’m willing to pay.
So having a Mega drive and Google drive is the most cost effective for me.

2 Likes

Hi, I did sudo apt update and upgrade and it mentioned the package name change. After it completed though my logout option is gone from my start menu. I feel like something has borked, unfortunately.

It’s not gone, it moved to the “Other” sub-menu. But I don’t know why…

That had nothing to do with my repo change and everything to do with an update to the menu panel from Raspberry Pi. You must not have updated for a minute.

It’s true, I hadn’t! I’ll reinstall soon anyways, I intended to swap SSDs.

Do you think you’ll do a 26.04 Ubuntu image? Does the Ubuntu update work without breaking things if I install 24?

the ubuntu update will almost certainly break the custom kernel by installing the stock ubuntu one again

I haven’t had a problem with 24 when I do a

sudo apt full-upgrade -y

The kernel is untouched.