diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2018-04-29 22:36:12 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2018-04-29 22:36:12 +0200 |
commit | 8372b87f2be8fe5b8655001e92572af4d96ddbf6 (patch) | |
tree | f5a2865b59b486deedaa089ede7e5f94f99ef9fe /conf.d | |
parent | f83d651392b8556248600f2b1360b9306b845c3d (diff) |
Hack config to bypass limitation and load plugin
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/cmake/config.cmake | 4 | ||||
-rw-r--r-- | conf.d/project/etc/4a-softmixer-config.json (renamed from conf.d/project/etc/config-softmixer-4a.json) | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 3ee2f8f..b1bfa96 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -18,7 +18,7 @@ # Project Info # ------------------ -set(PROJECT_NAME softmixer-4a) +set(PROJECT_NAME 4a-softmixer-afbd) set(PROJECT_PRETTY_NAME "Audio SoftMixer") set(PROJECT_DESCRIPTION "Soft Mixer for 4A (AGL Advanced Audio Architecture)") set(PROJECT_URL "https://github.com/iotbzh/4a-softmixer") @@ -197,7 +197,7 @@ set(AFB_REMPORT "1234" CACHE PATH "Default binder listening port") # Print a helper message when every thing is finished # ---------------------------------------------------- -set(CLOSING_MESSAGE "Typical binding launch: afb-daemon --name afbd-${PROJECT_NAME} --port=${AFB_REMPORT} --workdir=${CMAKE_BINARY_DIR}/package --ldpaths=lib --roothttp=. --token=\"${AFB_TOKEN}\" --tracereq=common --verbose") +set(CLOSING_MESSAGE "Typical binding launch: afb-daemon --name afbd-${PROJECT_NAME} --port=${AFB_REMPORT} --workdir=${CMAKE_BINARY_DIR}/. --ldpath=package/lib --roothttp=package --token=\"${AFB_TOKEN}\" --tracereq=common --verbose") set(PACKAGE_MESSAGE "Install widget file using in the target : afm-util install ${PROJECT_NAME}.wgt") # Optional schema validator about now only XML, LUA and JSON diff --git a/conf.d/project/etc/config-softmixer-4a.json b/conf.d/project/etc/4a-softmixer-config.json index 345dde4..9d89f07 100644 --- a/conf.d/project/etc/config-softmixer-4a.json +++ b/conf.d/project/etc/4a-softmixer-config.json @@ -10,6 +10,7 @@ "plugins": [ { "uid": "alsa-router", + "ldpath": "package/lib/plugins", "info": "Map alsa-loop subdevices to 4A HAL streams" } ], |