autorev-packages.inc: removed recipe path and just declare SRCREVs
The path may change of recipes and thus we just want to declare the source revisions of the recipe itself without adding the recipe path as comment. This should avoid missing adpations when changing the recipe path. BugzID: 80072 Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
ecf973aeb2
commit
e34a81f8f0
|
|
@ -1,52 +1,30 @@
|
|||
#./meta-netmodule-bsp/recipes-kernel/ssc-sysstate-driver/ssc-sysstate-driver_git.bb
|
||||
SRCREV_pn-ssc-sysstate-driver = "${AUTOREV}"
|
||||
#./meta-netmodule-bsp/recipes-kernel/ssc-broker-driver/ssc-broker-driver_git.bb
|
||||
SRCREV_pn-ssc-broker-driver = "${AUTOREV}"
|
||||
#./meta-netmodule-bsp/recipes-kernel/ssc-extmod-driver/ssc-extmod-driver_git.bb
|
||||
SRCREV_pn-ssc-extmod-driver = "${AUTOREV}"
|
||||
#./meta-netmodule-bsp/recipes-kernel/linux/linux-netmodule_git.bb
|
||||
SRCREV_pn-linux-netmodule = "${AUTOREV}"
|
||||
#./meta-netmodule-bsp/recipes-connectivity/nmubxlib/nmubxlib.bb
|
||||
SRCREV_pn-nmubxlib = "${AUTOREV}"
|
||||
#./meta-netmodule-bsp/recipes-connectivity/gnss-mgr/gnss-mgr.bb
|
||||
SRCREV_pn-gnss-mgr = "${AUTOREV}"
|
||||
#./meta-netmodule-bsp/recipes-connectivity/wwan-config/wwan-config.bb
|
||||
SRCREV_pn-wwan-config = "${AUTOREV}"
|
||||
#./meta-netmodule-bsp/recipes-connectivity/modemmanager/modemmanager_git.bb
|
||||
SRCREV_pn-modemmanager = "${AUTOREV}"
|
||||
#./meta-netmodule-bsp/recipes-bsp/bootloader-config/bootloader-config.bb
|
||||
SRCREV_pn-bootloader-config = "${AUTOREV}"
|
||||
#./meta-netmodule-bsp/freescale/recipes-imx/imx-atf/imx-atf_1.5.0.bb
|
||||
SRCREV_pn-imx-atf = "${AUTOREV}"
|
||||
#./meta-netmodule-bsp/recipes-bsp/u-boot/u-boot-imx8-nmhw23_git.bb
|
||||
SRCREV_pn-u-boot-imx8-nmhw23 = "${AUTOREV}"
|
||||
#./meta-netmodule-bsp/recipes-bsp/u-boot/u-boot-armada_git.bb
|
||||
SRCREV_pn-u-boot-armada = "${AUTOREV}"
|
||||
#./meta-netmodule-bsp/recipes-bsp/u-boot/u-boot-ti33x_git.bb
|
||||
SRCREV_pn-u-boot-ti33x = "${AUTOREV}"
|
||||
#./meta-netmodule-bsp/recipes-core/udev/udev-rules-nmhw_git.bb
|
||||
SRCREV_pn-udev-rules-nmhw = "${AUTOREV}"
|
||||
#./meta-netmodule-distro/recipes-tools/nmhw-fwupdate/nmhw-fwupdate.bb
|
||||
SRCREV_pn-nmhw-fwupdate = "${AUTOREV}"
|
||||
#./meta-netmodule-distro/recipes-tools/libnmapp/libnmapp_git.bb
|
||||
SRCREV_pn-libnmapp = "${AUTOREV}"
|
||||
#./meta-netmodule-distro/recipes-tools/ssf-mgr/ssf-mgr_git.bb
|
||||
SRCREV_pn-ssf-mgr = "${AUTOREV}"
|
||||
#./meta-netmodule-distro/recipes-tools/sys-mon/sys-mon_git.bb
|
||||
SRCREV_pn-sys-mon = "${AUTOREV}"
|
||||
#./meta-netmodule-bsp/recipes-bsp/storage-info/storage-info.bb
|
||||
SRCREV_pn-storage-info = "${AUTOREV}"
|
||||
#./meta-netmodule-distro/recipes-tools/battery-test/battery-test_git.bb
|
||||
SRCREV_pn-battery-test = "${AUTOREV}"
|
||||
#./meta-netmodule-fct/recipes-testing/fct/fct.bb
|
||||
SRCREV_pn-fct = "${AUTOREV}"
|
||||
#./meta-netmodule-fct/recipes-testing/provisioning/provisioning.bb
|
||||
SRCREV_pn-provisioning = "${AUTOREV}"
|
||||
#./meta-netmodule-fct/recipes-testing/badassbd/badassbd.bb
|
||||
SRCREV_pn-badassbd = "${AUTOREV}"
|
||||
#./meta-netmodule-fct/recipes-connectivity/toast/toast.bb
|
||||
SRCREV_pn-toast = "${AUTOREV}"
|
||||
#./meta-netmodule-om/recipes-navigation/gpsd/gpsd_om-3.20.bb
|
||||
SRCREV_pn-gpsd = "${AUTOREV}"
|
||||
#./meta-netmodule-private/recipes-extended/hydra/hydra_1.0.0.bb
|
||||
SRCREV_pn-hydra = "${AUTOREV}"
|
||||
# imx8 machines only:
|
||||
SRCREV_pn-imx-atf = "${AUTOREV}"
|
||||
SRCREV_pn-u-boot-imx8-nmhw23 = "${AUTOREV}"
|
||||
# aramada machines only:
|
||||
SRCREV_pn-u-boot-armada = "${AUTOREV}"
|
||||
# ti33x machines only:
|
||||
SRCREV_pn-u-boot-ti33x = "${AUTOREV}"
|
||||
# lava image only:
|
||||
SRCREV_pn-fct = "${AUTOREV}"
|
||||
SRCREV_pn-provisioning = "${AUTOREV}"
|
||||
SRCREV_pn-badassbd = "${AUTOREV}"
|
||||
SRCREV_pn-toast = "${AUTOREV}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue