package/ts4900-fpga: remove the default value of the _INSTALL_{IMAGES, TARGET} variables
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Mon, 24 Oct 2016 21:00:46 +0000 (23:00 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 24 Oct 2016 21:34:53 +0000 (23:34 +0200)
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ts4900-fpga/ts4900-fpga.mk

index e0d351fad971a3132126cd94cd3b8e47c63de358..ed951b8c8f137c814cb2c45112411f64abf4f4fb 100644 (file)
@@ -10,9 +10,6 @@ TS4900_FPGA_SITE = ftp://ftp.embeddedarm.com/ts-socket-macrocontrollers/ts-4900-
 # No license file provided, Yocto recipe from the vendor claims MIT.
 # https://github.com/embeddedarm/meta-ts/blob/f31860f1204b64f765a5380d3b93a2cf18234f90/recipes-extras/ts4900-fpga/ts4900-fpga.bb#L6
 
-TS4900_FPGA_INSTALL_IMAGES = NO
-TS4900_FPGA_INSTALL_TARGET = YES
-
 define TS4900_FPGA_EXTRACT_CMDS
        cp $(DL_DIR)/$(TS4900_FPGA_SOURCE) $(@D)
 endef