Actions
Bug #448
closedsrc/omx/Makefile.include has hardcoded path to Buildroot tree
Start date:
17 Jun 2015
Due date:
% Done:
100%
Estimated time:
Severity:
02 - High
Description
The code looks like this:
PREFIX :=/usr
BUILDROOT :=/home/mjhammel/src/ximba/raspberrypi/bld/buildroot-2013.11
SDKSTAGE :=$(BUILDROOT)/output/staging
TARGETFS :=$(BUILDROOT)/output/target
The BUILDROOT var has to be changed to a tag that is replaced by the metabuild with the value of the STAGING env var with "/output/staging" stripped off.
Actions