Project

General

Profile

Actions

Feature #66

closed

Add install targets for all subpackages.

Added by Hammel over 13 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Immediate
Assignee:
Category:
General
Target version:
Start date:
12 Dec 2010
Due date:
% Done:

100%

Estimated time:
Severity:
Critical

Description

The BeagleBox build needs install targets before BUI can be integrated into it.

Actions #1

Updated by Hammel over 13 years ago

The install target for each subcomponent is already tied to the subcomponent compile target. These just need to be broken into their own targets so they work well under Buildroot.

Also, the BLDDIR and ARCDIR variables need to be configurable on the make command line (just make them overridden in the config.mk).

Also move the file listing of the install directory to their own targets for each subcomponent.

Link flags will be an issue. They are different for each subcomponent. I can either use a common set for all of them and override on the command line or try to set them on a per-component basis in the bui.mk file.

Actions #2

Updated by Hammel over 13 years ago

Added install and supporting targets. ARCDIR, BLDDIR and INSTALLDIR are now configurable from the command line. Used a common link flag (LDFLAGS) for all binaries which should work fine but is still to be verified on the running system.

Actions

Also available in: Atom PDF