mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add support for desktop board support package (#2972)
* Add support for desktop board support package Extracting from https://github.com/armbian/build/pull/2776 which can be closed after. * Desktop BSP creation is working, but need broader testing and some quick how-to * Create empty files as examples where we can put things. * Fixing Pinebook desktop bsp creation * We need to have information about ARCH in the desktop bsp package. This ain't universal.
This commit is contained in:
@@ -373,7 +373,7 @@ fi
|
||||
|
||||
AGGREGATION_SEARCH_ROOT_ABSOLUTE_DIRS="
|
||||
${SRC}/config
|
||||
${SRC}/config/optional/_any_board/_configs
|
||||
${SRC}/config/optional/_any_board/_config
|
||||
${SRC}/config/optional/architectures/${ARCH}/_config
|
||||
${SRC}/config/optional/families/${LINUXFAMILY}/_config
|
||||
${SRC}/config/optional/boards/${BOARD}/_config
|
||||
@@ -390,6 +390,14 @@ cli/_all_distributions/main
|
||||
cli/${RELEASE}/main
|
||||
"
|
||||
|
||||
PACKAGES_SEARCH_ROOT_ABSOLUTE_DIRS="
|
||||
${SRC}/packages
|
||||
${SRC}/config/optional/_any_board/_packages
|
||||
${SRC}/config/optional/architectures/${ARCH}/_packages
|
||||
${SRC}/config/optional/families/${LINUXFAMILY}/_packages
|
||||
${SRC}/config/optional/boards/${BOARD}/_packages
|
||||
"
|
||||
|
||||
DESKTOP_ENVIRONMENTS_SEARCH_RELATIVE_DIRS="
|
||||
desktop/_all_distributions/environments/_all_environments
|
||||
desktop/_all_distributions/environments/${DESKTOP_ENVIRONMENT}
|
||||
|
||||
Reference in New Issue
Block a user