imx-mkimage: remove legacy native configurations
This recipe is now built as native and nativesdk by means of the BBCLASSEXTEND configuration. Remove every remaining legacy native configuration since all will be covered by the class extension. Signed-off-by: Gonzalo Ruiz <Gonzalo.Ruiz@digi.com>
This commit is contained in:
parent
95e7f61f33
commit
25738b4ac5
|
|
@ -8,8 +8,6 @@ LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
||||||
SECTION = "BSP"
|
SECTION = "BSP"
|
||||||
|
|
||||||
inherit native deploy
|
|
||||||
|
|
||||||
CFLAGS = "-O2 -Wall -std=c99 -I ${STAGING_INCDIR} -L ${STAGING_LIBDIR}"
|
CFLAGS = "-O2 -Wall -std=c99 -I ${STAGING_INCDIR} -L ${STAGING_LIBDIR}"
|
||||||
|
|
||||||
REV_CHIP ?= "B0"
|
REV_CHIP ?= "B0"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 2017-2019 NXP
|
# Copyright 2017-2019 NXP
|
||||||
|
|
||||||
DEPENDS = "zlib-native openssl-native"
|
DEPENDS = "zlib openssl"
|
||||||
|
|
||||||
SRCBRANCH = "imx_5.4.3_2.0.0"
|
SRCBRANCH = "imx_5.4.3_2.0.0"
|
||||||
IMX_MKIMAGE_SRC ?= "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https"
|
IMX_MKIMAGE_SRC ?= "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue