The binconfig class is for packages that install
Since the script is used at build time it is required to be copied into the staging area. All the actions performed by the class are appended to the stage task.
The actions performed by the binconfig class are:
Copies the
If the package is not native then it modifies the contents of the
If the package is native then
the
A package is considered to be native if it also inherits the native class.
The class will search in source directory, ${S}, and all it's subdirectories, for files that end in -config and process them as described above. All that is required to use the class is the addition of binconfig in an inherit statement:
inherit autotools binconfig