Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crux-arm/crux-ports-jornada7xx-arm
CRUX-ARM ports overlay for HP Jornada 710/720/728
https://github.com/crux-arm/crux-ports-jornada7xx-arm
arm arm-linux-gnu armv4 armv4l crux crux-arm linux strongarm
Last synced: 23 days ago
JSON representation
CRUX-ARM ports overlay for HP Jornada 710/720/728
- Host: GitHub
- URL: https://github.com/crux-arm/crux-ports-jornada7xx-arm
- Owner: crux-arm
- Created: 2024-01-02T18:07:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-14T20:30:25.000Z (11 months ago)
- Last Synced: 2024-01-15T00:53:34.353Z (11 months ago)
- Topics: arm, arm-linux-gnu, armv4, armv4l, crux, crux-arm, linux, strongarm
- Language: Shell
- Homepage:
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crux-ports-jornada7xx-arm
CRUX-ARM ports overlay for HP Jornada 710/720/728
> IMPORTANT NOTE:
>
> Native compilation to build some ports of this repository is discouraged given the limitations of this device.
> Instead it is preferable to use cross-compilation.
>
> For this reason you may find some ports which the Pkgfile file contains logic for detecting native or cross compilation.
>To use these ports, download the `jornada7xx-arm.httpup` file to `/etc/ports`:
```
$ sudo wget -P /etc/ports https://raw.githubusercontent.com/crux-arm/crux-ports-jornada7xx-arm/2.6/jornada7xx-arm.httpup
$ sudo ports -u jornada7xx-arm
```You may want to list it first in `/etc/prt-get.conf` to take advantage of ports overlay:
```
###
### prt-get conf
#### note: the order matters: the package found first is used
prtdir /usr/ports/jornada7xx-arm
prtdir /usr/ports/core-arm
prtdir /usr/ports/opt-arm
prtdir /usr/ports/xorg-arm
prtdir /usr/ports/core
prtdir /usr/ports/opt
prtdir /usr/ports/xorg
```