From: Denys Dmytriyenko <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- configs/farm/arago-thud-next.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/farm/arago-thud-next.txt b/configs/farm/arago-thud-next.txt index f98fb01..7dd2690 100644 --- a/configs/farm/arago-thud-next.txt +++ b/configs/farm/arago-thud-next.txt @@ -98,7 +98,7 @@ FS_IMAGE_TYPE="tar.xz" # This variable contains the "filter" string to look for inside of the # OE build directory to find the SDK image. Since the image name can # vary based on the recipe settings this string will account for that. -SDK_FILTER="arago-core-tisdk-image-" +SDK_FILTER="arago-core-tisdk-bundle-" # This variable indicates the type of SDK images being generated. By default # this is tar.gz images. This should match what you set in your recipes @@ -245,7 +245,7 @@ PRODUCTIZE_SDK="false" # This variable contains the command(s) that bitbake should run. Each command # should be seperated by a semicolon. -BITBAKE_COMMAND="-k arago-core-tisdk-image" +BITBAKE_COMMAND="-k arago-core-tisdk-bundle" # This variable controls whether the build configuration included at the bottom # of the results file includes comments or not. The default is "false" to filter -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
