Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tree target/command #1071

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

abhisit
Copy link
Contributor

@abhisit abhisit commented Nov 19, 2024

How did I test this PR?

  1. Enter to due environment and choose due-onie-build-debian-10
$ due -r 
  1. Build for the machine name pegatron_dm2118_b
onie/build-config $ make -j<number of jobs> MACHINEROOT=../machine/pegatron MACHINE=pegatron_dm2118_b all
  1. Show the executable file format
$ file onie/build/pegatron_dm2118_b-r0/sysroot/usr/bin/tree 
onie/build/pegatron_dm2118_b-r0/sysroot/usr/bin/tree: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.19.143, stripped
  1. It is running on Aarch64
ONIE:/ # tree --version
tree v2.1.3 (c) 1996 - 2024 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro
ONIE:/ # tree -L 3 /proc/fs
/proc/fs
|-- ext4
|-- jbd2
|-- lockd
|   `-- nlm_end_grace
|-- nfsd
`-- nfsfs
    |-- servers -> ../../net/nfsfs/servers
    `-- volumes -> ../../net/nfsfs/volumes

6 directories, 3 files
ONIE:/ # ls -lh /usr/bin/tree
-rwxr-xr-x    1 root     0          67.8K Nov 20  2024 /usr/bin/tree

@abhisit abhisit force-pushed the add-tree-target branch 2 times, most recently from 7830d44 to 5fd81be Compare November 19, 2024 09:50
- Add tree.make

Signed-off-by: Abhisit Sangjan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant