Actions
Feature #543
closedAdd hw type to /etc/pibox_version
Start date:
28 Aug 2016
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
It's not easy to figure out if a tree build is for rpi or rpi2. There are two things to do here.
- Add HW=$(HW) to /etc/pibox_version in the scripts/postbuild.sh script.
- Add a make target to check what CT_ARCH_CPU is set to for xcc. The match is in src/xcc/xcc.$(HW).$(xcc-version) and the check should be in build_dir/crosstools-ng.$(version).bld/.config.
The something like
make show-build
Would provide information about what the current build is for.
Actions