diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2017-09-07 15:45:19 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-10-03 18:25:09 +0200 |
commit | 193f908b4fe40b38a24dd4b9e3ab7a90b1229718 (patch) | |
tree | 45f54e01829ea076eb296cf678a406a586e85cb2 /recipes-images | |
parent | 15e70d36eb7722976d69ce1246060dba694b9f6a (diff) |
angstrom-lxde-image: colibri-imx6ull: don't deploy firefox
With the space restricted NAND there is no space for a browser.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-images')
-rw-r--r-- | recipes-images/images/angstrom-lxde-image.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-images/images/angstrom-lxde-image.bb b/recipes-images/images/angstrom-lxde-image.bb index 5782d83..c06cb68 100644 --- a/recipes-images/images/angstrom-lxde-image.bb +++ b/recipes-images/images/angstrom-lxde-image.bb @@ -43,6 +43,7 @@ DEPENDS_append_tegra = " nvsamples" IMAGE_BROWSER = "firefox" #keep the rootfs size small +IMAGE_BROWSER_colibri-imx6ull = "" IMAGE_BROWSER_colibri-vf = "" # don't install some packages bloating the vybrid image |