Skip to content

Commit

Permalink
ARC: HS38 VDK- add missing DirectFB packages
Browse files Browse the repository at this point in the history
Following options for DirectFB were missing:
 [1] BR2_PACKAGE_DIRECTFB_EXAMPLES
 [2] BR2_PACKAGE_DIRECTFB_EXAMPLES_DOK

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
  • Loading branch information
abrodkin committed Sep 15, 2015
1 parent f69c16a commit 06a7d2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/snps_hs38_smp_vdk_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ BR2_PACKAGE_GDB=y
BR2_PACKAGE_GDB_SERVER=y
BR2_PACKAGE_GDB_DEBUGGER=y
BR2_PACKAGE_DIRECTFB=y
BR2_PACKAGE_DIRECTFB_EXAMPLES=y
BR2_PACKAGE_DIRECTFB_EXAMPLES_DOK=y
BR2_PACKAGE_DROPBEAR=y
2 changes: 2 additions & 0 deletions configs/snps_hs38_vdk_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ BR2_PACKAGE_GDB=y
BR2_PACKAGE_GDB_SERVER=y
BR2_PACKAGE_GDB_DEBUGGER=y
BR2_PACKAGE_DIRECTFB=y
BR2_PACKAGE_DIRECTFB_EXAMPLES=y
BR2_PACKAGE_DIRECTFB_EXAMPLES_DOK=y
BR2_PACKAGE_DROPBEAR=y

0 comments on commit 06a7d2c

Please sign in to comment.